Productivity skills and utilities for Claude Code.
- Custom skills for enhanced workflows
- Ready for marketplace distribution
In Claude Code, run:
/plugin marketplace add waynebrantley/aitools
/plugin install ai-tools@waynebrantley-aitools
claude --plugin-dir /path/to/aitools/plugins/ai-toolsOnce 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
- Create a new directory in
plugins/ai-tools/skills/(e.g.,plugins/ai-tools/skills/my-skill/) - Add a
SKILL.mdfile with YAML frontmatter:(The skill will be invoked as--- name: my-skill description: Use this skill when... ---
/ai-tools:my-skill) - Include supporting resources as needed (references/, examples/, scripts/)
Test the plugin locally:
claude --plugin-dir /path/to/aitools/plugins/ai-tools- GitHub: https://github.com/waynebrantley/aitools
- Issues: https://github.com/waynebrantley/aitools/issues
This plugin is ready for marketplace distribution.
MIT