Files
2025-11-30 08:53:15 +08:00

18 lines
410 B
JSON

{
"name": "cf-dev-toolkit",
"description": "Specialized sub-agents, auto-loading skills, and commands that reduce context usage and prevent Claude from losing focus on complex tasks",
"version": "0.0.0-2025.11.28",
"author": {
"name": "codeforges",
"email": "noreply@codeforges.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}