bug-ops

99 mods across 4 repositories, 179 stars between them.

rust-debugger

73

bug-ops/claude-plugins

Agent

Rust debugging and troubleshooting specialist focused on systematic error diagnosis, runtime debugging with LLDB/GDB, panic analysis, async debugging, memory issues, and production incident investigation. Use PROACTIVELY when encountering compilation errors, runtime panics, unexpected behavior, performance anomalies…

11 7d ago A 61 tokens

rust-critic

74

bug-ops/claude-plugins

Agent

Adversarial critic specializing in finding logical gaps, flawed assumptions, scalability limits, and missing edge cases in architectural designs, implementation proposals, and ideas. Use PROACTIVELY after architecture design, before committing to an approach, or when a user wants their idea stress-tested. Never writes…

11 7d ago A 109 tokens

sdd

75

bug-ops/claude-plugins

Agent

Full-cycle Spec-Driven Development orchestrator. Takes anything from a raw idea to a complete implementation-ready specification package. Pipeline: stream-of-consciousness → BRD/SRS/NFR → spec/plan/tasks → knowledge base. Use PROACTIVELY when the user says "I have an idea", "I want to build", "let me describe", "turn…

11 7d ago B 157 tokens

rust-live-tester

76

bug-ops/claude-plugins

Agent

Live testing specialist for Rust projects — executes the real binary, detects anomalies and regressions, tracks coverage, verifies cross-interface consistency, and files bug issues. Read-only with respect to source code. Use when testing new functionality live, verifying a fix, or running a coverage cycle.

11 7d ago A 61 tokens

tech-writer

77

bug-ops/claude-plugins

Agent

Technical writer specializing in user-facing documentation using mdBook. Creates documentation that progressively reveals product capabilities — from simple and intuitive to advanced. Uses storytelling, practical examples, and progressive disclosure to guide users through the product. Works autonomously, not managed…

11 7d ago A 78 tokens

rust-researcher

78

bug-ops/claude-plugins

Agent

Research and monitoring specialist for Rust projects — tracks dependency updates, security advisories, competitive landscape, and emerging techniques; files research and dependency issues. Read-only role — never writes source code, only documents findings and creates GitHub issues. Use when monitoring dependencies…

11 7d ago A 67 tokens

rust-arch-analyst

79

bug-ops/claude-plugins

Agent

Rust architecture analyst for continuous improvement cycles. Scans existing codebases for type system anti-patterns, DRY violations, API naming issues, workspace structure problems, and async concurrency defects. Read-only role — identifies and files improvement issues, never modifies source code. Use as part of the…

11 7d ago A 77 tokens

bug-ops/claude-plugins

Agent

Rust security analyst for continuous improvement cycles. Scans existing codebases for vulnerabilities — dependency advisories, unsafe code, exposed secrets, injection and input-validation gaps, cryptography misuse, broken authentication, panic-based denial of service, and supply-chain risk. Read-only role — identifies…

11 7d ago A 89 tokens

arch-inspect

81

bug-ops/claude-plugins

Skill Claude CodeCodex

Architecture and code quality audit protocol for Rust projects. Activates expert knowledge across type safety, modularity, testability, readability, DRY, and async concurrency. Called by rust-arch-analyst at startup via Skill(...). When invoked directly as /arch-inspect [focus], the current session runs the audit…

11 7d ago A 73 tokens

bug-ops/claude-plugins

Skill Claude CodeCodex

Orchestrate a continuous improvement cycle: spawn rust-live-tester for live testing, rust-researcher for dependency monitoring and research, rust-arch-analyst for code quality and architecture review, and rust-security-analyst for vulnerability scanning. Aggregates findings and produces a cycle summary.

11 7d ago A 63 tokens

fast-yaml

83

bug-ops/claude-plugins

Skill Claude CodeCodex

Validate, format, and convert YAML/JSON files using fast-yaml (fy) tool. Triggers on: 'validate yaml', 'format yaml', 'lint yaml', 'check yaml syntax', 'convert yaml to json', 'convert json to yaml', 'yaml formatter', 'fix yaml formatting', 'json to yaml'. Supports bidirectional YAML ↔ JSON conversion, YAML 1.2.2 spec…

11 7d ago A 94 tokens

init-project

84

bug-ops/claude-plugins

Skill Claude CodeCodex

Initialize a Rust project for the rust-agents plugin: scaffold .local/ working directories, .claude/rules/ project rules, testing knowledge base, and .gitignore. Run once when starting a new project.

