configure

configure is a command for Claude Code from opensesh/DESIGN-OPS. It costs 0 tokens per session (2,134 once invoked), scanned A, original, Apache-2.0.

A command for changing selected DESIGN-OPS settings after the initial setup. It can update operations, design, analytics, or team settings.

In plain words
What is it for?
Use it to edit connected tools, expected outcomes, analytics choices, or team members within an existing DESIGN-OPS configuration.
Why use it?
It avoids repeating the full setup when only part of the configuration needs to change. It also checks that a valid current configuration exists.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the design-ops plugin — 5 skills, 13 commands shipped together

Good fit Use it to edit connected tools, expected outcomes, analytics choices, or team members within an existing DESIGN-OPS configuration.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/opensesh/design-ops/configure
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.

Clone the repo
git clone --depth 1 https://github.com/opensesh/DESIGN-OPS

Made for: Claude Code.

Or install design-ops, the plugin that ships this one along with the rest of its 5 skills, 13 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure

README.md
[![agentmods](https://agentmods.dev/badge/commands/opensesh/design-ops/configure.svg)](https://agentmods.dev/commands/opensesh/design-ops/configure)
Your own site
<a href="https://agentmods.dev/commands/opensesh/design-ops/configure"><img src="https://agentmods.dev/badge/commands/opensesh/design-ops/configure.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,134 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.02134
Opus 5 $0.00000 $0.01067
Sonnet 5 $0.00000 $0.00427
Haiku 4.5 $0.00000 $0.00213

Measured 7d ago against content hash 26800b57588f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

commands/configure.md · 416 lines

How it starts

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

/design-ops:configure

Update specific settings without running full setup. Pillar-based configuration with re-evaluation options.

Trigger

User runs /design-ops:configure to modify existing configuration.

Can also target specific pillars:

  • /design-ops:configure operations
  • /design-ops:configure design
  • /design-ops:configure analytics
  • /design-ops:configure team

Pre-Flight Check

  1. Check for config at ~/.claude/design-ops-config.yaml

    • If not found: "No config found. Run /design-ops:setup first to get started."
    • Exit early
  2. Check version

    • If v1.x: "Found v1 config. Run /design-ops:setup to migrate to v2 first."
    • If v2.x: Continue
  3. Load current config and validate structure


## Configure DESIGN-OPS

**Current status:**
- Operations: 2 tools (Notion, Google Workspace)
- Design: 2 tools (GitHub, Figma)
- Analytics: 2 tools (GA4, Dub.co), 1 skipped

What would you like to configure?

Options:

  • Operations pillar — Modify operations tools and outcomes
  • Design pillar — Modify design tools and outcomes
  • Analytics pillar — Modify analytics tools and outcomes
  • Team members — Add/edit/remove team mappings
  • Display preferences — Time windows, output options
  • Add new tool — Trigger /design-ops:add-tool
  • Re-evaluate all tools — Re-run tool evaluation
  • View full config — Show complete YAML

Pillar Configuration

Operations Pillar

## Operations Pillar Configuration

**Connected tools:**
┌──────────────────┬───────────┬─────────────────────────────┐
│ Tool             │ Status    │ Tracking                    │
├──────────────────┼───────────┼─────────────────────────────┤
│ Notion           │ Connected │ 3 databases                 │
│ Google Workspace │ Connected │ Calendar, Gmail             │
│ Slack            │ Skipped   │ —                           │
└──────────────────┴───────────┴─────────────────────────────┘

**Current outcomes:**
- Daily: calendar_events, tasks_due, unread_emails
- Weekly: week_overview, tasks_completed

What would you like to do?

Read the full file on GitHub · 416 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. 7d ago First seen · 416 lines · 0 tokens per session scan A 26800b57588f

Subscribe to this mod's changes

configure is a command published in the GitHub repository opensesh/DESIGN-OPS (23 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,134 tokens. 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-30.