By mebius-san
Format-agnostic diagram engine: /lazy-diagram.draw dispatcher + per-format writer agents (mermaid, ascii, more later). Picks kind and format from request context, ships exemplar templates plus an authoring contract, and bundles a fixture-based regression suite.
Single-pass writer agent: produces an ASCII diagram body for a given (kind, request, exemplar). Dispatched by /lazy-diagram.draw or /lazy-diagram.fix, or invokable directly by any caller that supplies kind=<X>. Returns the diagram block content (without surrounding triple-backticks) as its response. Use when you have already chosen kind=<one of: flow, fs-tree, layout> and format=ascii.
Single-pass writer agent: produces a mermaid diagram body for a given (kind, request, scheme). Dispatched by /lazy-diagram.draw or /lazy-diagram.fix, or invokable directly by any caller that supplies kind=<X>. Returns the diagram fence content (without surrounding triple-backticks) as its response. Use when you have already chosen kind=<one of: flow, sequence, state, erd, class, architecture, layout, nav, tree, controls-scheme, decision-tree, screen-scheme, journey, mindmap, gantt, timeline> and format=mermaid.
Audit the lazycortex-diagram plugin: verify template well-formedness, exemplar conformance against the authoring rule, and role + init-block coverage in styles-*.json schemes. Parallel-scan coordinator dispatching 3 read-only Explore agents (A2, A3, A5). Read-first; presents findings, asks before fixing. Severity: PASS / WARN / FAIL / INFO. TODO: re-add fixture-related scans (A1, A4) when the final dev-vs-shipped split is decided.
Diagram dispatcher — picks (kind, format) for a free-form request, dispatches the per-format drawer agent, byte-compares against the existing fence under the anchor, and writes (or skips) one fenced diagram. Outcome vocabulary: created / replaced / unchanged / skipped-below-threshold / failed:<reason> / split-into-N. Use when you want a NEW diagram inserted under a named heading; for migrating an existing fence to current standards see /lazy-diagram.fix.
Take an existing diagram fence and re-conform it to the current drawer-agent standards. Reads the host section's prose as the request, infers (kind, format) from the existing fence's syntax marker, dispatches the per-format drawer agent, and replaces the fence in place when the body differs. Outcome vocabulary: replaced / unchanged / failed:<reason>. Use when an old diagram drifted from the contract (palette removed, theme directive missing, terminology changed); for inserting a NEW fence under a heading see /lazy-diagram.draw.
Bootstrap the lazycortex-diagram plugin for the current project (or globally). Syncs the authoring rule shipped by the plugin into the consumer's rules directory, seeds agent model tiers for the per-format drawer agents, and cleans up orphaned rules from previous versions. Idempotent — safe to re-run. Detects install scope automatically.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI tooling plugins for Claude Code — skills, agents, and hooks that add context optimization, change-history recall, security scanning, and permission management to your Claude Code workflows.
Claude Code grows powerful with skills, agents, and hooks — but unmanaged, it also grows noisy, leaky, and forgetful. LazyCortex is an opinionated toolkit for the same issues you keep hitting:
fix and the PR is closed, is a real cost.Each plugin addresses one of these pains without forcing you to adopt the others.
Core skills, agents, and runtime daemon for Claude Code (expert runtime + agent-model routing + settings management)
Ships 25 skills, 6 agents, 2 commands, 10 rules, and 5 hooks.
See claude/lazycortex-core/ for details.
Format-agnostic diagram engine: /lazy-diagram.draw dispatcher + per-format writer agents (mermaid, ascii, more later). Picks kind and format from request context, ships exemplar templates plus an authoring contract, and bundles a fixture-based regression suite.
Ships 4 skills, 2 agents, 1 command, and 1 rule.
Requires: lazycortex-core
See claude/lazycortex-diagram/ for details.
Generic doc-producing experts (interpreter, designer, planner) plus a starter set of domain aspects (claude-plugin, game-dev, dotfiles). Building blocks — compose specialists in lazy.settings.json[experts] with one agent + one or more aspects.
Ships 1 skill, 3 agents, and 1 command.
Requires: lazycortex-core
See claude/lazycortex-experts/ for details.
Ship lazycortex-core runtime metrics to a Prometheus-compatible observer (Grafana Alloy or OpenTelemetry Collector) — vendor-neutral, observer-server-blind, headless-portable.
Ships 4 skills and 1 command.
Requires: lazycortex-core
See claude/lazycortex-observe/ for details.
Obsidian vault bootstrap and configuration management for Claude Code
Ships 7 skills, 1 agent, 1 command, and 2 hooks.
Requires: lazycortex-core
See claude/lazycortex-obsidian/ for details.
Python coding discipline as a plugin: shared rules + reference guidelines + chk/tst checkers + PostToolUse hook + docstring-writer/test-writer agents + canonical file template. Installs once per repo via /lazy-python.install.
Ships 3 skills, 2 agents, 1 command, 3 rules, and 1 hook.
Requires: lazycortex-core
See claude/lazycortex-python/ for details.
Specification and design skills for Claude Code
Ships 22 skills, 2 agents, and 1 command.
Requires: lazycortex-core, lazycortex-diagram
See claude/lazycortex-specs/ for details.
Maintains a curated, LLM-navigable semantic wiki over a markdown+code base — summaries, hierarchical topic tags, and glossed See-also links, kept in sync via git-watch and weekly full-scan routines.
Ships 5 skills, 3 agents, 1 command, and 1 rule.
Requires: lazycortex-core
See claude/lazycortex-wiki/ for details.
lazycortex-core, lazycortex-obsidian)./lazy-core.install, /lazy-python.install, etc. This drops the plugin's rule templates into .claude/rules/ and sets up any log/changelog scaffolding.npx claudepluginhub mebius-san/lazy-cortex --plugin lazycortex-diagramObsidian vault bootstrap and configuration management for Claude Code
Specification and design skills for Claude Code
Generic doc-producing experts (interpreter, designer, planner) plus a starter set of domain aspects (claude-plugin, game-dev, dotfiles). Building blocks — compose specialists in lazy.settings.json[experts] with one agent + one or more aspects.
Core skills, agents, and runtime daemon for Claude Code (expert runtime + agent-model routing + settings management)
Ship lazycortex-core runtime metrics to a Prometheus-compatible observer (Grafana Alloy or OpenTelemetry Collector) — vendor-neutral, observer-server-blind, headless-portable.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security