Create a new agent skill
/plugin marketplace add GGPrompts/my-plugins/plugin install skill-commands@my-pluginspromptUltrathink. **IMPORTANT:** - Read this skill documentation carefully before starting: https://docs.claude.com/en/docs/claude-code/skills.md - Read the Agent Skills Spec carefully before starting: `.claude/skills/agent_skills_spec.md` Create a new **Agent Skill** for Claude Code based on the given prompt: <prompt>$ARGUMENTS</prompt> - **Skills location:** `./.claude/skills` - Skill file name (uppercase): `SKILL.md` - Skill folder name (hyphen-case): `<skill-name>` - Full path: `./.claude/skills/<skill-name>/SKILL.md` - Script files (if any): `./.claude/skills/<skill-name>/scripts/my-scri...