From sadlay-skills
Create, review, or improve Agent Skills in this repository. Use when the user asks to write a new skill, update an existing skill, design skill triggers, split skill references, generate skill UI metadata, validate skills, or package skills for Claude/Codex distribution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sadlay-skills:skill-authorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn repeated workflows into portable Agent Skills for this repository.
Use this skill to turn repeated workflows into portable Agent Skills for this repository.
skills/<skill-name>/SKILL.md.SKILL.md focused on trigger behavior and core procedure.references/.scripts/ and reusable output resources in assets/.agents/openai.yaml when the skill should appear well in Codex/OpenAI skill lists.registry/skills.yaml.python3 scripts/validate-skills.python3 scripts/sync-plugin-skills when the skill should be packaged.Use the repository prompt files when they fit the task:
references/create-skill-prompt.md for new skillsreferences/review-skill-prompt.md for reviewsreferences/improve-skill-prompt.md for iteration after real usereferences/generate-openai-yaml-prompt.md for UI metadataskills/; use drafts/.Read references/authoring-workflow.md for repository-specific standards when making substantial changes.
npx claudepluginhub sadlay/agent-skills --plugin sadlay-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.