UCTM Init
One-shot project bootstrap for uc-taskmanager: creates works/ and configures Bash permissions.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d70b141
⚠ Security: it writes broad Read/Edit/Write(/**) permissions into .claude/settings.local.json behind a generic "recommended" prompt — read the scope before approving. Ran the exact skill steps in a scratch project: it deterministically created works/ and merged 34 named Bash permissions into .claude/settings.local.json, while a no-skill baseline attempt (npx uctm-init) 404'd — the skill is the only working path to this outcome.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What UCTM Init does
Initializes a project for the uc-taskmanager pipeline by creating a works/ directory and merging a fixed list of Bash permissions into .claude/settings.local.json, asking the user for confirmation first. Triggers on explicit phrases like "uctm init", "initialize uctm", or the bare Korean word "초기화". Part of the larger uc-taskmanager plugin (specifier/planner/scheduler/builder/verifier/committer pipeline).
How to install UCTM Init
git clone https://github.com/davepoon/buildwithclaude
cd buildwithclaude
mkdir -p ~/.claude/skills
cp -r plugins/agents-uc-taskmanager/skills/init ~/.claude/skills/uctm-init
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger UCTM Init
-
/uctm-initOne-shot project bootstrap for uc-taskmanager: creates works/ and configures Bash permissions.
It also activates on plain-language prompts like these:
-
Initialize uctm for this project and set up the works directory -
Run uctm init and configure the needed Bash permissions -
Bootstrap this repo for the uc-taskmanager pipeline
Frequently asked questions
- Is the UCTM Init skill free?
- Yes. The skill itself is free from davepoon/buildwithclaude. SkillProof publishes the install command and an independent test verdict at no cost.
- Does UCTM Init work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. ⚠ Security: it writes broad Read/Edit/Write(/**) permissions into .claude/settings.local.json behind a generic "recommended" prompt — read the scope before approving. Ran the exact skill steps in a scratch project: it deterministically created works/ and merged 34 named Bash permissions into .claude/settings.local.json, while a no-skill baseline attempt (npx uctm-init) 404'd — the skill is the only working path to this outcome.
- What is the UCTM Init SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install UCTM Init?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use UCTM Init with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.