Initial commit with dev backbone template

This commit is contained in:
2026-02-10 16:36:30 -05:00
commit 4318c8f642
53 changed files with 3500 additions and 0 deletions

23
SKILLS.md Normal file
View File

@@ -0,0 +1,23 @@
# Skills Index
These skill files define repeatable behaviors for agents and humans.
Agents must follow them in this order:
1) SKILLS/00-operating-model.md
2) SKILLS/05-agent-taxonomy.md
3) SKILLS/10-definition-of-done.md
4) SKILLS/20-repo-map.md (use whenever unfamiliar with the repo)
5) SKILLS/25-algorithms-performance.md
6) SKILLS/26-vibe-coding-fundamentals.md
7) SKILLS/27-performance-profiling.md
8) SKILLS/30-implementation-rules.md
9) SKILLS/40-testing-quality.md
10) SKILLS/50-pr-review.md
11) SKILLS/56-ui-material-ui.md (for React/Next portal-style apps)
12) SKILLS/60-security-safety.md
13) SKILLS/70-docs-artifacts.md
14) SKILLS/82-mcp-server-design.md (when building MCP servers/tools)
15) SKILLS/83-fastmcp-3-patterns.md (if using FastMCP 3)
16) SKILLS/80-mcp-tools.md (if this repo has MCP tools)
Rule: If anything conflicts, **AGENTS.md wins**.