| act | Run GitHub Actions workflows locally using act. Test CI pipelines, debug jobs, and validate workflows before pushing. | See SKILL.md |
| anchor-sealevel-attacks | Audits Solana/Anchor programs for all 11 sealevel attack vectors. Use when auditing Solana smart contracts or reviewing Anchor programs for security. | See SKILL.md |
| apple-calendar | macOS Calendar.app integration (CRUD, search) | macOS |
| beancount-analytics | Analyze Beancount ledgers with reusable CLI reports and question-driven queries. Use when user asks for last month/last 12 months reports, spending breakdowns, savings trends, or direct finance questions from a .bean ledger. | ** python3, beancount (pip install beancount) |
| binance-prices | Real-time crypto prices from Binance public API | python3, curl |
| camsnap | Capture frames/clips from RTSP/ONVIF cameras | camsnap CLI, ffmpeg |
| conventional-commits | Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history, which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages. | See SKILL.md |
| elevenlabs-voices | Voice synthesis with 18 personas, 32 languages, SFX | python3, ELEVEN_API_KEY |
| evm-contract-audit | Audits EVM/Solidity smart contracts for security vulnerabilities. Covers reentrancy, access control, flash loan exploits, upgrade issues, oracle manipulation, signature attacks, and more. Learned from EVMbench (120 real Code4rena vulnerabilities across 40 production codebases). | See SKILL.md |
| gh-issue-worktree | Manage Git worktrees for isolated development environments per GitHub issue. Use gh issue develop to register linked branches and git worktree for isolated directories. | See SKILL.md |
| gh-pr-polish | Generate high-signal PR titles and bodies from git history and changed files, then open PRs with gh CLI. | See SKILL.md |
| git-worktree-cleaner | Audit and clean git worktrees safely across repositories, including stale metadata and merged local branches. | See SKILL.md |
| git-worktrees | Manage plain Git worktree feature branches without issue linking. Create a feature branch worktree, develop in isolation, push, and open a PR with commit-based changes summary. | See SKILL.md |
| github | GitHub CLI for issues, PRs, CI runs, and API queries | gh CLI |
| github-secrets | Manage GitHub repo/org secrets via API | bun, GITHUB_TOKEN |
| intelbras | Monitor/control Intelbras alarm systems and cameras | python3, curl |
| notes-review | Analyze personal markdown notes and journals with qmd-powered semantic search plus weekly/monthly reflection reports. Use for questions like what was accomplished, what is pending, and whether work aligns with goals. | ** python3 Recommended: qmd CLI for semantic/local search |
| openai-whisper | Local speech-to-text transcription | whisper CLI |
| orchestrator | Thin operational wrapper for a system-wide orchestrator CLI. Use when running and checking orchestrator <command> workflows without duplicating orchestration logic in the skill. | See SKILL.md |
| qmd | Local hybrid search for markdown notes and docs | qmd CLI |
| skill-lint | Lint and auto-fix skill folders for metadata, naming consistency, path placeholder consistency, and optional agents/openai.yaml presence. | See SKILL.md |
| solana-best-practices | Reviews Solana/Anchor programs for development best practices. Use when writing, reviewing, improving or auditing Solana smart contracts. 31 vulnerability patterns with 4 real-world case studies. | See SKILL.md |
| things3 | Things 3 task manager via CLI (macOS) | things CLI, macOS |
| tmux | Remote-control tmux sessions for interactive CLIs | tmux |
| x-twitter-chrome | Read/search X via Chrome DevTools Protocol | bun, Chrome |