t1k-modules.json
registryVersion: 2
Install presets
Section titled βInstall presetsβ| Preset | Modules | Cross-kit modules |
|---|---|---|
developer | t1k-base, t1k-extended | theonekit-model-router:model-router |
full | t1k-base, t1k-extended, t1k-maintainer | theonekit-model-router:model-router |
maintainer | t1k-base, t1k-extended, t1k-maintainer | theonekit-model-router:model-router |
Raw JSON (ground truth)
{ "kitName": "theonekit-core", "modules": { "github": { "activationFragment": "t1k-activation-github.json", "dependencies": [ "t1k-base" ], "description": "GitHub Projects (V2) board automation via the gh CLI β discover, add, edit, and move items across Status columns. gh-only, no MCP.", "required": false, "skills": [ "t1k-projects" ] }, "t1k-base": { "activationFragment": "t1k-activation-t1k-base.json", "dependencies": [], "description": "Core workflow β cook, plan, fix, debug, test, review, git, docs", "required": true, "skills": [ "t1k-cook", "t1k-plan", "t1k-fix", "t1k-debug", "t1k-test", "t1k-review", "t1k-git", "t1k-docs", "t1k-wiki", "t1k-scout", "t1k-ask", "t1k-help", "t1k-doctor", "t1k-modules", "t1k-find-skill", "t1k-context", "t1k-watzup", "t1k-resolve-context", "t1k-coding-level" ] }, "t1k-base-bash-validator": { "activationFragment": "t1k-activation-t1k-base-bash-validator.json", "dependencies": [ "t1k-base" ], "description": "PreToolUse:Bash hook β blocks Bash commands touching build artifacts, VCS internals, and secrets. Saves 30-50% tokens on large projects.", "required": false, "skills": [] }, "t1k-extended": { "activationFragment": "t1k-activation-t1k-extended.json", "dependencies": [ "t1k-base" ], "description": "Advanced reasoning, collaboration, and security tools", "required": true, "skills": [ "t1k-brainstorm", "t1k-predict", "t1k-scenario", "t1k-problem-solve", "t1k-think", "t1k-security", "t1k-preview", "t1k-handoff", "t1k-retro", "t1k-team", "t1k-mcp-management", "t1k-architecture", "t1k-game-arch", "t1k-my-score", "t1k-find-issue", "t1k-clickup", "t1k-extended-multimodal", "t1k-library-decoupling" ] }, "t1k-maintainer": { "activationFragment": "t1k-activation-t1k-maintainer.json", "dependencies": [ "t1k-base" ], "description": "Kit maintainer tools β release, triage, sync, scaffolding", "required": false, "skills": [ "t1k-kit", "t1k-skill-creator", "t1k-agent-creator", "t1k-rule-creator", "t1k-sync-back", "t1k-issue", "t1k-triage", "t1k-ship", "t1k-babysit-pr", "t1k-worktree", "t1k-repomix", "t1k-xia", "t1k-graphify", "t1k-contribution-score", "t1k-contribution-flush", "t1k-docs-site" ] } }, "presets": { "developer": { "crossKitModules": [ "theonekit-model-router:model-router" ], "modules": [ "t1k-base", "t1k-extended" ] }, "full": { "crossKitModules": [ "theonekit-model-router:model-router" ], "modules": [ "t1k-base", "t1k-extended", "t1k-maintainer" ] }, "maintainer": { "crossKitModules": [ "theonekit-model-router:model-router" ], "modules": [ "t1k-base", "t1k-extended", "t1k-maintainer" ] } }, "registryVersion": 2}