Address 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
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.
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
npx claudepluginhub waynebrantley/aitools --plugin ai-toolsWorkflow orchestration patterns for parallel agents, CI pipelines, preflight checks, and checkpoint-based refactoring. Addresses common friction in multi-branch operations, permission restrictions, and context limits.
Orchestrate complex test workflows with dependencies, parallel execution, and smart test selection
Automatically diagnose and fix CI failures using sub-agent exploration
Add 'ultrawork' to any prompt for maximum parallel execution.
GitHub Actions troubleshooting and CI/CD automation
Development workflow analysis and optimization recommendations