skill-author

Routes the /skill-author command to the Resonance skill authoring procedure.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill skill-author-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-author
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/skill-author
Command: npx skills add https://github.com/manusco/wolfgang --skill skill-author-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating a new Resonance skill requires following a strict authoring, validation, and evaluation procedure, and this Skill ensures the /skill-author command always routes to the canonical procedure definition instead of relying on ad-hoc instructions. ## Core Features & Use Cases - Command Routing: Maps the /skill-author command directly to the authoritative Resonance skill-author procedure file. - Procedure Enforcement: Instructs the agent to read the target SKILL.md in full and execute it exactly, including its Definition of Done. - Use Case: A developer wants to scaffold a new Resonance skill. They invoke /skill-author, and the agent loads the full authoring procedure from .agents/skills/ops/skill-author/resonance-skill-author/SKILL.md and follows it step by step. ## Quick Start Invoke the /skill-author command and ask the agent to author, validate, and eval a new Resonance skill following the Forge procedure.

Frequently Asked Questions about skill-author

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

FAQPage Schema
How do I author a new Resonance skill?▼

Invoke the /skill-author command, which routes to the Resonance skill-author procedure file. The agent reads that SKILL.md in full and executes its authoring, validation, and eval steps exactly as defined.

What does the /skill-author command actually do?▼

It is a routing layer only. The command directs the agent to read .agents/skills/ops/skill-author/resonance-skill-author/SKILL.md and execute that procedure, including its Definition of Done.

Where is the actual skill authoring procedure defined?▼

The procedure lives in .agents/skills/ops/skill-author/resonance-skill-author/SKILL.md. The skill-author command file contains no authoring logic itself and only points to that file.

Why does /skill-author fail to run the procedure?▼

The most likely cause is that the referenced procedure file at .agents/skills/ops/skill-author/resonance-skill-author/SKILL.md is missing or moved. Verify the path exists in the repository before invoking the command.

Can I modify the skill authoring steps in this command file?▼

No. This file only routes the command and intentionally contains no procedure logic. Any changes to authoring steps must be made in the referenced resonance-skill-author SKILL.md file.