aped-write-skill

Author APED-style Claude Code skills with description frontmatter routing.

2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yabafre/aped-claude --skill aped-write-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aped-write-skill
Source: https://github.com/yabafre/aped-claude/tree/main/src/templates/skills/aped-write-skill
Command: npx skills add https://github.com/yabafre/aped-claude --skill aped-write-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps you create new Claude Code skills that follow APED conventions so they are discoverable, reliably triggered, and safe to run without breaking APED’s discipline.

Core Features & Use Cases

  • Scaffold an APED-style meta-skill: Guides you to define routing via a precise single-quoted description with real trigger phrases and anti-triggers.
  • Enforce APED operational discipline: Includes activation guards, fresh-read expectations, explicit ⏸ gates for user validation, and “no auto-chain” handoff guidance.
  • Support single-doc or multi-doc designs: Chooses between a compact SKILL.md body and a companion structure for larger workflows.

Quick Start

Use aped-write-skill to draft a new skill by answering its step-by-step questions about what your skill does, when it should fire, and the anti-trigger scope.

Frequently Asked Questions about aped-write-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write Claude Code skill frontmatter so it triggers reliably?

Claude Code skill frontmatter triggers reliably when you define a precise single-quoted description with real trigger phrases and explicit anti-triggers for correct routing and safe invocation.

What is APED prompt discipline for custom skill authoring?

APED prompt discipline for custom skill authoring enforces activation guards, fresh-read expectations, explicit user-validation gates, and no auto-chain handoff behavior to ensure skills execute safely.

How do I scaffold a custom Claude Code skill step by step?

Scaffold a custom Claude Code skill step by step by answering guided questions about what your skill does, when it should fire, and its anti-trigger scope to generate a fully compliant skill structure.

Can I use a multi-doc companion layout for complex Claude Code skills?

Yes, you can use a multi-doc companion layout for complex Claude Code skills instead of a compact single SKILL.md body, allowing larger workflows to be split across multiple referenced documents.

Why does my custom skill description fail to route correctly in Claude Code?

A custom skill description fails to route correctly when it lacks precise single-quoted trigger phrases or missing anti-triggers, causing the description frontmatter to mismatch user intents during discovery.

Do I need fully-qualified identifiers when extending APED with new capabilities?

Yes, you need fully-qualified aped-X identifiers when extending APED with new capabilities to maintain cross-reference correctness and ensure proper invocation routing across the skill ecosystem.