RonifueRonifueCommunityยท1 Agent Skills Included

skill-authoring

Write reliable skills that trigger and survive long sessions

Guides the creation of well-structured skills with trigger-ready descriptions, routing tables, and progressive disclosure. Fixes common failures like descriptions that never activate, bloated bodies that waste context, and blindly copied directory layouts. Includes a quickstart skeleton, six design principles, four reusable patterns, and a P0-P2 quality checklist for self-testing.
npx skills add Ronifue/skill-authoring --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-authoring?โ–ผ

Run `npx skills add Ronifue/skill-authoring --all -g -y` in your terminal to install it globally for your agent.

Why isn't my skill triggering?โ–ผ

Your description is likely written as a summary instead of a trigger. Rewrite it as 'Load when the user asks to...' with user keywords and anti-triggers, and keep it under the character budget.

When should I create a skill instead of a prompt?โ–ผ

Create a skill only when the task repeats across sessions, has known error patterns, needs fixed resources, and has verifiable criteria. Otherwise use a one-time prompt or saved reference.

Does skill-authoring work with Claude Code and Cursor?โ–ผ

Yes. It follows the standard SKILL.md format and works in Claude Code, Codex, OpenCode, and Cursor, with notes on cross-harness differences.

How do I check if my skill is good quality?โ–ผ

Use the built-in P0-P2 quality checklist, which covers trigger tests, progressive disclosure, safety stops, and multi-model verification.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’