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 @@
[
{
"prompt": "Explain a repository's AGENTS.md, reusable skills, UI ratchet script, Husky hooks, and PR review config as one teachable page.",
"expected_behavior": "Build a context → skills → CLI → commit → review pipeline; link every claim to an exact source path; distinguish guidance from enforcement; include a short read-only exploration prompt."
},
{
"prompt": "A skill says all pages need an h1 and a pre-commit script checks it. How should the case study describe that relationship?",
"expected_behavior": "Describe the skill/context as guidance and the script/hook as executable enforcement, then show the verification command and any gap between local hooks and CI."
}
]