๐Ÿ› ๏ธ
AI EngineeringPython

SkillForge

by tripleyak

SkillForge is an AI Engineering skill for Claude Code, published by tripleyak in SkillForge.

876 stars89 forkson tripleyak/SkillForgeAdded 2026/08/22+2% in starsRepository updated 2026/07/29
agent-skillsclaude-aiclaude-codeclaude-skillscodexevals
Install in seconds
Install SkillForge
Copy SkillForge into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tripleyak/SkillForge ~/.claude/skills/SkillForge

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tripleyak/SkillForge.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in tripleyak/SkillForge
Installs to
~/.claude/skills/SkillForge
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What SkillForge does

SkillForge routes skill-related requests, checks whether a skill already exists, and helps create or improve skills with tests. It is used when asking to create, find, validate, package, or maintain agent skills.

SkillForge is cataloged under AI Engineering on DirSkills. SkillForge comes from a repository tagged agent-skills, claude-ai, claude-code, claude-skills and codex.

Documentation

README

SkillForge 6 - Skill Router, Creator & Ecosystem Maintainer

Routes any skill-related request to the right action (use, improve, create, compose), creates new skills through an evidence-driven pipeline, and maintains the health of the whole skill ecosystem. Core principle: skill quality is a property of behavior, not documents - a skill is done when a fresh agent demonstrably does better with it than without it.

Routing (Phase 0)

Always triage before creating anything:

python3 scripts/discover_skills.py            # refresh index (auto-refreshes if >24h old)
python3 scripts/triage_skill_request.py "<the user's request>" --json

This is the opening of the README. Read the full README on GitHub.

Frequently asked about SkillForge

  • What else does tripleyak publish alongside SkillForge?

    SkillForge is one of 2 skills that DirSkills catalogs from tripleyak/SkillForge, the repository it ships in. Its siblings there include Sample Skill. Each one is a separate skill with its own page in this directory, installs the same way SkillForge does, and is maintained by tripleyak in that same repository. The rest of the collection is listed on the tripleyak/SkillForge page.

  • How does SkillForge compare to other AI Engineering skills?

    SkillForge ranks #1505 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SkillForge against them. Open each page to compare what they document and how they install.