Agent Skill
2/7/2026

bulk-run

Run any Claude Code skill across multiple repos in parallel batches with progress tracking and resume. Use when asked to run a skill on multiple repos, bulk execute, or batch process repositories.

T
tsilva
0GitHub Stars
2Views
npx skills add tsilva/claude-skills

SKILL.md

Namebulk-run
DescriptionRun any Claude Code skill across multiple repos in parallel batches with progress tracking and resume. Use when asked to run a skill on multiple repos, bulk execute, or batch process repositories.
<div align="center"> <img src="logo.png" alt="claudeskillz" width="512"/>

claudeskillz

License Claude Code Skills

๐Ÿ”ง Modular skills that supercharge Claude Code with specialized capabilities โšก

Installation ยท Available Skills ยท Creating Skills

</div>

๐Ÿ“‹ Table of Contents


๐Ÿš€ Installation

Add this repository to your Claude Code plugins:

claude plugins:add tsilva/claudeskillz

Or install individual skills by navigating to Settings โ†’ Plugins โ†’ Add from URL and using:

https://github.com/tsilva/claudeskillz

๐Ÿงฉ Available Skills

bash-output-styler

v2.0.0 ยท Applies gorgeous terminal styling to bash scripts using gum with ANSI fallback

Style all user-facing shell script output with a bundled style.sh library that provides headers, spinners, tables, progress bars, and color-coded messages with graceful degradation.

/bash-output-styler [script-path]

project-logo-author

v5.1.0 ยท Generates professional logos with transparent backgrounds

Creates distinctive project logos using AI image generation. Requires the mcp-openrouter MCP server.

/project-logo-author

project-readme-author

v2.5.1 ยท Create and optimize README files

Create, modify, validate, and optimize README.md files following GitHub best practices with modern visual hierarchy.

/project-readme-author create|modify|validate|optimize

project-spec-extractor

v1.0.0 ยท Analyzes a codebase and generates a pure requirements specification

Extract what a project does into a clean SPEC.md โ€” no implementation details, just behaviors, features, and acceptance criteria. Use for rebuilding projects from scratch, porting to different stacks, or living documentation.

/project-spec-extractor [--tech-agnostic] [path]

python-output-styler

v1.0.0 ยท Applies gorgeous terminal styling to Python scripts using Rich with plain-text fallback

Style all user-facing Python script output with a bundled style.py module that provides headers, spinners, tables, progress bars, and color-coded messages with graceful degradation.

/python-output-styler [script-path]

๐Ÿ›  Creating Your Own Skills

Use the plugin-dev plugin to create new skills following the official specification:

/plugin-dev:skill-development

Skill Structure

plugins/
โ””โ”€โ”€ my-skill/
    โ”œโ”€โ”€ .claude-plugin/
    โ”‚   โ””โ”€โ”€ plugin.json      # Plugin metadata
    โ””โ”€โ”€ skills/
        โ””โ”€โ”€ my-skill/
            โ”œโ”€โ”€ SKILL.md     # Skill instructions (required)
            โ”œโ”€โ”€ scripts/     # Executable code (optional)
            โ”œโ”€โ”€ references/  # Documentation (optional)
            โ””โ”€โ”€ assets/      # Static resources (optional)

Design Principles

  • One plugin per skill - Self-contained with independent versioning
  • Minimal dependencies - Scripts use UV with inline dependency declarations
  • Absolute paths - All file operations use absolute paths
  • MCP integration - Skills can leverage MCP servers for external APIs

๐Ÿ“ Repository Structure

claudeskillz/
โ”œโ”€โ”€ .claude-plugin/
โ”‚   โ””โ”€โ”€ marketplace.json     # Lists all available plugins
โ”œโ”€โ”€ plugins/
โ”‚   โ”œโ”€โ”€ bash-output-styler/
โ”‚   โ”œโ”€โ”€ project-logo-author/
โ”‚   โ”œโ”€โ”€ project-readme-author/
โ”‚   โ”œโ”€โ”€ project-spec-extractor/
โ”‚   โ””โ”€โ”€ python-output-styler/
โ”œโ”€โ”€ shared/                  # Cross-skill utilities
โ”œโ”€โ”€ CLAUDE.md                # Project instructions for Claude
โ”œโ”€โ”€ README.md                # This file
โ””โ”€โ”€ logo.png                 # Repository logo

๐Ÿ“„ License

MIT License - see LICENSE for details.


<div align="center"> <sub>Built with ๐Ÿค– Claude Code</sub> </div>
Skills Info
Original Name:bulk-runAuthor:tsilva