feat: ClaudeForge 2.1.0 — installable plugin with 150-line cap, forked audit skills, /sync --weekly, and AGENTS.md export (#26)

This commit is contained in:
Alireza Rezvani
2026-05-19 04:07:05 +02:00
committed by GitHub
parent ffff0fc4c3
commit 032c5e5a0f
35 changed files with 1740 additions and 629 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"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"
]
}