Create Skill
Generates unique, creative skills or abilities based on provided themes, concepts, or desired functionalities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kjibba-create-skill npx -- -y @trustedskills/kjibba-create-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kjibba-create-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kjibba-create-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kjibba-create-skill allows AI agents to generate new skills based on provided descriptions and examples. It can take a high-level concept or existing skill as input and produce a functional, albeit potentially basic, skill definition. This facilitates rapid prototyping and experimentation with new agent capabilities. The generated skills are intended for further refinement and customization by the user.
When to use it
- Rapid Prototyping: Quickly generate initial versions of skills to test core functionality before investing in full development.
- Skill Exploration: Explore variations on existing skills or create entirely new concepts based on a brief description.
- Educational Purposes: Learn about skill structure and generation by observing the output of this tool.
- Automated Skill Creation (with caution): Potentially automate some aspects of skill creation, understanding that significant manual review will likely be needed.
Key capabilities
- Skill Generation: Creates new skills based on textual descriptions.
- Example-Based Learning: Can incorporate examples to guide the generated skill's behavior.
- Functional Skill Output: Produces a functional (though potentially basic) skill definition.
Example prompts
- "Create a skill that summarizes news articles."
- "Generate a skill for translating English to Spanish, similar to the existing 'translate-en-es' skill."
- “Build a skill that can calculate simple arithmetic problems and explain its steps.”
Tips & gotchas
The generated skills will likely require manual review and refinement. Consider this a starting point rather than a finished product; expect to iterate on the output.
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.