Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/codelytv/agentic_programming-course/create-docnpx skills add CodelyTV/agentic_programming-course --skill create-docgit clone --depth 1 https://github.com/CodelyTV/agentic_programming-courseWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.00335 |
| Opus 5 | $0.00017 | $0.00168 |
| Sonnet 5 | $0.00007 | $0.00067 |
| Haiku 4.5 | $0.00003 | $0.00034 |
Grade A, and why
create-doc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Based on the current conversation, create new or improve existing documentation files inside the docs/ folder.
Steps
- Identify conventions, patterns, or decisions discussed in the conversation that should be documented.
- Check if a relevant doc already exists in
docs/(organized by area:backend/,frontend/,database/, etc.).- If it exists, improve it while preserving the required structure.
- If it does not exist, create a new file in the appropriate subfolder.
- Read @docs/documentation-guidelines.md and follow its structure exactly. Every document MUST include these sections in order:
# 🎯 Name of the convention
## 💡 Convention
## 🏆 Benefits
## 👀 Examples (with ✅ Good and ❌ Bad subsections)
## 🧐 Real world examples
## 🔗 Related agreements
- Ask the user to confirm the target file path before writing.
- Update the AGENTS.md index with the new doc.
Rules
- Each convention goes in its own standalone Markdown file — never bundle multiple conventions into one doc.
- Place files in the correct area subfolder (
backend/,frontend/,database/,testing/, etc.). - Include concrete good and bad examples with code blocks when applicable.
- Link to real files in the codebase that follow the convention in the "Real world examples" section.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 34 lines · 35 tokens per session scan A 1644abd48e58
create-doc is a skill published in the GitHub repository CodelyTV/agentic_programming-course (38 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 335 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
a11y-audit
../../../engineering-team/a11y-audit/skills/a11y-audit/SKILL.md.
ai-act-readiness
../../../compliance-os/skills/ai-act-readiness/SKILL.md.
ai-security
../../../engineering-team/skills/ai-security/SKILL.md.
api-design-reviewer
../../../engineering/skills/api-design-reviewer/SKILL.md.
board-meeting
../../../c-level-advisor/skills/board-meeting/SKILL.md.