Create and test a skill according to the user request.
User Request
UserRequest: $ARGUMENTS
Create a skill list by breaking down the user request into concepts, topics, and subtopics.
Use skill_find(comma-separated-list-of-phrases) to find relevant skills for each word or phrase in the list.
Use skill_use(writing-skills) and skill_use(testing-skills-with-subagents).
When delegating to subagents, ask them to also use skill_find and skill_use as needed. If a subagent needs a skill, instruct it explicitly to use that skill.
Run this workflow only when the user explicitly invokes create-skill.
1---2name: create-skill3description: Create Skill4---56# Create and Test a Skill78Create and test a skill according to the user request.910## User Request1112```md13UserRequest: $ARGUMENTS14```15161. Create a skill list by breaking down the user request into concepts, topics, and subtopics.172. Use `skill_find(comma-separated-list-of-phrases)` to find relevant skills for each word or phrase in the list.183. Use `skill_use(writing-skills)` and `skill_use(testing-skills-with-subagents)`.194. When delegating to subagents, ask them to also use `skill_find` and `skill_use` as needed. If a subagent needs a skill, instruct it explicitly to use that skill.2021Run this workflow only when the user explicitly invokes `create-skill`.
Run npx skillmds@latest add zenobi-us/create-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Create Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
zenobi-us (@zenobi-us) published this skill. Their other Agent Skills are listed on their SkillMD profile.