Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering copilot instructions for mcpls, type safety, idiomatic rust, architecture and async.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering copilot instructions for mcpls, type safety, idiomatic rust, architecture and async.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls: Breaking changes to public APIs must appear under ### Changed with an explicit "Breaking change:" prefix. A ### Fixed entry alone is not sufficient — downstream users scanning the changelog for breakage will miss it.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering feature flag parity, dependency and license policy and msrv tracking.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering type safety, error handling and idiomatic dispatch.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering type safety, document state, diagnostics pipeline, concurrency and lock scope and file watcher.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering type safety and idiomatic config and msrv and dependencies.
Instructions file GitHub Copilot
Instructions for bug-ops/mcpls, covering test design, correctness invariants to cover and idiomatic test code.
Skill Claude CodeCodex
Install, configure, and run the mcpls CLI — a Rust binary bridging MCP to LSP that gives an agent compiler-grade code intelligence (hover, definitions, references, diagnostics, rename). Use when setting up or registering mcpls as an MCP server, writing or debugging an mcpls.toml, choosing CLI flags or MCPLS…
Instructions file GitHub Copilot
Instructions for bug-ops/zeph, covering copilot code review instructions, project context, architecture rules, rust code standards and security review (critical).
Instructions file GitHub Copilot
Instructions for bug-ops/zeph, covering cargo.toml review, dependency rules and workspace lints.
Instructions file GitHub Copilot
Instructions for bug-ops/zeph, covering ci workflow review, pipeline structure and security.
Instructions file GitHub Copilot
Instructions for bug-ops/zeph, covering rust file review, lints, async patterns, type conventions and test code.
Agent
Rust strategic architect specializing in type-driven design, domain modeling, workspace architecture, and compile-time safety patterns. Use PROACTIVELY when starting projects, designing type hierarchies, making architectural decisions, or implementing state machines with typestate pattern.
Agent
Rust developer specializing in idiomatic code, ownership patterns, error handling, and daily feature implementation. Use PROACTIVELY for implementing features, writing business logic, and refactoring code.
Agent
Rust testing specialist focused on comprehensive test coverage with nextest and criterion, test infrastructure, and quality assurance. Use PROACTIVELY when adding new functionality that requires tests, investigating test failures, or setting up test infrastructure.
Agent
Rust performance optimization specialist specializing in macOS optimizations (sccache, XProtect), profiling with flamegraph, benchmarking with criterion, and build speed improvements. Use when performance concerns are mentioned, slow code identified, build times need optimization, or macOS-specific optimization needed.
Agent
Rust security and maintenance specialist focused on cargo-deny, dependency management, vulnerability scanning, and secure coding practices. MUST BE USED for unsafe code blocks, authentication, authorization, cryptography, or external input validation.
Agent
Rust code reviewer specializing in quality assurance, standards compliance, constructive feedback, and ensuring best practices. Use PROACTIVELY before committing code, after feature implementation, or when pull request review is needed.
Agent
Rust CI/CD and DevOps engineer specializing in GitHub Actions, cross-platform testing, code coverage, caching strategies, and efficient workflows. Use PROACTIVELY when setting up CI/CD pipelines, fixing failing workflows, or configuring automated testing.
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…
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…
Skill Claude CodeCodex
Send HTTP API requests using curl. Use when the user asks to call an API, fetch data from a URL, send POST/PUT/PATCH/DELETE requests, work with REST or GraphQL endpoints, upload files, authenticate with Bearer tokens or API keys, debug HTTP responses, or interact with any web service via HTTP.
Skill Claude CodeCodex
Skill "archive" from bug-ops/zeph, covering archive and compression operations, quick reference, tar — tape archive, core flags and create archives.
Skill Claude CodeCodex
Browser automation via Playwright MCP — navigate pages, click elements, fill forms, take screenshots, extract text, manage tabs, and run JavaScript in the browser. Use when the user asks to open a website, interact with a web page, scrape dynamic content, fill out forms, take a page screenshot, test a web application…