skill-forge CLAUDE.md

A project instruction document describing Skill Forge, a tool for creating, reviewing, improving, and publishing Claude Code skills.

In plain words
What is it for?
It helps developers understand the project layout, skill file structure, writing guidance, testing approach, and tool configuration.
Why use it?
It gives contributors shared rules for the repository's structure, design approach, and development process.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/agricidaniel/skill-forge/claude-md
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/skill-forge
Per session 1,026 This file is loaded in full into every session.
When invoked 1,026 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01026 $0.01026
Opus 5 $0.00513 $0.00513
Sonnet 5 $0.00205 $0.00205
Haiku 4.5 $0.00103 $0.00103

Measured 3d ago against content hash dfb1b732774b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-forge CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Forge — Ultimate Claude Code Skill Creator

Project Overview

This repository contains Skill Forge, a Tier 4 Claude Code skill for creating, reviewing, evolving, and publishing other Claude Code skills. It follows the Agent Skills open standard and the 3-layer architecture (directive, orchestration, execution).

Architecture

skill-forge/                         # Repository root
  CLAUDE.md                          # Project instructions
  skill-forge/                       # Main orchestrator skill (Tier 4)
    SKILL.md                         # Entry point, routing table, core rules
    references/                      # On-demand knowledge files (10 files)
      anatomy.md                     # Skill file structure, naming, agent format
      patterns.md                    # Proven workflow patterns
      frontmatter-spec.md           # YAML frontmatter specification
      description-guide.md          # Writing effective descriptions
      testing-guide.md              # Testing methodology
      pro-agent.md                  # 3-layer architecture deep dive
      tools-reference.md            # Tool names, permission patterns, MCP
      hooks-reference.md            # Hook events, types, quality gates
      skills-activation.md          # Skill discovery, activation, features
      platforms.md                   # Multi-platform conversion rules
    scripts/                         # Deterministic execution scripts
      init_skill.py                 # Scaffold new skills
      validate_skill.py             # Validate skill structure
      package_skill.py              # Package for distribution
      convert_skill.py              # Convert skills to other platforms
      generate_eval_set.py          # Generate trigger eval sets from SKILL.md
      aggregate_benchmark.py        # Aggregate eval results into benchmarks
      optimize_description.py       # Optimize descriptions with train/test split
      skill_utils.py                # Shared utilities (frontmatter parser)
    assets/
      templates/                     # Skill templates by tier
        minimal.md                  # Tier 1: single SKILL.md
        workflow.md                 # Tier 2: SKILL.md + scripts
        multi-skill.md             # Tier 3: orchestrator + sub-skills
        ecosystem.md               # Tier 4: full ecosystem
  skills/                            # Sub-skills
    skill-forge-plan/SKILL.md       # Architecture and design planning
    skill-forge-build/SKILL.md      # Scaffold and generate skills
    skill-forge-review/SKILL.md     # Audit and validate skills
    skill-forge-evolve/SKILL.md     # Improve skills from feedback
    skill-forge-eval/SKILL.md       # Run eval pipeline with assertions
    skill-forge-benchmark/SKILL.md  # Benchmark performance tracking
    skill-forge-publish/SKILL.md    # Package and distribute skills
    skill-forge-convert/SKILL.md    # Convert skills to other platforms
  agents/                            # Subagent definitions
    skill-forge-architect.md        # Architecture design agent
    skill-forge-writer.md           # SKILL.md content writer agent
    skill-forge-validator.md        # Validation agent
    skill-forge-converter.md        # Platform conversion agent
    skill-forge-executor.md         # Eval execution agent
    skill-forge-grader.md           # Eval grading agent
    skill-forge-analyzer.md         # Benchmark analysis agent
    skill-forge-comparator.md       # Blind A/B comparison agent
  install.sh                         # Installation script

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 94 lines · 1,026 tokens per session scan A dfb1b732774b

Subscribe to this mod's changes

skill-forge CLAUDE.md is an instructions file published in the GitHub repository AgriciDaniel/skill-forge (166 stars, last pushed 4mo ago), licensed MIT. It adds 1,026 tokens to every session, about $0.0051 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

claude-obsidian GEMINI.md

Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.

AgriciDaniel/claude-obsidian · 219 tokens

claude-obsidian AGENTS.md

AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.

AgriciDaniel/claude-obsidian · 1,123 tokens

claude-obsidian copilot-instructions.md

Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.

AgriciDaniel/claude-obsidian · 186 tokens

banana-claude CLAUDE.md

Instructions for AgriciDaniel/banana-claude, covering banana claude development contract, current architecture, provider state, verified 2026-08-29, development boundaries and python support.

AgriciDaniel/banana-claude · 1,667 tokens

claude-ads AGENTS.md

Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.

AgriciDaniel/claude-ads · 401 tokens

claude-ads CLAUDE.md

Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.

AgriciDaniel/claude-ads · 280 tokens