configure

Solid

Set up dev-loop's capability-role tool profile — map `knowledge` (your domain wiki / MCP), `verify` (your project's test/build/QA command), `explore` (code search), `tacit` (past incidents), and `design` (Figma/visual spec) to the actual tools this environment has, then write ~/.claude/dev-loop/tools.json (global) or <repo>/.dev-loop/tools.json (per-repo). Use when asked to "configure dev-loop", "set up tools", "map my wiki/test command", or "/dev-loop:configure".

AI & Automation 4 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# configure — set up the dev-loop tool profile dev-loop runs fully generic with **no** config (every role falls back to the model's own behavior). Configuring the roles makes the loop use *your* real tools: your domain wiki for facts, your actual test command for verification, etc. The bundled best-practice `wiki/` (used by `wiki-plan`) needs no config — the `knowledge` role is for a separate *external/domain* wiki. > Note: the plan step is fixed to `wiki-plan` and is NOT configurable. There is no > `plan` role. ## Steps 1. **Show the current profile.** Run and report what is already set vs. default: ```sh sh ${CLAUDE_PLUGIN_ROOT}/scripts/resolve-tools.sh --summary ``` 2. **Decide scope.** - **Global** (all your projects): `~/.claude/dev-loop/tools.json` - **Per-repo** (committed, team-shared; overrides global per role/field): `<repo>/.dev-loop/tools.json` Ask the user which, if unclear. (Legacy `~/.claude/loop-orchestrator/tools.json` and `<repo>/.loop-orchestrator/tools.json` are still read as a fallback.) 3. **Map each role to a real tool.** Read `${CLAUDE_PLUGIN_ROOT}/examples/tools.example.json` as the shape and `references/tool-profile.md` for the schema. For THIS environment, detect and propose concrete mappings, then confirm with the user: | Role | Map to | How to find it | |------|--------|----------------| | `knowledge` | your domain/policy **wiki** or knowledge MCP | check available MCP servers (e.g. a `wiki_search`/`...

Details

Author
choiyounggi
Repository
choiyounggi/dev-loop
Created
1 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category