By computomatic
Development workflow: lead developer agent, browser testing, PR creation, and commit management
Use this agent when you need to manually test application functionality in a browser. This includes: after implementing new features or UI components, after making changes to navigation or routing logic, when layout or styling updates have been made, when the user requests verification of application behavior, or when validating that recent code changes work as expected in the browser. Examples: <example> Context: The user has just implemented a new login form component. user: "I've finished implementing the login form. Can you verify it works correctly?" assistant: "I'll use the Task tool to launch the browser-test-runner agent to test the login form functionality and verify it works as expected." </example> <example> Context: After updating navigation menu styling. user: "I've updated the navigation menu styles" assistant: "Let me use the browser-test-runner agent to verify the navigation menu displays correctly and all links work properly." </example> <example> Context: User has made several changes to the application. user: "I've added the dashboard page and updated the routing" assistant: "Since you've made significant changes to routing and added a new page, I'll launch the browser-test-runner agent to test navigation and verify the dashboard displays correctly." </example>
Use this agent when the user requests implementation of features, bug fixes, refactoring, or any code changes to the application. This agent should be your primary choice for executing development work that requires careful planning and understanding of the project structure. Examples: - user: 'Add a new authentication module to handle OAuth2' assistant: 'I'll use the lead-developer agent to implement the OAuth2 authentication module' <commentary>Since the user is requesting a significant feature implementation, use the lead-developer agent who will review the README and plan the work carefully.</commentary> - user: 'Fix the bug in the user registration flow' assistant: 'Let me use the lead-developer agent to investigate and fix the registration bug' <commentary>Bug fixes require careful analysis and planning, making this appropriate for the lead-developer agent.</commentary> - user: 'Refactor the database layer to use repository pattern' assistant: 'I'll launch the lead-developer agent to refactor the database layer' <commentary>Architectural changes need thorough planning and understanding of the codebase, which the lead-developer agent provides.</commentary>
Commit and push changes
Creates a GitHub PR for current work. Handles branch creation, committing, pushing, and PR creation.
Creates a new git worktree for parallel development. Use when the user wants to work on something in a separate worktree, start parallel work, or isolate changes.
Restructures a git project's directories so all worktrees (including main) are siblings under a common parent. Use when setting up a project for the sibling-worktree layout.
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.
A Claude Code plugin marketplace with development workflow tools used at Computomatic.
# Add the marketplace
/plugin marketplace add computomatic/claude-plugin
# Install plugins
/plugin install dev@computomatic
/plugin install meta@computomatic
Development workflow tools:
Agents:
Skills:
/dev:creating-pr - Creates a complete GitHub PR from current work/dev:commit-and-push - Commits and pushes changes with intelligent stagingTools for extending Claude Code:
Skills:
/meta:create-skill - Guides creation of new Claude Code skills with best practicesAfter installation, skills are available with plugin prefixes:
/dev:creating-pr
/dev:creating-pr Add OAuth2 support
/dev:commit-and-push
/meta:create-skill my-skill-name
Agents are automatically invoked based on task context:
lead-developerbrowser-test-runnernpx claudepluginhub computomatic/claude-plugin --plugin devA system for recording and leveraging a project-specific knowledge base.
Structured microplan pattern for scaling code generation over multi-step roadmaps
Plugin authoring tools: skill and agent creation guides and templates
Multi-agent documentation compiler: discovers, inventories, plans, and writes reference documentation from CLI tools, APIs, and other systems
Skills and agents for drafting Architecture Decision Records (ADRs) with rigorous citation requirements and structured workflows.
Commands for Git operations, commits, and PRs
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.