docs: extract guide design into reusable skills

This commit is contained in:
Marcos Paulo
2026-09-04 02:57:42 +00:00
parent 5ff258ded5
commit a7034db94b
11 changed files with 307 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Reusable skills
These project-local skills extract the design and implementation patterns used by AI For Dummies. They are intentionally small: copy a skill into an agent's skill directory, or give the `SKILL.md` path to an agent when building a new chapter.
## Skills
- [`editorial-playbook`](editorial-playbook/SKILL.md) — shape a content-led, responsive, bilingual explainer with small interactive islands.
- [`rules-case-study`](rules-case-study/SKILL.md) — turn repository rules, skills, CLI checks, hooks, and review policy into a source-linked teaching page.
The reference files are deliberately disclosed beside each skill. The `evals/evals.json` files contain small prompts for checking that an agent reaches the right workflow.