Browse Skills

44358 skills found

tui.md
78
1 export tui
2 Piebald-AI from "Piebald-AI/splitrail"
3 Guide for Splitrail's terminal UI and file watching. Use when modifying the TUI, stats display, or real-time update logic.
2026-01-16
new-analyzer.md
78
1 export new-analyzer
2 Piebald-AI from "Piebald-AI/splitrail"
3 Guide for adding a new AI coding agent analyzer to Splitrail. Use when implementing support for a new tool like Copilot, Cline, or similar.
2026-01-16
tw.md
77
1 export tw
2 peterhajas from "peterhajas/dotfiles"
3 Command-line tool for managing TiddlyWiki files. Use when working with TiddlyWiki (.html) files, tiddlers, or when the user mentions TiddlyWiki operations.
2026-01-16
type-checker-tests.md
75
1 export type-checker-tests
2 purefunctor from "purefunctor/purescript-analyzer"
3 Add integration tests for type checker inference and checking functions
2026-01-05
nano-image-generator.md
75
1 export nano-image-generator
2 lxfater from "lxfater/nano-image-generator-skill"
3 Generate images using Nano Banana Pro (Gemini 3 Pro Preview). Use when creating app icons, logos, UI graphics, marketing banners, social media images, illustrations, diagrams, or any visual assets. Supports reference images for style transfer and character consistency. Triggers include phrases like 'generate an image', 'create a graphic', 'make an icon', 'design a logo', 'create a banner', 'same style as', 'keep the style', or any request needing visual content.
2026-01-16
sc-pull-request-skills.md
74
1 export sc-pull-request-skills
2 kylesnowschwartz from "kylesnowschwartz/SimpleClaude"
3 GitHub PR workflow automation including fetching unresolved comments, resolving review threads, and parallel comment resolution. Use this skill when working with PR reviews, addressing reviewer feedback, or automating PR comment workflows.
2026-01-12
sc-gemini-imagegen.md
74
1 export sc-gemini-imagegen
2 kylesnowschwartz from "kylesnowschwartz/SimpleClaude"
3 Generate and edit images using the Gemini API (Nano Banana Pro). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
2026-01-12
sc-skill-builder.md
74
1 export sc-skill-builder
2 kylesnowschwartz from "kylesnowschwartz/SimpleClaude"
3 Guide for creating, auditing, and packaging Claude Code skills. This skill should be used when building new skills, improving existing skills, understanding skill structure, or packaging skills for distribution.
2026-01-12
swift-concurrency.md
74
1 export swift-concurrency
2 pepicrft from "pepicrft/fuckingapproachableswiftconcurrency"
3 Expert guidance on Swift Concurrency concepts. Use when working with async/await, Tasks, actors, MainActor, Sendable, isolation domains, or debugging concurrency compiler errors. Helps write safe concurrent Swift code.
2026-01-16
Unnamed Skill.md
74
1 export Unnamed Skill
2 kylesnowschwartz from "kylesnowschwartz/SimpleClaude"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-12
bdg.md
74
1 export bdg
2 szymdzum from "szymdzum/browser-debugger-cli"
3 Use bdg CLI for browser automation via Chrome DevTools Protocol. Provides direct CDP access (60+ domains, 300+ methods) for DOM queries, navigation, screenshots, network control, and JavaScript execution. Use this skill when you need to automate browsers, scrape dynamic content, or interact with web pages programmatically.
2026-01-15
home-assistant-manager.md
73
1 export home-assistant-manager
2 komal-SkyNET from "komal-SkyNET/claude-skill-homeassistant"
3 Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.
2026-01-15
frontend-components.md
72
1 export frontend-components
2 maxritter from "maxritter/claude-codepro"
3 Design reusable, composable UI components following single responsibility principle with clear interfaces, encapsulation, and minimal props. Use this skill when creating or modifying frontend components in any framework (React, Vue, Svelte, web components) or component files. Apply when working with .jsx, .tsx, .vue, .svelte files in component directories (components/, src/components/, ui/, lib/), defining component props and interfaces, implementing component composition patterns, managing component-level state, creating reusable UI elements (buttons, forms, cards, modals), documenting component APIs, or refactoring components for better reusability and maintainability.
2026-01-16
backend-models.md
72
1 export backend-models
2 maxritter from "maxritter/claude-codepro"
3 Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple layers. Use this skill when creating or modifying database model files, ORM classes, schema definitions, or data model relationships. Apply when working with model files (e.g., models.py, models/, ActiveRecord classes, Prisma schema, Sequelize models), defining table structures, setting up foreign keys and relationships, configuring cascade behaviors, implementing model validations, adding timestamps, or working with database constraints (NOT NULL, UNIQUE, foreign keys). Use for any task involving data integrity enforcement, relationship definitions, or model-level data validation.
2026-01-16
creating-claude-rules.md
72
1 export creating-claude-rules
2 pr-pm from "pr-pm/prpm"
3 Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply
2026-01-15
creating-windsurf-packages.md
72
1 export creating-windsurf-packages
2 pr-pm from "pr-pm/prpm"
3 Use when creating Windsurf rules - provides plain markdown format with NO frontmatter, 12,000 character limit, and single-file structure requirements
2026-01-15
creating-copilot-packages.md
72
1 export creating-copilot-packages
2 pr-pm from "pr-pm/prpm"
3 Use when creating GitHub Copilot instructions - provides repository-wide and path-specific formats, applyTo patterns, excludeAgent options, and natural language markdown style
2026-01-15
creating-zed-extensions.md
72
1 export creating-zed-extensions
2 pr-pm from "pr-pm/prpm"
3 Use when creating Zed extensions with custom slash commands, language support, themes, or MCP servers - provides Rust/WASM extension structure, slash command API (run_slash_command, SlashCommandOutput), and development workflow for compiled extensions
2026-01-15
testing-final-verification.md
72
1 export testing-final-verification
2 maxritter from "maxritter/claude-codepro"
3 Enforce evidence-based completion verification by requiring fresh execution of verification commands and confirmation of output before making any success claims, ensuring work is genuinely complete rather than assumed complete. Use this skill when about to claim that work is complete, finished, or done, when about to state that tests are passing or a test suite succeeds, when preparing to commit changes to version control, when about to create pull requests or merge requests, when claiming that a bug has been fixed or resolved, when stating that build processes succeed or compile without errors, when reporting that linting, formatting, or code quality checks pass, when delegating work to agents and receiving success reports that need independent verification, when moving from one task to the next in a multi-step implementation, when about to use words like "should work", "probably works", "seems to", "looks correct", or other qualifying language that implies uncertainty, when feeling satisfied with work and r
2026-01-16
browser-tools.md
72
1 export browser-tools
2 badlogic from "badlogic/pi-skills"
3 Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
2026-01-15
typescript-type-safety.md
72
1 export typescript-type-safety
2 pr-pm from "pr-pm/prpm"
3 Use when encountering TypeScript any types, type errors, or lax type checking - eliminates type holes and enforces strict type safety through proper interfaces, type guards, and module augmentation
2026-01-15
global-error-handling.md
72
1 export global-error-handling
2 maxritter from "maxritter/claude-codepro"
3 Implement robust error handling with user-friendly messages, specific exception types, fail-fast validation, centralized error handling, graceful degradation, retry strategies, and proper resource cleanup. Use this skill when implementing error handling logic, try-catch blocks, exception handling, error boundaries, validation checks, API error responses, or resource cleanup. Apply when writing error handling in API controllers, service layers, frontend error boundaries, input validation, external service calls with retry logic, error logging, user-facing error messages, finally blocks for resource cleanup, or when establishing centralized error handling patterns at application boundaries. Use for any task involving exception handling, error recovery, graceful failure, or user error communication.
2026-01-16
postgres-migrations.md
72
1 export postgres-migrations
2 pr-pm from "pr-pm/prpm"
3 Comprehensive guide to PostgreSQL migrations - common errors, generated columns, full-text search, indexes, idempotent migrations, and best practices for database schema changes
2026-01-15
karen-repo-reviewer.md
72
1 export karen-repo-reviewer
2 pr-pm from "pr-pm/prpm"
3 Use when the user requests a repository review, code assessment, or honest evaluation of their codebase. Provides brutally honest AI-powered reviews with market-aware Karen Scores (0-100) analyzing over-engineering, completion honesty, and practical value. Available as GitHub Action or IDE tool.
2026-01-15