skill-forge

Guide structured development of Claude Code skills with a 9-step workflow.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tc9011/my-skills --skill skill-forge-tc9011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-forge
Source: https://github.com/tc9011/my-skills/tree/main/skills/skill-forge
Command: npx skills add https://github.com/tc9011/my-skills --skill skill-forge-tc9011

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the common issue of poorly structured and low-quality AI skills by providing a comprehensive framework and best practices for their design, development, and packaging.

Core Features & Use Cases

  • Structured Skill Development: Guides users through a 9-step workflow for creating robust skills.
  • Best Practices Enforcement: Incorporates techniques like Iron Laws, workflow checklists, confirmation gates, and anti-pattern documentation.
  • Resource Management: Teaches efficient use of scripts/, references/, and assets/ for modularity and token efficiency.
  • Use Case: A developer wants to create a new skill for summarizing legal documents. They use Skill Forge to ensure the skill is well-defined, triggers correctly, handles user input safely, and provides reliable output.

Quick Start

Use the skill-forge skill to begin building a new Claude Code skill.

Frequently Asked Questions about skill-forge

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

FAQPage Schema
How do I build production-grade Claude Code skills?

Production-grade Claude Code skills are built using a structured 9-step workflow that enforces best practices like Iron Laws and progressive loading. This methodology ensures token efficiency, reliability, and proper skill architecture through prompt engineering and packaging.

What are the best practices for AI skill prompt engineering and workflow design?

AI skill prompt engineering best practices involve applying Iron Laws, workflow checklists, and confirmation gates to define behavior. Effective workflow design also requires documenting anti-patterns and utilizing progressive loading for optimal token efficiency.

How do I structure scripts and references for modular AI skill development?

To structure scripts and references for modular AI skill development, separate these components into distinct directories to enable progressive loading. This resource management strategy ensures token efficiency and maintains skill reliability during execution.

Does Claude Code skill development require managing token efficiency and anti-patterns?

Claude Code skill development requires managing token efficiency through progressive loading and explicitly documenting anti-patterns. Addressing these constraints ensures that skills trigger correctly, handle user input safely, and provide reliable output without context overflow.

What is the step-by-step workflow for creating and packaging new AI skills?

The step-by-step workflow for creating and packaging new AI skills involves a 9-step process covering architecture, workflow design, prompt engineering, and packaging. This structured methodology ensures high-quality, production-ready skill outputs through modularity and reliability.