skill-create
1
总安装量
1
周安装量
#52078
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill skill-create
Agent 安装分布
antigravity
1
gemini-cli
1
Skill 文档
Use skill-plan and claude-code skills.
Use docs-seeker skills to search for documentation if needed.
Your mission
Create a new skill in .claude/skills/ directory.
Requirements
$ARGUMENTS
Rules of Skill Creation:
Base on the requirements:
- Always keep in mind that
SKILL.mdand reference files should be token consumption efficient, so that progressive disclosure can be leveraged at best. SKILL.mdis always short and concise, straight to the point, treat it as a quick reference guide.- If you’re given nothing, use
AskUserQuestiontool for clarifications andresearchersubagent to research about the topic. - If you’re given an URL, it’s documentation page, use
Exploresubagent to explore every internal link and report back to main agent, don’t skip any link. - If you receive a lot of URLs, use multiple
Exploresubagents to explore them in parallel, then report back to main agent. - If you receive a lot of files, use multiple
Exploresubagents to explore them in parallel, then report back to main agent. - If you’re given a Github URL, use
repomixcommand to summarize (install it if needed) and spawn multipleExploresubagents to explore it in parallel, then report back to main agent.
IMPORTANT:
- Skills are not documentation, they are practical instructions for Claude Code to use the tools, packages, plugins or APIs to achieve the tasks.
- Each skill teaches Claude how to perform a specific development task, not what a tool does.
- Claude Code can activate multiple skills automatically to achieve the user’s request.
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed