Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    zakelfassi

    skillforge

    zakelfassi/skillforge
    Productivity
    4
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Scaffold a new reusable Skill (SKILL.md + optional scripts/references/assets)...

    SKILL.md

    SkillForge

    Create well-formed Skills quickly and consistently.

    Workflow

    1. Restate the spec

      • What problem does the skill solve?
      • Who/what will use it (Codex, Claude Code, humans)?
      • What inputs does it take and what outputs does it produce?
      • What is explicitly out of scope?
    2. Pick the skill type

      • operational: narrowly-scoped, repeatable procedure (preferred default).
      • meta: orchestration / governance / decision-making.
      • composed: "manager" skills that chain other skills together.
    3. Name the skill

      • kebab-case, short, verb-led if possible.
      • One responsibility per skill.
    4. Create the skill folder

      • Recommended (project skills): skills/<type>/<name>/
      • Optional (kit skills): forgeloop/skills/<type>/<name>/ only when you are changing the kit itself
      • Required: SKILL.md
      • Optional: scripts/, references/, assets/
    5. Write SKILL.md

      • Frontmatter: name + description only.
      • The description is the trigger surface: include what it does + when to use it.
      • Body: concise steps + crisp examples; link large details into references/.
    6. Sync skills into your agents

      • After adding/updating skills, run:
        • ./forgeloop/bin/sync-skills.sh (Claude Code mirror + optional Codex install)

    Minimal SKILL.md skeleton

    ---
    name: your-skill-name
    description: "What it does. Use when … (include triggers)."
    ---
    
    # Your Skill Name
    
    ## Inputs
    - …
    
    ## Outputs
    - …
    
    ## Steps
    1. …
    
    ## Examples
    - …
    

    Guardrails

    • Prefer small, reversible changes.
    • Do not "over-forge": only create a new skill when it will be reused or it meaningfully reduces future context.
    Recommended Servers
    Webflow
    Webflow
    tldraw
    tldraw
    Cloudflare
    Cloudflare
    Repository
    zakelfassi/forgeloop-kit
    Files