Super Skills
Super Skills enhances responses by dynamically adding relevant expertise and detailed information for richer, more comprehensive answers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add super-skills npx -- -y @trustedskills/super-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"super-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/super-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, super-skills, allows an AI agent to break down complex tasks into smaller, more manageable subtasks. It can analyze a high-level goal and generate a structured plan for achieving it, identifying dependencies and potential steps. The resulting breakdown facilitates improved task execution and overall efficiency by distributing workload across different tools or agents.
When to use it
- Complex Project Planning: When faced with a large project that requires multiple steps and coordination.
- Automated Workflows: To decompose user requests into a sequence of actions for an automated system.
- Multi-Agent Collaboration: To divide a task among several AI agents, each handling specific subtasks.
- Research Tasks: Breaking down research questions into smaller queries and analysis steps.
Key capabilities
- Task decomposition
- Subtask generation
- Dependency identification
- Plan structuring
Example prompts
- "Decompose the task of 'planning a surprise birthday party' into actionable subtasks."
- "Break down 'writing a marketing report' into smaller steps, including data gathering and analysis."
- “I need to ‘build an e-commerce website’. Can you outline the necessary tasks?”
Tips & gotchas
The quality of the decomposition depends heavily on the clarity and specificity of the initial task description. Vague or ambiguous prompts may result in less useful breakdowns.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.