Skillforge
Description
**From Art to Engineering: A Manifesto for AI Skill Creation.**
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SkillForge v5.1
**From Art to Engineering: A Manifesto for AI Skill Creation.**
The Problem
The central challenge in AI development isn't a lack of ideas, but the inconsistent process of turning them into robust, reliable skills. Current methods are often ad-hoc, brittle, and difficult to scale—resembling more of an art form than a predictable engineering discipline.
The Solution
**Quality is built in, not bolted on.**
SkillForge is a methodology where rigor is integrated into every step of the creation process, from initial conception to final validation. It's a fundamental shift from reactive testing to proactive engineering.
What's New in v5.1
v5.1 builds on the v5.0 context-efficient redesign and adds stronger frontmatter support, hooks guidance, validation coverage, and packaging safety.
Context-Efficient Foundation (v5.0)
The foundation from v5.0 remains: **the context window is a public good.** Every line in SKILL.md competes with the user's actual work.
- SKILL.md slimmed from 872 to 313 lines (64% reduction)
- Deep dives moved to
references/where they're loaded only when needed - Triggers moved into
descriptionfield for pre-load routing
Simplified Frontmatter
Skills now use only `name` and `description` in frontmatter. The `description` field is the primary triggering mechanism — it determines when a skill activates, so all "when to use" information belongs there.
---
name: my-skill
description: What this skill does and when to use it. Include trigger scenarios.
---
Degrees of Freedom
A new design concept for matching instruction specificity to task fragility:
- High freedom (text guidance) — when multiple approaches are valid
- Medium freedom (pseudocode/parameterized scripts) — when a preferred pattern exists
- Low freedom (exact scripts) — when operations are fragile and error-prone
Scaffold Script
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11