npx claudepluginhub waynebrantley/aitools --plugin ai-toolsAddress unresolved review comments on GitHub pull requests
Diagnose and fix build errors using resource-aware parallel subagents with automatic framework detection
Calculate optimal parallelism for parallel subagent execution based on system resources
Create pull requests with automated validation and smart title/description generation
Track GitHub workflows, analyze failures, and automatically fix issues
Execute complex multi-task workflows using parallel subagent coordination with automatic resource optimization
Complete PR health check - track workflows, fix failures, and address review comments
Diagnose and fix test failures using resource-aware parallel subagents with automatic test framework detection
Productivity skills and utilities for Claude Code.
In Claude Code, run:
/plugin marketplace add waynebrantley/aitools
/plugin install ai-tools@waynebrantley-aitools
claude --plugin-dir /path/to/aitools/plugins/ai-tools
Once installed, the plugin's skills will be available in Claude Code. Skills are triggered automatically when relevant to user queries.
Calculates optimal parallelism for spawning subagents based on available system resources (memory, CPU, load). Prevents resource exhaustion by adapting to system capabilities.
Usage: Automatically invoked when other skills need to determine safe parallel execution limits.
Systematically fixes test failures (unit, E2E, server-side) using resource-aware parallel subagents with file-level isolation and iterative verification.
Usage: Invoke with /ai-tools:test-doctor or ask "fix my tests"
Fixes build errors and warnings across TypeScript and .NET projects. Runs builds, parses errors, and systematically fixes issues.
Usage: Invoke with /ai-tools:build-doctor or ask "fix my build"
Fixes failing GitHub Actions workflows by analyzing logs and fixing issues.
Usage: Invoke with /ai-tools:github-workflow-doctor or ask "fix my GitHub workflow"
Orchestrates parallel development workflows using multiple subagents for large tasks.
Usage: Automatically invoked for complex multi-file tasks
plugins/ai-tools/skills/ (e.g., plugins/ai-tools/skills/my-skill/)SKILL.md file with YAML frontmatter:
---
name: my-skill
description: Use this skill when...
---
(The skill will be invoked as /ai-tools:my-skill)Test the plugin locally:
claude --plugin-dir /path/to/aitools/plugins/ai-tools
This plugin is ready for marketplace distribution.
MIT
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Automates browser interactions for web testing, form filling, screenshots, and data extraction