Skill AI d
Skill playtosor/skill_AI_d
A three-skill kit for adding built-in contextual help to any Claude skill system. Produces a [SYSTEM]_help.md file that responds to HELP! and HELP! TRIGGER at runtime. Covers initial authoring (cdc_help, help) and incremental updates (update_help). No code required.From its SKILL.md
npx -y skills add playtosor/skill_AI_dAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.2 KB, 437 tokens by cl100k_base, as published. Nobody here has run it
skill_AI_d — Built-in help for Claude skill systems
Turn any system of skills into a self-documenting one.
You build a system of skills. It works well. Then nobody — including future-you — can remember which trigger does what. skill_AI_d solves this by producing a single [SYSTEM]_help.md file that Claude can serve on demand, directly in chat.
No code. No external tools. Just guided skill execution and Markdown output.
For humans — getting started
→ Full documentation: README.md → Source & install: github.com/playtosor/skill_AI_d
Requirements: Claude Desktop with filesystem MCP access.
Typical workflow:
- Run
cdc_help.md→ produces a validated specification (CDC) - Run
help.md→ produces[SYSTEM]_help.md - Ship your system with
[SYSTEM]_help.mdincluded - When skills evolve, run
update_help.md→ delta applied
For agents — quick reference
Load the relevant skill from your skill_AI_d folder:
cdc_help.md— guided procedure to produce the specification before authoringhelp.md— structure convention + authoring of[SYSTEM]_help.mdupdate_help.md— delta detection and surgical update after system changes
Triggers
| Trigger | Skill | What it does |
|---|---|---|
UPDATE HELP? | update_help.md | Quick scan — signals what has changed, no file written |
UPDATE HELP! | update_help.md | Full delta analysis, validation, and update |
cdc_help.md is guided — no fixed trigger. Run it by reading the skill and following the steps.
Output
Running skill_AI_d on a system produces one file: [SYSTEM]_help.md.
Reference implementation: m_AI_l_help.md — the help file for the m_AI_l messaging system.
What ships with it: 5 files
23.5 KB alongside SKILL.md
- cdc_help.md5.0 KB
- .gitignore567 B
- help.md6.8 KB
- README.md4.8 KB
- update_help.md6.3 KB