> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equa.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills index

# 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.

<Tip>
  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.
</Tip>

## 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

### Development Tools

* **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/`. The spec-driven pipeline was renamed from speckit → equa-spec → **spequa** in April 2026. Current commands use the `/spequa.*` prefix in Claude Code:

* `/spequa.0-pipeline` — Autonomous sequential pipeline (all 17 phases)
* `/spequa.1-constitution` — Create or update project constitution
* `/spequa.2-problems` — Frame problem space and success criteria
* `/spequa.3-spequafy` — Create or update the feature specification
* `/spequa.4-clarify` — Identify underspecified areas, ask clarification questions
* `/spequa.5-plan` — Implementation planning with research phase and constitution check
* `/spequa.6-tasks` — Dependency-ordered task breakdown
* `/spequa.7-checklist` — Generate quality validation checklist
* `/spequa.8-analyze` — Cross-artifact consistency analysis (read-only)
* `/spequa.9-test` — Generate test plan and test stubs
* `/spequa.10-implement` — Execute tasks with checklist gates
* `/spequa.11-docs` — Validate documentation structural integrity
* `/spequa.12-score-docs` — Scorecard benchmark rubric
* `/spequa.13-code-review` — 14-gate PR code review checklist
* `/spequa.14-create-pull-request` — Create PR with pre-flight validation
* `/spequa.15-comet-review` — Delegate PR review to Comet browser
* `/spequa.16-close` — Validate completion and formally close spec

See [Spequa Workflow](/onboarding/spequa-workflow) for the full pipeline documentation.

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:

```bash theme={null}
# 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 |

## Related

* [Skills overview](/tools/skills) — How skills work, loading rules, and precedence
* [Skills config](/tools/skills-config) — Configuration schema for skill gating
* [EquaHub](https://equahub.com) — Browse community skills
