What problem does it solve? When an agent hits a knowledge gap on a library, framework, tool, or domain, it has no reusable instructions for that topic. skill-forge closes the gap by researching the topic and synthesizing a focused, portable SKILL.md that future sessions can load automatically. ## Core Features & Use Cases - Find-first research pipeline: Sweeps existing published skills as source material, runs deep web research, then fact-checks findings against cited sources before writing anything. - Triage with cache/improve/create modes: Detects whether a matching forge-made skill already exists, extends it in place when coverage is missing, or creates a new skill — never silently overwriting third-party skills. - Verified, self-contained output: Every generated skill passes a six-check verification gate and a multi-cycle adversarial self-review, ships with research provenance in references/sources.md, and is returned inline for same-turn use. - Use Case: You ask the agent to work with a library it does not know, such as uv. skill-forge researches uv's docs and pitfalls, then writes skills/uv/SKILL.md so the agent can use it immediately and in every future session. ## Quick Start Ask the agent to use skill-forge to research the FastAPI framework and create a reusable skill for it.