Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Wayne Brantley avatar

Ai Tools

  • 1 repo stars
  • Updated March 4, 2026
  • waynebrantley/aitools

Productivity skills and utilities for enhanced Claude Code workflows

About

ai-tools is a Claude Code skill in the Automation & Workflows category. Productivity skills and utilities for enhanced Claude Code workflows

  • ai-tools
  • Automation & Workflows
  • AI-coding skill

Ai Tools by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add waynebrantley/aitools
/plugin install ai-tools@waynebrantley-aitools

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedMarch 4, 2026
Repositorywaynebrantley/aitools

What it does

Productivity skills and utilities for enhanced Claude Code workflows

README.md

AI Tools Plugin

Productivity skills and utilities for Claude Code.

Features

  • Custom skills for enhanced workflows
  • Ready for marketplace distribution

Installation

From GitHub

In Claude Code, run:

/plugin marketplace add waynebrantley/aitools
/plugin install ai-tools@waynebrantley-aitools

Local Testing

claude --plugin-dir /path/to/aitools/plugins/ai-tools

Usage

Once installed, the plugin's skills will be available in Claude Code. Skills are triggered automatically when relevant to user queries.

Skills

ai-tools:calculate-parallelism

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.

ai-tools:test-doctor

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"

ai-tools:build-doctor

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"

ai-tools:github-workflow-doctor

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"

ai-tools:parallel-coding-workflow

Orchestrates parallel development workflows using multiple subagents for large tasks.

Usage: Automatically invoked for complex multi-file tasks

Development

Adding Your Own Skills

  1. Create a new directory in plugins/ai-tools/skills/ (e.g., plugins/ai-tools/skills/my-skill/)
  2. Add a SKILL.md file with YAML frontmatter:
    ---
    name: my-skill
    description: Use this skill when...
    ---
    
    (The skill will be invoked as /ai-tools:my-skill)
  3. Include supporting resources as needed (references/, examples/, scripts/)

Testing

Test the plugin locally:

claude --plugin-dir /path/to/aitools/plugins/ai-tools

Repository

Marketplace

This plugin is ready for marketplace distribution.

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.