π― Keep repeatable AI workflows in one place. Separate skills from knowledge. Work across any agent.
| Goal | |
|---|---|
| πΉ | Skills are small, specific, and reusable β with modes instead of separate files |
| πΉ | Knowledge is stored separately from skills |
| πΉ | Adapters are generated from one source β not hand-maintained |
| πΉ | Works without any custom plugin runtime (general skills) |
| πΉ | Anionzo ecosystem skills extend the core with structured workflows |
| Tool | Type | Purpose |
|---|---|---|
br / bv |
Core | Beads planning and visualization |
| Agent Mail MCP | Core | Inter-agent messaging for swarming |
gkg |
Optional | Codebase intelligence |
CASS / CM |
Optional | Session search and context |
See
tools/for full tool documentation.
16 skills in three categories: Core Chain, Anionzo Chain, and Standalone.
βββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββ
using-skills β brainstorming β research β planning β feature-delivery
(router) (if vague) (before impl) β
ββββ΄βββ
βΌ βΌ
debug docs-writer
β
code-review
β
commit
β
extract
| Skill | Purpose | Modes | |
|---|---|---|---|
| π§ | using-skills |
Route a request to the right skill and mode | router |
| π‘ | brainstorming |
Explore ideas, lock decisions, write spec | quick Β· spec Β· deep-explore |
| π | research |
Explore codebase, onboard repo, deep-scout feature discovery, upgrade prompts, codebase intel | quick-search Β· repo-bootstrap Β· deep-scout Β· prompt-upgrade Β· codebase-intel |
| π | planning |
Research β plan β validation gate before any code is written | full pipeline + Phase 8 validation gate |
| π | feature-delivery |
Implement, test-first, or refactor | standard Β· tdd Β· refactor |
| π | debug |
4-phase systematic debugging with root cause investigation | + anionzo ecosystem extensions |
| π | docs-writer |
Create or update documentation from verified source behavior | prompt-only Β· docs-execution Β· prompt+execution |
| π | code-review |
Give reviews, receive reviews, verify before claiming done | verification-gate Β· giving Β· receiving |
| π | commit |
Create clean conventional commits with staged review | β |
| 𧬠| extract |
Extract learnings, session handoff, deep compounding, dream consolidation | handoff Β· extract Β· compound Β· dream |
βββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββ
using-anionzo β brainstorming β research β planning β swarming β reviewing β extract
(bootstrap) (deep-explore) (+ validation gate) (workers) (5-agent verify) (compound)
| Skill | Purpose | Position | |
|---|---|---|---|
| βοΈ | using-anionzo |
Bootstrap anionzo projects: onboarding, STATE.md, go-mode pipeline | entry point |
| π | swarming |
Orchestrate parallel worker agents with rescue coordination | phase 5 of 9 |
| π | reviewing |
Post-execution verification: 5 specialist agents + artifact checks + human UAT | phase 7 of 9 |
βββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Standalone skills remain available, but they are intentionally secondary to the Core and Anionzo chains in this repo's top-level narrative.
| Skill | Purpose | |
|---|---|---|
| π¨ | animated-landing-pages |
Motion-first landing page with AI-generated visuals |
| π | book-sft-pipeline |
Fine-tune models on book style: ePub β SFT dataset β LoRA training |
| π οΈ | writing-anionzo-skills |
Create or edit anionzo skills using TDD methodology |
ββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SKILL β MODES β
ββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β brainstorming β quick Β· spec Β· deep-explore β
β research β quick-search Β· repo-bootstrap Β· deep-scout Β· prompt-upgrade β
β β Β· codebase-intel β
β feature-delivery β standard Β· tdd Β· refactor β
β docs-writer β prompt-only Β· docs-execution Β· prompt+execution β
β code-review β verification-gate Β· giving Β· receiving β
β extract β handoff Β· extract Β· compound Β· dream β
ββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Skill | Mode | When to use |
|---|---|---|
brainstorming |
quick |
Lock direction only β no output artifact |
brainstorming |
spec |
Write full spec: FR/NFR/ACs/Given-When-Then |
brainstorming |
deep-explore |
Socratic dialogue + locked decisions + CONTEXT.md (anionzo) |
research |
quick-search |
Targeted lookup in known repo |
research |
repo-bootstrap |
Onboard to unfamiliar repo |
research |
deep-scout |
High-risk feature: map stack + local reuse + upstream + official docs (HARD-GATE: no code before brief) |
research |
prompt-upgrade |
Refine rough prompt into execution-ready instruction |
research |
codebase-intel |
Use gkg MCP tools for architecture snapshot |
feature-delivery |
standard |
Normal feature implementation |
feature-delivery |
tdd |
Test-first: red-green-refactor before production code |
feature-delivery |
refactor |
Restructure code without changing behavior |
docs-writer |
prompt-only |
Return upgraded prompt, no doc execution |
docs-writer |
docs-execution |
Directly update docs from live repo |
docs-writer |
prompt+execution |
Both: return prompt and execute |
code-review |
verification-gate |
Iron law: no claim without fresh evidence |
code-review |
giving |
Review diffs, PRs, commit ranges |
code-review |
receiving |
Respond to review feedback |
extract |
handoff |
Session near context limit β compress state for next session |
extract |
extract |
Capture durable learnings from completed task |
extract |
compound |
Post-merge deep analysis: 3 parallel subagents (anionzo) |
extract |
dream |
Consolidation pass over accumulated learnings (anionzo) |
| Source | Key Pattern |
|---|---|
ποΈ anthropics/skills |
Minimal, portable skill packaging |
β‘ obra/superpowers |
Brainstorm β plan β execute β verify workflow |
π§© affaan-m/everything-claude-code |
Layered model: skills, rules, memory, adapters |
ποΈ knowns-dev/knowns |
Separate skills from knowledge; generate platform files |
π¦ hoangnb24/skills |
Workflow-first skill design with router and output contracts |
π§© anionzo/skills |
Anionzo ecosystem: bead graph, swarm orchestration, compounding |
npx @anionzo/skillFor a reusable local CLI:
cd /path/to/skill
npm linkThen inside any project:
anionzo init
# or
anionzo skill initNon-interactive:
anionzo init --yes
anionzo init --platform opencode,claude,copilot,gitignore
npx @anionzo/skill --platform opencode,agents- Windows: Uses PowerShell automatically (
.cmd+.mjs+.ps1) - Linux/macOS: Uses bash script
Version 2.0.0 required.
npm cache clean --force
npx --yes @anionzo/skillAfter installation, open your agent and say:
Use the using-skills router for this taskUse the anionzo go-mode pipeline for this featureHelp me understand this repo firstPlan this feature, then implement it
# Recommended
npx @anionzo/skill
# Quiet first-run
npx -y --loglevel=error @anionzo/skill
# Add as project dependency
npm install @anionzo/skillThis repo is the source of truth. Generated files are delivery artifacts only.
| Agent | Copy from | Copy to |
|---|---|---|
| π€ Claude Code | generated/CLAUDE.md |
CLAUDE.md |
| β‘ OpenCode | generated/OPENCODE.md |
OPENCODE.md |
| π Gemini CLI | generated/GEMINI.md |
GEMINI.md |
| π§ Generic | generated/AGENTS.md |
AGENTS.md |
| π GitHub Copilot | generated/copilot-instructions.md |
.github/copilot-instructions.md |
# 1. Scaffold from template
cp -r templates/ skills/<new-skill>/
# 2. Edit the files
vim skills/<new-skill>/SKILL.md
vim skills/<new-skill>/meta.yaml
# 3. Validate
bash scripts/validate-skills
# 4. Regenerate platform files
bash scripts/sync-platform-filesFor anionzo ecosystem skills, also read skills/writing-anionzo-skills/SKILL.md for TDD-for-skills methodology.
| Command | Purpose |
|---|---|
bash scripts/validate-skills |
Check all skills have required files and keys |
bash scripts/sync-platform-files |
Generate platform instruction files |
- π₯
knowledge/global/engineering-principles.md - π₯
knowledge/global/review-heuristics.md - π₯
knowledge/global/debugging-patterns.md - π―
skills/using-skills/SKILL.mdβ the router, customize routing for your stack - π Adapter output for your two most-used agents
We welcome contributions! See CONTRIBUTING.md for:
- β How to add a new skill
- βοΈ How to edit existing skills
- π How to contribute knowledge
- π Pull request process and conventions
generated/is gitignored β regenerate after any skill/knowledge change- General skills (no deps) work in any project without plugins
- Anionzo ecosystem skills require
.anionzo/onboarding (runanionzo initfirst) - Standalone skills are secondary to the Core and Anionzo chains
- All skills follow the Shared Output Contract:
Goal/Result β Key Details β Next Action
Built with β€οΈ for AI-assisted software engineering