By mebius-san
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.
Use this agent when adding or fixing docstrings on classes, methods, or properties in a Python codebase that adopts the `lazy-python.*` documentation conventions. Reads canonical guidelines from the plugin plus the project overlay on every dispatch. Examples: <example> Context: A class or method is missing a docstring or has a non-compliant one. user: "Write docstrings for this class" assistant: "I'll use the lazy-python.docstring-writer agent to generate compliant docstrings." </example>
Use this agent when writing unit tests for a class or module in a Python codebase that adopts the `lazy-python.*` testing conventions. Reads canonical testing and checking guidelines from the plugin plus the project overlay on every dispatch. Never modifies production code — only writes test files. Examples: <example> Context: A new class was written and needs tests. user: "Write tests for DataRoll" assistant: "I'll use the lazy-python.test-writer agent to create compliant tests." </example>
Read-only health check across the 11 invariants the lazycortex-python plugin promises — rules mirror integrity, reference resolution, artifact presence, wrappers, pyproject sections (incl. [tool.ruff]), hook registration, venv state (mypy/pylint/pytest/ruff + pytest-clarity/pytest-sugar).
Six-step Python code/style review — manually-invoked workflow that reads canon + overlay, identifies modified files, runs manual inspection categories, then dispatches chk-py + tst-py to gate.
Seven-phase install wizard that wires lazycortex-python into a consumer repo — mirrors rules, deploys chk-py / tst-py wrappers, bootstraps pyproject.toml checker stack, scaffolds project overlay guidelines, syncs the scaffold template, and offers an opt-in CLAUDE.md pointer. The PostToolUse check-style hook auto-registers from the plugin manifest — no install step writes to settings.json.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
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-pythonObsidian vault bootstrap and configuration management for Claude Code
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.
Specification and design skills for Claude Code
Core skills, agents, and runtime daemon for Claude Code (expert runtime + agent-model routing + settings management)
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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.