Agent skill · AI & Agents

skill-writer

Create and improve agent skills following the Agent Skills specification. Use when asked to create, write, or update skills.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill skill-writer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 13
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/skill-writer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Writer Use this as the single canonical workflow for skill creation and improvement. Primary success condition: maximize high-value input coverage before authoring so the resulting skill has minimal blind spots. Load only the path(s) required for the task: | Task | Read | |------|------| | Set skill class and required dimensions | `references/mode-selection.md` | | Apply writing constraints for depth vs concision | `references/design-principles.md` | | Select structure pattern for this skill | `references/skill-patterns.md` | | Select workflow orchestration pattern for process-heavy skills | `references/workflow-patterns.md` | | Select output format pattern for deterministic quality | `references/output-patterns.md` | | Choose workflow path and required outputs | `references/mode-selection.md` | | Load representative synthesis examples by skill type | `references/examples/*.md` | | Synthesize external/local sources with depth gates | `references/synthesis-path.md` | | Author or update SKILL.md and supporting files | `references/authoring-path.md` | | Optimize skill description and trigger precision | `references/description-optimization.md` | | Iterate using positive/negati

What's inside
Steps it walks through
  1. Step 1: Resolve target and path
  2. Step 2: Run synthesis when needed
  3. Step 3: Run iteration first when improving from outcomes/examples
  4. Step 4: Author or update skill artifacts
  5. Step 5: Optimize description quality
  6. Step 6: Evaluate outcomes
  7. Step 7: Register and validate
  8. Output format
  9. When to Use
  10. Limitations
Ships with 12 files
  • references/authoring-path.md
  • references/description-optimization.md
  • references/design-principles.md
  • references/evaluation-path.md
  • references/examples/workflow-process.md
  • references/iteration-path.md
  • references/mode-selection.md
  • references/output-patterns.md
  • references/registration-validation.md
  • references/skill-patterns.md
  • references/synthesis-path.md
  • references/workflow-patterns.md
More from agentic-awesome-skills
All skills →
About this skill
What does the skill-writer skill do?

Create and improve agent skills following the Agent Skills specification. Use when asked to create, write, or update skills.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill skill-writer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going