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.
npx agentmods add commands/opensesh/design-ops/librarygit clone --depth 1 https://github.com/opensesh/DESIGN-OPSWrote 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.
[](https://agentmods.dev/commands/opensesh/design-ops/library)<a href="https://agentmods.dev/commands/opensesh/design-ops/library"><img src="https://agentmods.dev/badge/commands/opensesh/design-ops/library.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01333 |
| Opus 5 | $0.00000 | $0.00666 |
| Sonnet 5 | $0.00000 | $0.00267 |
| Haiku 4.5 | $0.00000 | $0.00133 |
Grade B, and why
library scanned grade B with 1 finding 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 5d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
Run any command by name, or browse a specific category: How it starts
The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/design-ops:library
Browse and discover utility commands organized by category.
Trigger
/design-ops:library # List all utility commands by category
/design-ops:library [category] # Filter to specific category
Parameters
| Category | Description |
|---|---|
logistics |
Meeting prep, kickoffs, and project coordination |
content |
Content creation for social and marketing |
development |
Research, analysis, and ideation tools |
design |
Design quality, research, and variation tools |
| omitted | Show all categories |
Behavior
Step 1: Load Registry
- Read
commands/library/_registry.yaml - Parse command manifest
- Filter by category if specified
Step 2: Render Command List
Display commands grouped by category:
## DESIGN-OPS Utility Library (14 commands)
Ad-hoc commands organized by purpose. Use any command directly.
📖 **Full documentation:** https://github.com/opensesh/DESIGN-OPS/tree/main/commands/library
---
### Logistics (3)
*Meeting prep, kickoffs, and project coordination*
| Command | Description |
|---------|-------------|
| `/design-ops:meeting-brief` | Create focused meeting agendas through guided questions |
| `/design-ops:meeting-recap` | Document meetings with summaries, decisions, and action items |
| `/design-ops:kickoff-prep` | Generate project kickoff materials (agenda, brief, questions) |
---
### 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 with structure mapping |
| `/design-ops:devils-advocate` | Challenge assumptions and stress-test your thinking |
| `/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 |
---
Run any command by name, or browse a specific category:
- `/design-ops:library logistics`
- `/design-ops:library content`
- `/design-ops:library development`
- `/design-ops:library design`
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.
- 5d ago First seen · 223 lines · 0 tokens per session scan B 7c897f4fdea0
library 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 1,333 tokens. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
design-compliance
Audit or generate regulation-specific UI patterns for HIPAA, PCI DSS, or ADA compliance. Use --regulation to target a specific standard.
design-tutorial
Interactive guided tour of Naksha — learn commands through real exercises, discover workflows, and get oriented in under 10 minutes.
design-gdpr
Design GDPR/CCPA-compliant consent flows — cookie banners, consent hierarchy, privacy controls, and data deletion request UI.
design-chatbot
Design a complete chatbot or conversational assistant UI — dialog flows, message bubbles, quick replies, typing indicators, error states, and accessibility.
design-review
Review an existing design for quality — accessibility, usability, visual consistency, content, and motion. Accepts HTML files, Figma URLs, preview servers, or screenshots for visual AI critique.
design-template
Generate a production-ready web page from a curated template category. Pick a category (landing-page, dashboard, pricing, auth, blog, ecommerce, portfolio, docs, saas, or onboarding) and get a fully-built, customized HTML/CSS template — brand colors, copy, and responsive layout included.