skill-authoring
Write reliable skills that trigger and survive long sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core