Add this repository to your Claude Code plugins:
claude plugins:add tsilva/claudeskillzOr install individual skills by navigating to Settings β Plugins β Add from URL and using:
https://github.com/tsilva/claudeskillz
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]
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
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
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]
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]
Use the plugin-dev plugin to create new skills following the official specification:
/plugin-dev:skill-development
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)
- 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
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
MIT License - see LICENSE for details.
