configure

A configuration skill for assigning real project tools to the workflow's roles, such as the domain wiki, test command, code search, past-incident notes, and design specifications. It writes the selected profile globally or for one repository.

In plain words
What is it for?
Viewing the current tool profile, choosing global or repository-specific settings, and connecting each workflow role to the tools available in your environment.
Why use it?
Without configuration, the workflow falls back to its own general behavior and may not use your project's actual tools or documentation.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/choiyounggi/dev-loop/configure
Any agent
npx skills add choiyounggi/dev-loop --skill configure
Clone the repo
git clone --depth 1 https://github.com/choiyounggi/dev-loop

Made for: Claude Code, Codex.

Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,088 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00124 $0.01088
Opus 5 $0.00062 $0.00544
Sonnet 5 $0.00025 $0.00218
Haiku 4.5 $0.00012 $0.00109

Measured 2d ago against content hash 47c9deb6f69e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

configure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/configure/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 ${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/search_wiki tool)
    verify your project's test / build / QA command read package.json scripts / Makefile / pom.xml / CI config for the real command
    explore code/symbol search (LSP, rtb-sourcecode, ripgrep) what this repo/language supports
    tacit past incidents / danger-zone lore (MCP) check for a lore/incidents MCP
    design Figma / visual-spec MCP only if UI work; check for a Figma MCP
    intake issue tracker (orchestrate work-list) Jira/GitHub issues MCP, if used

Read the full file on GitHub · 72 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 72 lines · 124 tokens per session scan A 47c9deb6f69e

Subscribe to this mod's changes

configure is a skill published in the GitHub repository choiyounggi/dev-loop (4 stars, last pushed 3d ago), licensed MIT. It adds 124 tokens to every session and 1,088 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

kb-create

Operator procedure to declare and provision a new Knowledge Base GitOps-style, so it survives pod restarts.

BeppeTemp/cartographer · 24 tokens

kb-import

Agent-guided procedure to import an existing non-OKF wiki or knowledge base (Obsidian vault, markdown folder, wiki export) into a Cartographer KB, incrementally and without big-bang LLM rewriting.

BeppeTemp/cartographer · 48 tokens

deploy

Rilascia una nuova versione di Cartographer — merge della release PR di release-please, attesa della pipeline GitHub (binari, brew, ghcr), bump del manifest homelab, verifica rollout Flux e update del client locale via brew. Usare quando l'utente chiede di deployare/rilasciare una nuova versione di server e/o client.

BeppeTemp/cartographer · 78 tokens

implement-plan

Orchestrates implementation of one or more approved plan issues (label plan) into merged PRs through wave planning, delegation to dev subagents in isolated worktrees, coordinator review, and ordered squash-merge with topic-owned documentation conflict resolution. Use when the user asks to implement, ship, or land open…

BeppeTemp/cartographer · 107 tokens

academic-paper-drafting

End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.

fabioc-aloha/Alex_Skill_Mall · 34 tokens

research-first-development

Build knowledge bases that build software — research before code, teach before execute.

fabioc-aloha/Alex_Skill_Mall · 18 tokens