skill-creator

Create specialized Claude skills with metadata, scripts, references, and assets.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/juliochwd/bps-stat-agent --skill skill-creator-juliochwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/juliochwd/bps-stat-agent/tree/main/mini_agent/skills/skill-creator
Command: npx skills add https://github.com/juliochwd/bps-stat-agent --skill skill-creator-juliochwd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users create new skills or update existing ones to extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guide: Provides instructions for creating effective skills.
  • Skill Anatomy: Explains the structure of a skill, including metadata, scripts, references, and assets.
  • Skill Creation Process: Outlines the step-by-step process to create a skill, from understanding the skill's usage to packaging it for distribution.

Quick Start

To create a new skill, run the 'init_skill.py' script with the desired skill name and output directory.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create specialized skills for Claude's capabilities?

To create specialized skills for Claude, you define the skill's purpose, structure, and content, including metadata, scripts, references, and assets. You can start the process by running the 'init_skill.py' script with a chosen name and directory.

What is the structure of a Claude skill?

A Claude skill consists of specific components including metadata, scripts, references, and assets. Understanding this anatomy is essential for effectively packaging and distributing the specialized knowledge or tool integrations you build.

Do I need Python to build a new skill for Claude?

Yes, you need a Python environment to build a new skill for Claude. Familiarity with Claude's skill framework is also required to properly define the skill's structure and execute the initialization scripts.

Can I use this to add tool integrations and new workflows to Claude?

Yes, you can use this to extend Claude's capabilities with specialized workflows or tool integrations. It guides the process of packaging these integrations into a structured skill format for Claude to utilize.

What's the best way to update existing Claude skills?

The best way to update existing Claude skills is to review the skill's anatomy and modify its metadata, scripts, references, or assets. This ensures the updated knowledge or tool integration is correctly structured for Claude's framework.