Create Skill
Automatically generates new, functional AI skills based on user prompts and existing Siviter capabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-skill npx -- -y @trustedskills/create-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-skill skill enables users to define and register new skills within an AI agent ecosystem. It provides tools for structuring skill metadata, specifying capabilities, and integrating them into a registry or framework that supports modular AI agent development.
When to use it
- When you need to add a custom functionality to your AI agent that isn't already available in existing skills.
- While setting up a new AI agent project and want to define its core skill set from scratch.
- To contribute a reusable skill to an open-source or shared AI agent registry for others to use.
Key capabilities
- Define skill metadata such as name, description, author, and category.
- Specify the actual functionality or code that implements the skill.
- Register the skill in a centralized skills registry for discovery and installation by other users.
Example prompts
- "Create a new skill called 'data-visualizer' with the ability to generate charts from CSV data."
- "Register this skill under the 'analytics' category with an author of 'siviter-xyz'."
- "Define the metadata for a skill that allows AI agents to fetch weather information."
Tips & gotchas
- Ensure your skill's code is compatible with the agent framework you're using before registering it.
- Use clear and descriptive names and categories so users can easily discover and understand your skill’s purpose.
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.