skill-authoring

Guide agent skill creation with architectural patterns and quality checklists.

49|5|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/Ronifue/skill-authoring --skill skill-authoring-ronifue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/Ronifue/skill-authoring/tree/main
Command: npx skills add https://github.com/Ronifue/skill-authoring --skill skill-authoring-ronifue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the common issue of agent skills that fail to trigger, suffer from context bloat, or lack the structural integrity required for long-term, reliable agent performance.

Core Features & Use Cases

  • Trigger Optimization: Learn to write descriptions that ensure your skill activates exactly when needed and stays silent when it shouldn't.
  • Architectural Design: Implement progressive disclosure, task routing, and anti-drift mechanisms to keep your skills maintainable.
  • Quality Assurance: Use built-in P0-P2 checklists and decision trees to audit your skills before deployment.

Quick Start

Use the skill-authoring skill to review my current skill structure and suggest improvements for better trigger reliability.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I design agent skills that trigger reliably and avoid context bloat?

To design agent skills that trigger reliably, you need architectural patterns like progressive disclosure and precise routing. This ensures skills activate exactly when needed and stay silent otherwise, preventing context bloat and performance drift.

What are common anti-patterns in skill architecture that cause maintenance issues?

Common anti-patterns in skill architecture include poor trigger descriptions and lack of modular design. Using P0-P2 checklists and anti-drift mechanisms helps audit these structural flaws, ensuring long-term maintainability and reliable agent performance.

What is progressive disclosure in agent skill design and when should I use it?

Progressive disclosure in agent skill design is an architectural pattern that controls information exposure. You should use it to keep skills maintainable by routing tasks efficiently and preventing context bloat during complex agent operations.

How do I audit agent skills for quality assurance before deployment?

You audit agent skills for quality assurance by applying built-in P0-P2 checklists and decision trees. This process verifies standardized directory structures and checks for anti-patterns before deployment, ensuring robust skill performance.

Does skill authoring require a standardized directory structure for modular units?

Yes, skill authoring requires a standardized directory structure for modular units. This structure satisfies requirements for precise routing, progressive disclosure, and maintenance protocols, ensuring reliable long-term agent performance.