Create New Skills

🌐Community
by disler · vlatest · Repository

Automatically generates new, functional AI skills based on provided descriptions and desired capabilities.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-new-skills npx -- -y @trustedskills/create-new-skills
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-new-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-new-skills"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to create new skills, defining their purpose, capabilities, and associated prompts. It facilitates the expansion of an agent's skillset on demand, enabling dynamic adaptation to evolving tasks. The created skills are then available for use by other agents or within the same agent’s workflow.

When to use it

  • Expanding Agent Capabilities: When you need your AI agent to perform a task it currently cannot handle and requires a new specialized skill.
  • Automating Skill Creation: To streamline the process of adding skills, especially when dealing with repetitive or similar tasks.
  • Customizing Workflows: When integrating newly developed tools or processes into an existing AI agent workflow that require dedicated skills.
  • Agent-to-Agent Collaboration: To allow agents to dynamically share and create new skills for each other.

Key capabilities

  • Skill definition: Ability to specify a skill's name, description, and purpose.
  • Prompt generation: Automatically creates example prompts based on the defined skill.
  • Skill instantiation: Creates a functional skill from the provided definition.
  • Dynamic Skill Addition: Allows for real-time expansion of an agent’s skillset.

Example prompts

  • "Create a new skill called 'Summarize Legal Documents' that can extract key information and summarize legal texts."
  • "Define a skill to translate code from Python to JavaScript, including example prompts for different coding scenarios."
  • “Build a skill named ‘Generate Social Media Captions’ which creates engaging captions for various platforms.”

Tips & gotchas

The effectiveness of this skill depends on the clarity and detail provided in the skill definition. Vague or incomplete definitions may result in poorly functioning skills, requiring refinement after creation.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
disler
Installs
5

🌐 Community

Passed automated security scans.