11 7d ago A 47 tokens

live-testing

85

bug-ops/claude-plugins

Skill Claude CodeCodex

Live testing protocol for Rust projects: sync, discover project structure, execute binary end-to-end, detect anomalies, track coverage, file bug issues. Used by the rust-live-tester agent.

11 7d ago A 41 tokens

mdbook-tech-writer

86

bug-ops/claude-plugins

Skill Claude CodeCodex

Write, structure, and maintain high-quality technical documentation using mdBook. Use when creating or editing mdBook projects, writing Rust/software project documentation, structuring SUMMARY.md, drafting chapters, API references, tutorials, architecture docs, or any mdBook-related content. Triggers on "mdbook"…

11 7d ago A 108 tokens

bug-ops/claude-plugins

Skill Claude CodeCodex

Format documentation as an Obsidian knowledge base using the Zettelkasten method. Triggers on: 'obsidian', 'zettelkasten', 'knowledge base', 'create vault', 'obsidian notes', 'convert to obsidian', 'format as obsidian', 'cross-reference notes', 'map of content', 'MOC', 'atomic notes'. Produces interlinked notes with…

11 7d ago A 103 tokens

readme-generator

88

bug-ops/claude-plugins

Skill Claude CodeCodex

Generate and improve README files for software projects. Triggers on: 'create readme', 'generate readme', 'write readme', 'improve readme', 'update readme', 'fix readme', 'readme for this project'. Supports Rust (libraries, CLI tools, services), TypeScript/JavaScript (npm packages), and Python (PyPI packages). Applies…

11 7d ago A 100 tokens

research-protocol

89

bug-ops/claude-plugins

Skill Claude CodeCodex

Research and monitoring protocol for Rust projects: dependency health, security advisories, competitive parity, innovation research, issue filing. Used by the rust-researcher agent.

11 7d ago A 37 tokens

rust-agent-handoff

90

bug-ops/claude-plugins

Skill Claude CodeCodex

Handoff protocol for Rust multi-agent system. Subagents communicate via Markdown+frontmatter files in .local/handoff/. ALWAYS read on agent startup.

11 7d ago A 35 tokens

rust-modern-apis

91

bug-ops/claude-plugins

Skill Claude CodeCodex

Reference for stable Rust APIs added in versions 1.89 through 1.98 (August 2025 - August 2026). Use this skill whenever writing, reviewing, or refactoring Rust code — especially when you notice patterns that were verbose before newer APIs existed, when MSRV allows it, or when the user mentions modernizing Rust code…

11 7d ago A 261 tokens

rust-release

92

bug-ops/claude-plugins

Skill Claude CodeCodex

Prepare Rust project release with version bump, changelog update, and documentation refresh. Triggers on: 'prepare release', 'bump version', 'release patch', 'release minor', 'release major', 'version bump', 'create release'. Supports single-crate and workspace projects.

11 7d ago A 60 tokens

sdd

93

bug-ops/claude-plugins

Skill Claude CodeCodex

Spec-Driven Development workflow. Use when the user wants to create a specification, write requirements, design a feature, plan implementation, break work into tasks, or review spec quality. Also trigger when the user says 'I want to build X', 'let's spec this out', 'create a spec', 'write requirements', or asks to…

11 7d ago A 78 tokens

security-audit

94

bug-ops/claude-plugins

Skill Claude CodeCodex

Vulnerability and security-hardening audit protocol for Rust projects. Activates expert knowledge across dependency advisories, unsafe code, secret exposure, injection and input validation, cryptography misuse, authentication and authorization, panic-based denial of service, and supply-chain trust. Called by…

11 7d ago A 90 tokens

solve-issue

95

bug-ops/claude-plugins

Skill Claude CodeCodex

Solve a GitHub issue end-to-end: fetch issue, create branch in worktree, launch team-develop agents. Use when: 'solve issue', 'fix issue', 'implement issue', 'work on #N'.

11 7d ago A 49 tokens

spec-from-stream

96

bug-ops/claude-plugins

Skill Claude CodeCodex

Transforms a user's stream-of-consciousness description of a product idea, feature, or system into a structured specification package: BRD, SRS (ISO/IEC/IEEE 29148), NFR (ISO/IEC 25010), formatted as Obsidian notes. Can decompose documents into a Zettelkasten knowledge base. The agent uses the stream as a starting…

11 7d ago B 202 tokens