numencore-toolkit/plugins/numencore-core/.claude-plugin/plugin.json
Parley Hatch 9b21c79068 feat(numencore-core): rewrite skills, add sprint/create, extract agents
Rewrote all existing skills for clarity and consistency, added /sprint
(session workhorse) and /create (skill/agent/hook builder), extracted
implementor and validator into standalone agent definitions, and removed
the old skill-creator skill and inline orchestrator prompts. Bump to 0.4.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 16:35:46 -06:00

12 lines
362 B
JSON

{
"name": "numencore-core",
"version": "0.4.0",
"description": "Core development toolkit — workflow skills, agents, and project conventions",
"author": {
"name": "Parley Hatch",
"email": "parley.hatch@gmail.com"
},
"repository": "ssh://git@git.numencore.com:2222/phatch/numencore-toolkit.git",
"license": "MIT",
"skills": "./skills/"
}