By flight505
Deep code review and researched rewrite plugin. Two modes: /review spawns adversarial agent team to analyze code quality, architecture, and framework compliance. /rewrite reads everything, researches documentation, evaluates options, gets approval, then implements in a worktree.
npx claudepluginhub flight505/flight505-marketplace --plugin senior-engineerSystematic codebase exploration — maps files, dependencies, state flow, and framework usage for a target area. Returns a structured dependency map with file:line references.
Documentation and best-practices researcher — looks up framework docs, current patterns, and correct APIs for a given problem. Uses context7, web search, and project doc skills. Returns verified recommendations with sources.
Implements approved rewrites in an isolated worktree. Writes framework-native code following the researched approach, runs tests, and presents a clean diff.
Deep architectural code review that reads all files in the target area, maps dependencies and state flow, checks framework compliance against current docs, and ranks structural issues by criticality. Use when code quality feels off, before major features, when patches keep accumulating, or when you suspect the architecture is fighting itself.
Researched rewrite that reads all related files, looks up framework documentation for the correct approach, evaluates up to 3 options with pros and cons, waits for approval, then implements in an isolated worktree. Use when a review found a REWRITE issue, when Claude has been patching around a structural problem, or when you know the approach is wrong but need to find the right one.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
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.
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.