980 results (9.5ms) page 16 / 49
mikeyobrien / ralph-orchestrator-pr-demo exact

Use when creating animated demos (GIFs) for pull requests or documentation. Covers terminal recording with asciinema and conversion to GIF/SVG for GitHub embedding.

bitwize-music-studio / claude-ai-music-skills-import-track exact

Move track markdown files to the correct album location

sugarforever / 01coder-agent-skills-diagram-to-image exact

Convert Mermaid diagrams and Markdown tables to images (PNG/SVG) for platforms that don't support rich formatting. Use when user asks to "convert to image", "export as PNG", "make this an image",...

softaworks / agent-toolkit-openapi-to-typescript exact

Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces,...

bitwize-music-studio / claude-ai-music-skills-import-art exact

Place album art in correct audio and content locations

bitwize-music-studio / claude-ai-music-skills-new-album exact

Create a new album with correct directory structure and templates

felix-huber / appbuilder-skill-ui-exploration exact

Guide UI design exploration using tasteboard for references, keystone for primary screen, and variants for alternatives. Use when exploring design direction, creating UI mockups, or generating...

guo-yu / skills-port-allocator exact

Automatically allocate and manage development server ports, avoiding port conflicts between multiple Claude Code instances

intellectronica / agent-skills-gpt-image-1-5 exact

Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing...

ratacat / claude-skills-documentation-scraper exact

Use when needing to scrape documentation websites into markdown for AI context. Triggers on "scrape docs", "download documentation", "get docs for [library]", or creating local copies of online...

dkyazzentwatwa / chatgpt-skills-expense-report-generator exact

Generate formatted expense reports from receipt data or CSV. Create professional PDF reports with categorization, totals, and approval workflows.

andrewneilson / plugin-maker exact

Create, validate, and maintain Claude Code plugins. Use when the user wants to create a plugin, add a plugin, make a plugin, build a plugin, or mentions plugin creation. Also use when adding...

daffy0208 / ai-dev-standards-manifest-generator exact

Auto-generate capability manifests from skill/MCP descriptions using Codex-powered semantic analysis and structured extraction.

guo-yu / skills-skill-i18n exact

Translate SKILL.md and README.md files into multiple languages for sharing skills internationally

ShirokumaLibrary / shirokuma-skills-managing-skills exact

Create, update, and improve Claude Code skill files following official best practices. Use when user mentions "skill", "SKILL.md", "create skill", "update skill", "improve skill", "generate...

aj-geddes / useful-ai-prompts-aws-ec2-setup exact

Launch and configure EC2 instances with security groups, IAM roles, key pairs, AMIs, and auto-scaling. Use for virtual servers and managed infrastructure.

daffy0208 / ai-dev-standards-skill-validator exact

Validates that a skill or MCP implementation matches its manifest by running Codex-powered semantic comparisons across descriptions, preconditions, effects, and API surface.

llama-farm / llamafarm-commit-push-pr exact

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

mhagrelius / dotfiles-building-cli-apps exact

Use when building command-line interface tools; when choosing argument parsing libraries; when handling stdin/stdout/stderr patterns; when implementing subcommands; when tests for CLI apps fail or...