skill-forge

Create Claude Code skills with structured workflows and progressive loading.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edupazogle/agentic_cockpit --skill skill-forge-edupazogle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-forge
Source: https://github.com/edupazogle/agentic_cockpit/tree/main/.agents/skills/agent-toolkit/skill-forge
Command: npx skills add https://github.com/edupazogle/agentic_cockpit --skill skill-forge-edupazogle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill Forge prevents inconsistent, low-quality Claude Code skills by enforcing a structured, checklist-driven architecture with safety gates and progressive loading so descriptions reliably trigger and execution stays reliable.

Core Features & Use Cases

  • Production-grade skill architecture: Uses an Iron Law, required workflow checklist, and confirmation gates to reduce shortcutting and runaway behavior.
  • Reliable discovery via keyword-rich descriptions: Applies keyword bombing so the skill matches real user intent and triggers during search and autocomplete.
  • Token-efficient context strategy: Keeps SKILL.md lean (500-line rule) and loads deeper material from references on demand.
  • Deterministic automation via scripts: Encourages encapsulating repeatable operations into scripts to avoid wasted context.
  • Use case: When you want to create or refactor a Claude Code skill (new skill, improved design, or packaged distributable) while maintaining consistent quality across iterations.

Quick Start

Add your skill by running /skill-forge and follow the guided workflow from requirements to packaging.

Frequently Asked Questions about skill-forge

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

FAQPage Schema
How do I create production-ready Claude Code skills with reliable trigger descriptions?

Create production-ready Claude Code skills using a structured architecture with an Iron Law, workflow checklists, and keyword-rich descriptions to ensure reliable discovery and trigger execution. Skill Forge enforces these standards to prevent inconsistent quality and shortcutting.

What is the best way to structure SKILL.md for token efficiency in Claude Code?

Structure SKILL.md for token efficiency by keeping it lean with a 500-line rule and loading deeper material from references on demand. This progressive loading strategy prevents context waste while maintaining full skill capability.

How do I package and distribute Claude Code skills as artifacts?

Package and distribute Claude Code skills as .skill artifacts by following a guided workflow from requirements to final packaging. Skill Forge handles new skill creation, refactoring, and improvement to produce distributable, production-grade outputs.

Does Skill Forge require any dependencies to build skills?

Skill Forge requires no external dependencies to build skills. It operates standalone to enforce checklist-driven architecture, safety gates, and deterministic automation via scripts for repeatable operations.

Why do my Claude Code skill descriptions fail to trigger during search and autocomplete?

Claude Code skill descriptions fail to trigger when they lack sufficient keyword density to match real user intent. Skill Forge applies keyword bombing to descriptions so they reliably match search queries and autocomplete suggestions.

Can I use scripts to automate repeatable operations in my Claude Code skill?

Use scripts to automate repeatable operations in your Claude Code skill to avoid wasting context and ensure deterministic execution. Skill Forge encourages encapsulating these operations into scripts organized for on-demand loading.