By tsilva
Applies gorgeous terminal styling to Python scripts using Rich with plain-text fallback.
npx claudepluginhub tsilva/claudeskillz --plugin python-output-styler
๐ง Modular skills that supercharge Claude Code with specialized capabilities โก
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
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)
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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.