help

help is a command for coding agents from opensesh/DESIGN-OPS. It costs 0 tokens per session (3,097 once invoked), scanned A, original, Apache-2.0.

A command reference for DESIGN-OPS, a system that connects operations, design and analytics information into commands and reports.

In plain words
What is it for?
Use it to browse DESIGN-OPS commands, including setup, configuration, tool connections, troubleshooting, dashboards and utility libraries.
Why use it?
It gives users one place to find available commands and understand which command to use for setup, status checks, diagnostics and dashboards.

Command

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

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 commands/opensesh/design-ops/help
Clone the repo
git clone --depth 1 https://github.com/opensesh/DESIGN-OPS

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 help

README.md
[![agentmods](https://agentmods.dev/badge/commands/opensesh/design-ops/help.svg)](https://agentmods.dev/commands/opensesh/design-ops/help)
Your own site
<a href="https://agentmods.dev/commands/opensesh/design-ops/help"><img src="https://agentmods.dev/badge/commands/opensesh/design-ops/help.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 3,097 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.00000 $0.03097
Opus 5 $0.00000 $0.01548
Sonnet 5 $0.00000 $0.00619
Haiku 4.5 $0.00000 $0.00310

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

Security

Grade A, and why

help 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 4d 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/help.md · 422 lines

How it starts

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

/design-ops:help

Complete command reference for DESIGN-OPS.

Trigger

User runs /design-ops:help to see all available commands and skills.


Output

# DESIGN-OPS — Command Reference

## System Commands

| Command | Description |
|---------|-------------|
| `/design-ops:setup` | Initial onboarding wizard — configure integrations and preferences |
| `/design-ops:configure` | Update specific settings without full setup |
| `/design-ops:status` | Quick overview of what's configured |
| `/design-ops:test` | Deep diagnostics when troubleshooting |
| `/design-ops:reset` | Clear configuration and start fresh |
| `/design-ops:add-tool` | Connect a new MCP or API with guided setup |
| `/design-ops:help` | This command reference |
| `/design-ops:library` | Browse utility commands by category |

**Note:** Use `/design-ops:status` for a quick config check. Use `/design-ops:test` when something isn't working.

---

## Dashboard Command

The unified dashboard command generates reports across pillars and timeframes:

```bash
/design-ops:dashboard [pillar] [timeframe]
Pillars Timeframes
ops — Operations daily (or today, d)
design — Design weekly (or week, w)
analytics — Analytics quarterly (or quarter, q)
omitted — All pillars ytd (or year, y)

Examples:

/design-ops:dashboard                    # All pillars, daily (default)
/design-ops:dashboard ops weekly         # Operations, weekly
/design-ops:dashboard design quarterly   # Design, quarterly
/design-ops:dashboard analytics ytd      # Analytics, year-to-date
/design-ops:dashboard weekly             # All pillars, weekly

Legacy Aliases

These commands remain for backwards compatibility:

Command Maps To
/design-ops:daily-brief /design-ops:dashboard daily
/design-ops:weekly-recap /design-ops:dashboard weekly
/design-ops:team-pulse /design-ops:dashboard design daily --team

Utility Library

Browse with /design-ops:library or /design-ops:library [category].

Quick access:

  • /design-ops:library — Browse all 14 utility commands
  • /design-ops:library design — Show design commands only
  • /design-ops:library content — Show content commands only
  • /design-ops:library development — Show development commands only
  • /design-ops:library logistics — Show logistics commands only

Logistics (3)

Meeting prep, kickoffs, and project coordination

Command Description
/design-ops:meeting-brief Create focused meeting agendas
/design-ops:meeting-recap Document meetings with action items
/design-ops:kickoff-prep Generate project kickoff materials

Content (3)

Content creation for social and marketing

Command Description
/design-ops:social-post Create platform-optimized social content
/design-ops:copy-variants Generate and A/B test copy variations
/design-ops:content-brief Create content briefs for articles, blogs, case studies

Development (3)

Research, analysis, and ideation tools

Command Description
/design-ops:site-analysis Deep website analysis
/design-ops:devils-advocate Challenge assumptions
/design-ops:research-summary Synthesize research into actionable insights

Design (5)

Design quality, research, and variation tools

Command Description
/design-ops:design-audit Automated design system compliance check
/design-ops:a11y-audit Accessibility compliance check (WCAG A/AA/AAA)
/design-ops:mood-board Curated design inspiration from web sources
/design-ops:competitor-scan Competitive design analysis
/design-ops:variation-sprint Generate design variations within brand constraints

Auto-Activating Skills

These activate automatically based on context — no command needed:

Skill Triggers On
brand-guidelines Mentions of brand, colors (Aperol, Charcoal, Vanilla), brand voice
frontend-design UI work, component creation, design implementation
design-system-quality Design system reviews, token validation
brand-voice Content writing, copywriting, messaging
design-feedback Design critique, visual review
accessibility-audit Accessibility checks, a11y reviews
systematic-debugging Debugging, error investigation
verification-before-completion Task completion, claiming "done"

Quick Start

  1. First time? Run /design-ops:setup to configure integrations
  2. Morning routine? Run /design-ops:dashboard (or /design-ops:daily-brief)
  3. Weekly review? Run /design-ops:dashboard weekly
  4. Check team activity? Run /design-ops:dashboard design
  5. Explore utilities? Run /design-ops:library to browse 14 utility commands
  6. Check config? Run /design-ops:status for quick overview
  7. Something broken? Run /design-ops:test for deep diagnostics

Configuration

Config file: ~/.claude/design-ops-config.yaml

View current config: /design-ops:status Update config: /design-ops:configure


Getting Help

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

Subscribe to this mod's changes

help 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 3,097 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.