Forge

Community

Build, validate, and package AI skills effortlessly.

Authorbacoco
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Creating new AI skills can be complex, requiring adherence to specific structures, naming conventions, and best practices for efficient context management. Forge simplifies the entire skill development lifecycle.

Core Features & Use Cases

  • Skill Initialization: Quickly generate new skill templates with proper frontmatter and resource directories using init_skill.py.
  • Validation: Ensure your skills meet official standards and best practices with quick_validate.py, catching errors before deployment.
  • Packaging: Bundle your completed skills into distributable .skill files using package_skill.py for easy sharing and deployment.
  • Progressive Disclosure Guidance: Learn to design skills that efficiently manage Claude's context window, keeping SKILL.md lean while making detailed information discoverable.
  • Use Case: Imagine you've identified a repetitive task that Claude could automate. Use Forge to quickly scaffold a new skill, ensure it follows best practices, and package it for seamless deployment, turning your idea into a reusable AI capability.

Quick Start

To create a new skill named 'my-new-skill' in the 'skills/public' directory: scripts/init_skill.py my-new-skill --path skills/public

Dependency Matrix

Required Modules

pyyaml

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Forge
Download link: https://github.com/bacoco/EvolveSkill/archive/main.zip#forge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.