writing-skills

writing-skills is a skill for Claude Code, Codex from alexei-led/cc-thingz. It costs 86 tokens per session (1,279 once invoked), scanned A, original, MIT.

Guidance for creating and maintaining repository skills: instruction files that tell a coding agent when and how to handle particular tasks.

In plain words
What is it for?
Use it to create, split, shorten, rewrite, or reorganize skills, including their descriptions, references, frontmatter, overlays, and plugin placement.
Why use it?
It helps skills trigger for the right requests, stay focused, avoid duplicated instructions, and fit the repository's structure and rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to create, split, shorten, rewrite, or reorganize skills, including their descriptions, references, frontmatter, overlays, and plugin placement.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexei-led/cc-thingz/writing-skills
Install

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.

Any agent
npx skills add alexei-led/cc-thingz --skill writing-skills
Clone the repo
git clone --depth 1 https://github.com/alexei-led/cc-thingz

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for writing-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-skills/github.svg)](https://agentmods.dev/skills/alexei-led/cc-thingz/writing-skills)
Your own site
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/writing-skills"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for writing-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexei-led/cc-thingz/writing-skills"><img src="https://agentmods.dev/badge/skills/alexei-led/cc-thingz/writing-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.01279
Opus 5 $0.00043 $0.00639
Sonnet 5 $0.00017 $0.00256
Haiku 4.5 $0.00009 $0.00128

Measured 11d ago against content hash ed50c4d3903e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

writing-skills 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 11d 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.

src/skills/writing-skills/SKILL.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Writing Skills

Create or reshape a skill so it triggers at the right time, stays lean, and matches this repo's source and build rules.

Read first

  • AGENTS.md section ## Writing Agent/Skill Instructions for markdown signal rules.
  • references/skill-principles.md for invocation, description, disclosure, split, and pruning rules.
  • references/repo-conventions.md for src/skills/, plugin manifests, overlays, generated outputs, and verification.
  • src/skills/reviewing-instructions/references/scoring-rubric.md only after the draft exists and quality needs a final check.

Use this skill for

  • creating a new skill
  • rewriting a skill body or description
  • splitting one skill into a skill plus references
  • splitting one skill into two skills when the trigger or workflow boundary is real
  • merging or extending overlapping skills after checking the neighboring skills
  • pruning bloated skill prose, duplicate rules, or weak trigger phrasing
  • adding target overlays or support files to a skill

Do not use this skill for

  • scoring or linting prompt files without editing them; use reviewing-instructions
  • broad agent, hook, extension, MCP, or package audits outside skill authoring; use evolving-config
  • ordinary docs, READMEs, or code comments; use documenting-code
  • external library or API lookup; use looking-up-docs
  • broad design debate before a concrete skill change exists; use brainstorming-ideas

Workflow

  1. Find the source of truth under src/skills/<name>/. Read the owning src/.agentbundler/packages/*.json and the closest neighboring skills before editing. Treat dist/ as generated.
  2. State the smallest correct shape:
    • edit the current skill
    • move conditional detail to references/
    • add a .agentbundler/targets/<target>.json overlay
    • split into two skills
    • merge or fold into a neighboring skill
  3. Decide invocation mode and trigger surface.
    • Model-invoked: use when the agent or another skill must discover it on its own.
    • User-invoked: use when it is mostly a manual expert tool or reference.
    • Keep one trigger per branch. Name real neighboring skills when overlap is possible. Put the NOT-clause in the description, not as an afterthought.
  4. Split content per the information hierarchy in references/skill-principles.md. Keep only common-path rules in the main body. Move conditional detail to references/. Use Agent Bundler JSON overlays only when the base cannot stay vendor-neutral: frontmatterPatch, bodyPatch, files, and deletedFiles.
  5. Tighten wording until each line changes behavior. Delete generic agent advice, duplicated rules, and pretty prose.
  6. When adding or removing a public skill, update the owning package JSON in src/.agentbundler/packages/. Update AGENTS.md and README.md when they expose the public skill surface or counts.
  7. Before claiming done, run the narrowest verification that proves the new skill compiles and reads well.
  8. If quality is still uncertain, run reviewing-instructions on the new or changed skill and apply the highest-value fixes.

Read the full file on GitHub · 163 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 163 lines · 86 tokens per session scan A ed50c4d3903e

Subscribe to this mod's changes

writing-skills is a skill published in the GitHub repository alexei-led/cc-thingz (35 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 1,279 once invoked, about $0.0004 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.