Skip to content
Skillv1.0.0

skill-creator

To create new CLI skills following Anthropic's official best practices with zero manual configuration. This skill automates brainstorming, template application, validation, and installation processes

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/skill-creator/SKILL.md) via skills.sh. Install upstream with npx skills add sickn33/agentic-awesome-skills --skill skill-creator. Copyright stays with the author.

skill-creator

Detailed Guide

Read the detailed guide before executing this skill. It retains the complete procedure and reference material. Treat its safety, prerequisites, and validation requirements as mandatory. For focused work, load the relevant sections; for end-to-end work, read the guide completely.

When to Use This Skill

This skill should be used when:

  • User wants to extend CLI functionality with custom capabilities
  • User needs to create a skill following official standards
  • User wants to automate repetitive CLI tasks with a reusable skill
  • User needs to package domain knowledge into a skill format
  • User wants both local and global skill installation options

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-skill-creator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-skill-creator.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-skill-creator",
  "kind": "skill",
  "name": "skill-creator",
  "description": "To create new CLI skills following Anthropic's official best practices with zero manual configuration. This skill automates brainstorming, template application, validation, and installation processes while maintaining progressive disclosure patterns and writing style standards.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "automation",
      "scaffolding",
      "skill-creation",
      "meta-skill",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "To create new CLI skills following Anthropic's official best practices with zero manual configuration. This skill automates brainstorming, template application, validation, and installation processes while maintaining progressive disclosure patterns and writing style standards."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/skill-creator/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/sickn33/agentic-awesome-skills/skill-creator",
      "key": "sickn33/agentic-awesome-skills/skills/skill-creator/SKILL.md"
    }
  },
  "instructions": "# skill-creator\n\n## Detailed Guide\n\nRead [the detailed guide](references/detailed-guide.md) before executing this skill. It retains the complete procedure and reference material. Treat its safety, prerequisites, and validation requirements as mandatory. For focused work, load the relevant sections; for end-to-end work, read the guide completely.\n\n## When to Use This Skill\n\nThis skill should be used when:\n- User wants to extend CLI functionality with custom capabilities\n- User needs to create a skill following official standards\n- User wants to automate repetitive CLI tasks with a reusable skil",
  "cost": {
    "context_tokens": 260
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-skill-creator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.