If you're given an URL, it's documentation page, use Explorer subagent 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 Explorer subagents to explore them in parallel, then report back to main agent.
If you receive a lot of files, use multiple Explorer subagents to explore them in parallel, then report back to main agent.
1---2name: 225-create-36ee75053description: Create a new agent skill4---56Ultrathink.78**IMPORTANT:** 9- Read this skill documentation carefully before starting: https://docs.claude.com/en/docs/claude-code/skills.md10- Read the Agent Skills Spec carefully before starting: `.claude/skills/agent_skills_spec.md`1112Create a new **Agent Skill** for Claude Code based on the given prompt:13<prompt>$ARGUMENTS</prompt>1415- **Skills location:** `./.claude/skills`16- Skill file name (uppercase): `SKILL.md`17- Skill folder name (hyphen-case): `<skill-name>`18- Full path: `./.claude/skills/<skill-name>/SKILL.md`19- Script files (if any): `./.claude/skills/<skill-name>/scripts/my-script.py` or `./.claude/skills/<skill-name>/scripts/my-script.sh`20- Reference files (if any): `./.claude/skills/<skill-name>/references/ref-0.md`2122## References (MUST READ):23- [Agent Skills Overview](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview.md)24- [Best Practices](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/best-practices.md)2526## Important Notes:27- If you're given an URL, it's documentation page, use `Explorer` subagent to explore every internal link and report back to main agent, don't skip any link.28- If you receive a lot of URLs, use multiple `Explorer` subagents to explore them in parallel, then report back to main agent.29- If you receive a lot of files, use multiple `Explorer` subagents to explore them in parallel, then report back to main agent.
Run npx skillmds@latest add tools-only/225-create-36ee7505 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 a new agent 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.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.