Create Skill

🌐Community
by dcjanus · vlatest · Repository

Generates new, functional AI skills based on provided descriptions and desired capabilities within a dcjanus environment.

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 dcjanus-create-skill npx -- -y @trustedskills/dcjanus-create-skill
2

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

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

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

About This Skill

What it does

The dcjanus-create-skill skill allows users to generate new AI agent skills. It provides a framework and starting point for creating custom skills, potentially reducing development time. The generated skills can be tailored to specific needs or integrated into larger systems.

When to use it

  • You need a baseline skill structure to quickly prototype an AI agent capability.
  • You want to experiment with different skill designs without building from scratch.
  • You're developing a suite of related AI agent skills and need a consistent foundation.
  • You are looking for a way to automate the creation of new skills.

Key capabilities

  • Skill generation
  • Framework provision
  • Customization options (implied)

Example prompts

  • "Create a skill that summarizes news articles."
  • "Generate a skill for translating English to Spanish."
  • "Build a skill that can extract entities from text."

Tips & gotchas

The specific customization options available within the generated skills are not detailed in the source. Expect some manual adjustments and refinement after initial generation.

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
dcjanus
Installs
5

🌐 Community

Passed automated security scans.