Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Writing Skills

ASecurity

Creates or improves an Agent Skill by defining a precise trigger boundary, concise procedural instructions, progressive-disclosure references, deterministic helpers, routing evals, and validation evidence. Use when authoring or reviewing SKILL.md, skill metadata, bundled references, or skill packaging. Not for ordinary project documentation or application code.

95 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsdocumentation

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add thiientv/godmode --skill writing-skills --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Writing Skills?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Writing Skills
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/thiientv-writing-skills/badge)](https://www.skillsdirectory.com/skills/thiientv-writing-skills)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: writing-skills
description: >-
  Creates or improves an Agent Skill by defining a precise trigger boundary,
  concise procedural instructions, progressive-disclosure references,
  deterministic helpers, routing evals, and validation evidence. Use when
  authoring or reviewing SKILL.md, skill metadata, bundled references, or skill
  packaging. Not for ordinary project documentation or application code.
---

# Writing Skills

Write a skill for another agent to use under pressure. Context is a shared
budget, so every paragraph must earn its place.

## Design the boundary

1. Collect concrete prompts that should and should not activate the skill.
2. Name the responsibility in plain language and use a short verb-led name.
3. Put all activation conditions in frontmatter `description`; the body loads
   only after activation.
4. Keep `SKILL.md` procedural and under 500 lines.
5. Move detailed rules, variants, schemas, and examples into one-level-deep
   `references/` files.
6. Add a script only for deterministic repeated work, with `--help` and tests.

Use [skill-checklist.md](references/skill-checklist.md) before opening a PR.

## Write and test

- Use Agent Skills-compatible `name` and `description` frontmatter.
- State when to use, when not to use, safety boundaries, workflow, handoffs,
  and completion evidence.
- Avoid copying a reference repository's text, names, examples, or scripts;
  rewrite principles and record provenance.
- Add at least three positive and two negative routing cases, including close
  neighbors that must not activate.
- Create two or three realistic behavior cases with observable outputs and
  edge conditions before expanding the suite.
- Run each case in a fresh context with the candidate skill and with no skill or
  a frozen previous version. Keep prompts, fixtures, model settings, and output
  locations identical.
- Capture artifacts, public trace/tool summaries, duration, and usage. Grade
  deterministic assertions first and use blinded rubric or human review for
  judgment-heavy output.
- Optimize description triggering on a training set and choose the final result
  by a held-out validation set; do not paste missed query keywords into the
  description until fixtures pass by accident.
- Run the repository validator and at least one realistic forward test for a
  behavior-changing skill.

Descriptions should be specific enough to distinguish neighboring skills, but
not so broad that every task activates the skill.

Use `agent-evaluation` for the baseline/candidate result format and regression
analysis. Read [evaluation-loop.md](references/evaluation-loop.md) before
claiming that a skill improves agent behavior.

## Completion condition

A skill is ready when its trigger boundary is understandable, its body is
actionable, its links and helpers work, its routing cases generalize, and a
realistic isolated comparison produces better evidence than the baseline
without an unacceptable cost or protected-metric regression.

Attribution

thiientvthiientv
View sourceMore from thiientv →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →