Agent skill

arch-lens-operational

Create Operational architecture diagram showing CLI workflows, configuration, and observability. Administration lens answering "How is it run and monitored?

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill arch-lens-operational --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/arch-lens-operational/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Operational Architecture Lens **Cognitive Mode:** Operational **Primary Question:** "How is it run and monitored?" **Focus:** CLI Workflows, Configuration, Observability, Task Commands ## When to Use - Need to understand operator/admin perspective - Documenting CLI commands and workflows - Analyzing configuration and monitoring setup - User invokes `/autoskillit:arch-lens-operational` or `/autoskillit:make-arch-diag operational` ## Critical Constraints **NEVER:** - Modify any source code files - Include internal implementation details - Show code-level patterns **ALWAYS:** - Focus on OPERATOR experience - Show CLI commands and their purposes - Document configuration hierarchy - Include monitoring and logging outputs - BEFORE creating any diagram, LOAD the `/autoskillit:mermaid` skill using the Skill tool - this is MANDATORY --- ## Analysis Workflow ### Step 1: Launch Parallel Exploration Subagents Spawn Explore subagents to investigate: **CLI Entry Points** - Find all CLI commands - Identify command groups and subcommands - Look for: CLI frameworks (Click, argparse, Commander, etc.), entry points, main commands **Configuration** - Find configuration sources - Identify environment

What's inside
Steps it walks through
  1. When to Use
  2. Critical Constraints
  3. Analysis Workflow
  4. Step 1: Launch Parallel Exploration Subagents
  5. Step 2: Map Operator Workflows
  6. Step 3: Document Configuration Hierarchy
  7. Step 4: Create the Diagram
  8. Step 5: Write Output
  9. Output Template
  10. Pre-Diagram Checklist
  11. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the arch-lens-operational skill do?

Create Operational architecture diagram showing CLI workflows, configuration, and observability. Administration lens answering "How is it run and monitored?

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill arch-lens-operational --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going