agentsclimarketplace

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

Install
npx -y skills add playtosor/skill_AI_d

Assembled 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:

  1. Run cdc_help.md → produces a validated specification (CDC)
  2. Run help.md → produces [SYSTEM]_help.md
  3. Ship your system with [SYSTEM]_help.md included
  4. 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 authoring
  • help.md — structure convention + authoring of [SYSTEM]_help.md
  • update_help.md — delta detection and surgical update after system changes

Triggers

TriggerSkillWhat it does
UPDATE HELP?update_help.mdQuick scan — signals what has changed, no file written
UPDATE HELP!update_help.mdFull 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.

<!-- END -->

What ships with it: 5 files

23.5 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,537. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.