plugins marketplace
← All plugins

claudeforge

v2.1.0

CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.

Claude Code

by Alireza RezvaniMIT414updated 2 months ago

Source

git clone https://github.com/alirezarezvani/ClaudeForge

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

claudeforge/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "claudeforge",
  "description": "CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.",
  "version": "2.1.0",
  "author": {
    "name": "Alireza Rezvani",
    "url": "https://github.com/alirezarezvani"
  },
  "license": "MIT",
  "homepage": "https://github.com/alirezarezvani/ClaudeForge",
  "keywords": [
    "claude-md",
    "documentation",
    "best-practices",
    "modular",
    "sync",
    "karpathy",
    "guidelines",
    "context-management"
  ],
  "skills": [
    "./skill",
    "./skill/karpathy-guidelines",
    "./skill/claude-md-drift-audit",
    "./skill/claude-md-link-check",
    "./skill/claude-md-dependency-rescan"
  ],
  "commands": [
    "./command/enhance-claude-md.md",
    "./command/sync-claude-md.md",
    "./command/claude-to-agents.md"
  ],
  "agents": [
    "./agent/claude-md-guardian.md"
  ]
}