mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 02:13:15 -04:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user