AI SummaryAnalyzes ANY input to find, improve, or create the right skill. Start with least privilege (, , , , ). Only add higher-risk tools when explicitly required:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "skillforge" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/SkillForge && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/SkillForge/SKILL.md "https://raw.githubusercontent.com/tripleyak/SkillForge/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Intelligent skill router, proactive advisor, and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Adds proactive Context Skill Advisor suggestions from session, project, and personal context using user-controlled Proactivity Levels.
Process Overview
` ANY USER INPUT (prompt, error, code, URL, question, task request) │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 0: SKILL TRIAGE (NEW) │ │ • Classify input type (create/improve/question/task)│ │ • Scan 250+ skills in ecosystem │ │ • Match against existing skills with confidence % │ │ • Route to: USE | IMPROVE | CREATE | COMPOSE │ ├─────────────────────────────────────────────────────┤ │ ↓ USE_EXISTING ↓ IMPROVE ↓ CREATE │ │ [Recommend] [Load & Enhance] [Continue] │ └─────────────────────────────────────────────────────┘ │ (if CREATE_NEW or IMPROVE_EXISTING) ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DEEP ANALYSIS │ │ • Expand requirements (explicit, implicit, unknown) │ │ • Apply 11 thinking models + Automation Lens │ │ • Question until no new insights (3 empty rounds) │ │ • Identify automation/script opportunities │ ├─────────────────────────────────────────────────────┤ │ Phase 2: SPECIFICATION │ │ • Generate XML spec with all decisions + WHY │ │ • Include scripts section (if applicable) │ │ • Validate timelessness score ≥ 7 │ ├─────────────────────────────────────────────────────┤ │ Phase 3: GENERATION │ │ • Write SKILL.md with fresh context │ │ • Generate references/, assets/, and scripts/ │ ├─────────────────────────────────────────────────────┤ │ Phase 4: SYNTHESIS PANEL │ │ • 3-4 Opus agents review independently │ │ • Script Agent added when scripts present │ │ • All agents must approve (unanimous) │ │ • If rejected → loop back with feedback │ └─────────────────────────────────────────────────────┘ │ ▼ Production-Ready Agentic Skill ` Key principles: • Phase 0 prevents duplicates - Always checks existing skills first • Evolution/timelessness is the core lens (score ≥ 7 required) • Every decision includes WHY • Zero tolerance for errors • Autonomous execution at maximum depth • Scripts enable self-verification and agentic operation
How It Works
` ┌────────────────────────────────────────────────────────────────────┐ │ ANY USER INPUT │ │ (prompt, error, code, URL, question, task request, anything) │ └────────────────────────────────────────────────────────────────────┘ │ ▼ ┌────────────────────────────────────────────
SkillForge 5.2 - Intelligent Skill Router, Advisor & Creator
Analyzes ANY input to find, improve, or create the right skill. It can also proactively surface evidence-backed skill suggestions through the Context Skill Advisor. ---
Quick Start
Any input works. SkillForge will intelligently route to the right action: `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster