plugins/ai-tools-manager/skills/super-help/SKILL.md
Answer questions about the Claude Code AI Dev Tools ecosystem — plugins, skills, subagents, hooks, marketplaces, rules, MCP, memory, and CLI commands. Use when the user asks how something works, wants to understand a concept, or needs guidance on any Claude Code tooling topic.
npx skillsauth add lichens-innovation/ai-dev-tools super-helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Answer any question about the Claude Code AI Dev Tools ecosystem by consulting the relevant reference docs.
Pick only the doc(s) relevant to the user's question — do not read all of them.
| Topic | Doc |
|---|---|
| Plugins (structure, manifest, enabling, updating) | ${CLAUDE_SKILL_DIR}/../../../../docs/plugins.md |
| Skills (format, creating, installing, popular repos) | ${CLAUDE_SKILL_DIR}/../../../../docs/skills.md |
| Subagents (AGENTS.md, coordination, delegation) | ${CLAUDE_SKILL_DIR}/../../../../docs/subagents.md |
| Hooks (PreToolUse, PostToolUse, lifecycle, scripts) | ${CLAUDE_SKILL_DIR}/../../../../docs/hooks.md |
| Marketplace (registering, publishing, versioning, auto-updates) | ${CLAUDE_SKILL_DIR}/../../../../docs/marketplace.md |
| Rules (format, scope, .clinerules) | ${CLAUDE_SKILL_DIR}/../../../../docs/rules.md |
| MCP servers (configuration, tools) | ${CLAUDE_SKILL_DIR}/../../../../docs/mcp.md |
| Memory (persistent memory for subagents) | ${CLAUDE_SKILL_DIR}/../../../../docs/memory.md |
| Skills CLI (skills add, skills list, npx skills) | ${CLAUDE_SKILL_DIR}/../../../../docs/skills-cli.md |
| Claude Code settings, commands, IDE integrations | ${CLAUDE_SKILL_DIR}/../../../../docs/claude-code.md |
/create-skill, /create-plugin, /create-subagent, /manage-marketplace.tools
Reference for managing Claude Code plugins and marketplaces: install, update, remove plugins; add, update, remove marketplaces. Use when the user asks how to install a plugin, remove a marketplace, update plugins, or manage their Claude Code plugin setup.
tools
Scaffolds a new subagent in the ai-dev-tools marketplace repository: creates the agent directory, AGENTS.md file, and symlinks it into the chosen plugin. Use when the user asks to add a subagent, create an agent, or scaffold a subagent in the marketplace.
tools
Scaffolds a new skill in the ai-dev-tools marketplace repository: creates the skill directory and SKILL.md boilerplate directly inside the chosen plugin. Use when the user asks to add a new skill, create a skill, or scaffold a skill in the marketplace.
tools
Scaffolds a new plugin in the ai-dev-tools marketplace repository: creates the plugin directory, plugin.json manifest, skills/ folder, and registers it in marketplace.json. Use when the user asks to add a new plugin, create a plugin, or register a plugin in the marketplace.