Create Skill
Generates new AI agent skills based on provided descriptions, expanding capabilities and automating development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add maxoreric-create-skill npx -- -y @trustedskills/maxoreric-create-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"maxoreric-create-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/maxoreric-create-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-skill skill allows you to generate new skills within a SOP (Structured Operational Procedure) engine. It facilitates the creation of modular, reusable components that can be integrated into complex AI agent workflows. This includes defining skill names, descriptions, and initial code structures for various tasks.
When to use it
- Rapid prototyping: Quickly create basic skill skeletons when exploring new functionalities for your AI agent.
- Skill standardization: Enforce a consistent structure across all skills within your SOP engine.
- Team collaboration: Provide a standardized way for developers to contribute new skills to the project.
- Automated skill development: Integrate into automated pipelines to generate skill templates based on predefined specifications.
Key capabilities
- Skill generation
- SOP Engine integration
- Modular component creation
- Code structure definition
Example prompts
- "Create a new skill called 'send_email' with the description 'Sends an email message.'"
- "Generate a skill template for 'process_image' that includes placeholders for image processing libraries."
- “Create a skill named ‘translate_text’ and include initial code for translating between English and Spanish.”
Tips & gotchas
The create-skill skill requires an existing SOP engine environment to function correctly. Ensure the SOP engine is properly configured before attempting to generate new skills.
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.