Skills Index
A complete catalog of all SKILL.md files across the Equabot ecosystem. This index is auto-generated by pnpm skills:index and covers skills in the core repository, Claude Code, Cursor, plugins, extensions, and more.
Run pnpm skills:index locally to regenerate this index after adding or removing skills. Run pnpm skills:index:check to verify the index matches the filesystem.
Summary
| Category | Count | Location |
|---|
| Equabot Core | ~97 | skills/ |
| Claude Code | ~39 | ~/.claude/skills/ |
| Cursor | ~20 | ~/.cursor/skills/, ~/.cursor/skills-cursor/ |
| Claude Plugins | ~15 | ~/.claude/plugins/.../skills/ |
| Task Threads | ~41 | ~/Documents/3. THREADS - TASKS/comet-skills/ |
| Equabot Extensions | ~2 | extensions/*/skills/ |
| Gemini | ~2 | ~/.gemini/skills/ |
| Archived | ~6 | Various completed-task locations |
| Codex | ~2 | ~/.codex/skills/.system/ |
Counts are approximate; run pnpm skills:index for the current total. EverClaw research skills (~150+) are excluded from the main count.
Equabot Core Skills
The largest category, shipped with the Equabot install. Organized by domain:
Finance and Business
- Finance Reporting — QuickBooks Online integration for financial reports
- QBO Bill Email — Generate professional emails for unpaid bills
- QBO Bill Open — Open specific bills in QuickBooks Online
- QBO Vendor Reconcile — Reconcile vendor accounts in QuickBooks
- 1Password — 1Password CLI integration
Browser Automation
- Comet Browse — Navigate and browse web pages via Comet CDP
- Comet Interact — Interact with web elements (click, fill, submit)
- Comet Sidebar — Use Comet AI assistant sidebar
- Peekaboo — Capture and automate macOS UI
- Antigravity — Control Antigravity IDE for code development
- Coding Agent — Run Codex/Claude Code/OpenCode via background process
- Dev Loop — Orchestrate continuous development loop
- GitHub — Interact with GitHub via gh CLI
- Skill Creator — Create or update AgentSkills
AI and LLM
- Local LLM — Delegate tasks to local Ollama models
- Local Code — Delegate coding to local DeepSeek Coder V2
- Local Creative — Delegate creative tasks to local Llama 3.3
- Local Analysis — Delegate analysis to local Qwen 2.5 72B
Communication
- Discord — Discord channel integration
- Slack — Slack channel integration
- BlueBubbles — BlueBubbles external channel plugin
- Wacli — Send WhatsApp messages via wacli CLI
Productivity
- Morning Brief — Comprehensive morning briefing
- Daily Digest — Daily activity summary
- Focus Mode — Maintain focus during deep work
- Quick Capture — Quickly capture thoughts and ideas
Knowledge and Research
- AI News — Track and summarize AI/ML news
- Web Monitor — Monitor websites for changes
- KB Ask — Query the knowledge base
For the complete list of all skills with descriptions, see the generated SKILLS-INDEX.md file in the repository root, or the machine-readable SKILLS-INDEX.csv.
Claude Code Skills
Skills loaded by Claude Code from ~/.claude/skills/. These include Comet browser skills, session management, and specialized automation skills.
Cursor Skills
Skills loaded from ~/.cursor/skills/ and ~/.cursor/skills-cursor/. Includes the original spec-kit workflow skills (specify, clarify, plan, tasks, implement) and the enhanced speckit-* variants:
- specify / speckit-specify — Create feature specifications from natural language
- clarify / speckit-clarify — Structured clarification with 11-category ambiguity taxonomy
- plan / speckit-plan — Implementation planning with research phase and constitution check (+ architecture diagram for multi-system specs)
- tasks / speckit-tasks — Dependency-ordered task breakdown with parallel markers (+ dependency diagram when 5+ tasks)
- implement / speckit-implement — Execute tasks with checklist gates and phased re-reading
- speckit-analyze — Cross-artifact consistency analysis (read-only)
- speckit-autopilot — Full pipeline orchestration (specify through implement)
- speckit-checklist — Requirements quality validation checklists
- speckit-constitution — Manage project constitution with semantic versioning
- speckit-taskstoissues — Convert tasks to GitHub issues
Cursor meta skills in ~/.cursor/skills-cursor/: create-rule, create-skill, create-subagent, migrate-to-skills, update-cursor-settings.
Plugin Skills
Skills bundled with Claude plugins, discovered from ~/.claude/plugins/.../skills/. These extend the agent with marketplace capabilities.
Regeneration
The skills index is maintained by an automated script:
# Regenerate index files
pnpm skills:index
# Check if index is up to date (useful in CI)
pnpm skills:index:check
The script scans all configured directories, parses SKILL.md frontmatter, and produces three output files:
| File | Format | Purpose |
|---|
SKILLS-INDEX.csv | CSV | Machine-readable catalog |
SKILLS-INDEX.md | Markdown | Human-readable categorized index |
orchestration/skills-registry.json | JSON | Runtime registry with cron mappings |