byjoshuadavidthomas· 28 skills
Use when authoring, creating, refining, or troubleshooting agent skills — scaffold SKILL.md and frontmatter, write and optimize the trigger description, structure the body with progressive disclosure, validate structure, and test or debug activation. Also when building a new skill from scratch, when a skill won't trigger, loads incorrectly, or the agent ignores it entirely. Use when a skill misbehaved in the current session and needs adjustment based on learnings.
$npx -y skills add joshuadavidthomas/agent-skills --skill skill-authoringInstalls into the current project.
Run `npx skills use "https://github.com/joshuadavidthomas/agent-skills" --skill "joshuadavidthomas/agent-skills/skill-authoring"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/joshuadavidthomas/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/joshuadavidthomas/agent-skills"` and select the relevant skills, then follow their instructions.