terrylica
UserClaude Code Skills Marketplace: plugins, skills for ADR-driven development, DevOps automation, ClickHouse management, semantic versioning, and productivity workflows
Categories
Indexed Skills (49)
bootstrap
Pre-session bootstrap - generates script to start recording BEFORE entering Claude Code. Chunking handled by daemon.
daemon-logs
View asciinema chunker daemon logs. TRIGGERS - daemon logs, chunker logs, backup logs.
daemon-setup
Set up asciinema chunker daemon with interactive wizard. Guides through PAT creation, Keychain storage, Pushover setup, and.
daemon-start
Start the asciinema chunker daemon. TRIGGERS - start daemon, resume chunker, enable backup.
daemon-status
Check asciinema status - daemon, running processes, and unhandled .cast files. TRIGGERS - daemon status, check backup, chunker health
daemon-stop
Stop the asciinema chunker daemon. TRIGGERS - stop daemon, pause chunker, disable backup.
format
Reference for asciinema v3 .cast NDJSON format. TRIGGERS - cast format, asciicast spec, event codes.
play
Play .cast recordings in iTerm2 with speed controls. TRIGGERS - play recording, asciinema play, view cast.
tether
Tether (install/uninstall) hooks for auto-backup on session end. Renamed from 'hooks' to avoid clashing with Claude Code's.
setup
Full Cal.com Commander setup wizard - Cal.com API, Telegram bot, Supabase DB, GCP project, launchd services. Discovers 1Password.
agent-reach
Give your AI agent eyes to see the entire internet. 17 platforms via CLI, MCP, curl, and Python scripts. Zero config for 8 channels. Route by intent: search / social (小红书/抖音/微博/推特/B站/V2EX/Reddit) / career (LinkedIn) / dev (GitHub) / web (网页/文章/公众号/RSS) / video (YouTube/B站/播客). Use when user asks to search, read, or interact on any supported platform, shares a URL from a supported site, or asks to search the web. Triggers: "search twitter", "youtube transcript", "search reddit", "read this link", "bilibili", "web search", "research this", "search weibo", "wechat article", "xiaohongshu", "douyin", "podcast transcript", "V2EX", "RSS feed", "xueqiu", "stock".
analyze
Semantic analysis of converted recordings. TRIGGERS - analyze cast, keyword extraction, find patterns.
asciinema-analyzer
Semantic analysis of asciinema recordings. TRIGGERS - analyze cast, keyword extraction, find patterns in recordings.
asciinema-cast-format
Asciinema v3 .cast file format reference. TRIGGERS - cast format, asciicast spec, event codes, parse cast file.
asciinema-converter
Convert .cast recordings to .txt for analysis. TRIGGERS - convert cast, cast to txt, strip ANSI, batch convert.
asciinema-player
Play .cast terminal recordings in iTerm2. TRIGGERS - asciinema play, .cast file, play recording, recording playback.
asciinema-recorder
Record Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo recording.
asciinema-streaming-backup
Real-time asciinema backup to GitHub orphan branch. TRIGGERS - streaming backup, asciinema backup, session backup, recording backup.
backup
Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.
convert
Convert .cast to .txt for Claude Code analysis. Supports batch mode. TRIGGERS - convert cast, cast to txt, batch convert
finalize
Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording
full-workflow
Full workflow - record + backup + convert + analyze. TRIGGERS - full workflow, complete recording, end-to-end.
post-session
Complete post-session workflow - finalize orphaned recordings, convert, and AI summarize. TRIGGERS - post session, analyze recording, session review
record
Start terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
summarize
AI-powered iterative deep-dive analysis of converted recordings. TRIGGERS - summarize recording, analyze session, what happened
booking-config
Cal.com event types, schedules, and availability configuration. TRIGGERS - event type, booking page, schedule
booking-notify
Dual-channel booking notifications via Telegram + Pushover. Scheduled sync, webhook relay, emergency alerts with custom sounds.
calcom-access
Access Cal.com API via CLI with 1Password API key. Use when user wants to list bookings, create event types, manage schedules, or.
health
Cal.com Commander health check across all subsystems. TRIGGERS - calcom health, calendar bot status, cal.com diagnostics, booking bot check.
infra-deploy
Cal.com self-hosted deployment to GCP Cloud Run with Supabase PostgreSQL. Docker Compose for local dev.
cli-anything
Reference guide for CLI-Anything, which auto-generates production-ready agent-controllable CLI harnesses for any GUI application via a 7-phase.
crucible-navigator
starting a new research campaign, entering a new Claude Code session on a research repo, or when unsure which methodology.
crucible-research-foundations
Validate findings, design shuffled nulls, check label leakage, review causal features. TRIGGERS - shuffled null, label leakage
crucible-investigation-methodology
actively investigating a hypothesis — running a sweep, dispatching multi-agent analysis, designing serial adversarial gates,
crucible-meta-governance
deciding whether to pivot or persist, whether to ship or hold, whether to scope-narrow a partial pass, how to manage.
crucible-emergent-resurrection
a hypothesis has failed and needs archiving with resurrection conditions, when reviewing dormant ideas for possible revival, when.
agentic-process-monitor
Monitor background processes from Claude Code using sentinel files, heartbeat liveness, and subagent polling. Best practices and.
claude-code-proxy-patterns
Claude Code OAuth proxy patterns and anti-patterns for multi-provider model routing.
clickhouse-pydantic-config
Generate DBeaver config from Pydantic ClickHouse models. TRIGGERS - DBeaver config, ClickHouse connection, database client config.
cloudflare-workers-publish
Deploy static HTML files to Cloudflare Workers with 1Password credential management.
disk-hygiene
macOS disk cleanup, cache pruning, stale file detection, and Downloads triage. TRIGGERS - disk space, cleanup, disk usage
distributed-job-safety
Concurrency safety patterns for distributed pueue + mise + systemd-run job pipelines.
doppler-secret-validation
Validate and test Doppler secrets. TRIGGERS - add to Doppler, store secret, validate token, test credentials.
doppler-workflows
Manage credentials and secrets through Doppler for publishing and deployment workflows. Use whenever the user needs to publish Python packages.
dual-channel-watchexec
Dual-channel notifications on watchexec events. TRIGGERS - watchexec alerts, Telegram+Pushover, file change notifications.
firecrawl-research-patterns
Programmatic Firecrawl usage via the public API, academic paper routing, recursive deep research, and raw corpus persistence.
macbook-desktop-mode
Configure a MacBook as an always-on-AC desktop workstation with USB device resilience, battery longevity, and self-healing audio device.
macos-fda-grant-helper
Interactive helper for granting macOS Full Disk Access (FDA) to a launchd-spawned binary. TRIGGERS - full disk access, fda grant, TCC permission, "Maccy DB unreadable", "operation not permitted" on sandbox-protected paths, launchd binary needs file access
arxiv-source-first-paper-ingest
Read an arXiv paper faithfully by fetching the authors' own LaTeX source instead of OCR-ing the PDF. Extracts every display equation with its label, environment and enclosing proposition, renders each to MathML, and proves usability by compiling each formula with a real TeX engine. Use when you need a paper's formulas exactly — to replicate a method, implement a loss function or custom objective, verify a quoted number, or check a claim against what the authors actually wrote. TRIGGERS - read this paper, get the paper, arxiv paper, extract formulas from a paper, replicate a method, implement the loss from, verify the paper's numbers, machine-readable paper, latex source, mathml, e-print.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.