Create Skill File

🌐Community
by labring · vlatest · Repository

Generates a new, structured skill file for Labring agents based on provided specifications and desired functionality.

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

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

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

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

About This Skill

What it does

This skill allows you to generate a basic, functional skill file structure. It creates files including metadata.json, prompt_template.jinja2, and an example skill.py file. This provides a starting point for developing custom AI agent skills with a standardized format.

When to use it

  • You're new to building AI agent skills and need a template to start from.
  • You want to quickly create the initial files needed for a new skill project.
  • You are creating multiple skills and wish to avoid repetitive file creation.
  • You’re prototyping a new skill concept and need a basic structure to experiment with.

Key capabilities

  • Generates metadata.json
  • Creates prompt_template.jinja2
  • Produces an example skill.py file

Example prompts

  • "Create a skill file for analyzing customer reviews."
  • "Generate the initial files for a skill that summarizes news articles."
  • "Make a basic skill file structure for translating text between languages."

Tips & gotchas

The generated skill.py is an example and will require modification to implement the desired functionality of your specific skill. Ensure you understand the purpose of each generated file before customizing them.

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
labring
Installs
16

🌐 Community

Passed automated security scans.