Browse Skills

16146 skills found

remembering-conversations.md
0
1 export remembering-conversations
2 barrydobson from "barrydobson/dotfiles_extra"
3 Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
2026-01-05
ui-design-system.md
0
1 export ui-design-system
2 krazyuniks from "krazyuniks/guitar-tone-shootout"
3 Design tokens, visual patterns, and component styling for Guitar Tone Shootout. Use for UI decisions, colors, typography, and component design.
2026-01-05
code-validation-sandbox.md
0
1 export code-validation-sandbox
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate code examples across the 4-Layer Teaching Method with intelligent strategy selection.Use when validating Python/Node/Rust code in book chapters. NOT for production deployment testing.
2026-01-05
dbt-transformations.md
0
1 export dbt-transformations
2 Obsidian-Owl from "Obsidian-Owl/floe-runtime"
3 ALWAYS USE when working with dbt models, SQL transformations, tests, snapshots, or macros. MUST be loaded before editing any .sql files, dbt_project.yml, or profiles.yml. Enforces dbt owns SQL principle - never parse SQL in Python.
2026-01-05
commenting-intent.md
0
1 export commenting-intent
2 barrydobson from "barrydobson/dotfiles_extra"
3 Comment WHY code exists and non-obvious decisions, not WHAT code does (mechanics)
2026-01-05
critique.md
0
1 export critique
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Engage in rigorous intellectual scrutiny of ideas and reasoning through systematic challenge and questioning. Use this skill when explicitly asked to critique, challenge, or rigorously analyze ideas, arguments, proposals, or reasoning. Apply when the user requests critical analysis, wants their assumptions questioned, or asks for intellectually honest feedback that prioritizes truth over comfort.
2026-01-05
unity.md
0
1 export unity
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Unity Engine game development. Use for Unity projects, C# scripting, scene setup, GameObject systems, 2D/3D development, physics, animation, UI, shaders, VR/AR, or any Unity-specific questions.
2026-01-05
supabase-fullstack-setup.md
0
1 export supabase-fullstack-setup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete guide to integrating Supabase with Next.js 13+ App Router, including authentication, database setup, Row Level Security (RLS), and common patterns for production apps. Use when starting a new Next.js project with Supabase, need authentication with social providers, or building apps with user-specific data.
2026-01-05
backend-api.md
0
1 export backend-api
2 SpacePlushy from "SpacePlushy/portfolio"
3 Design and implement RESTful API endpoints with proper HTTP methods, status codes, and consistent naming conventions. Use this skill when creating or modifying API routes, endpoints, or server-side request handlers. When working on files in src/pages/api/, files containing API route definitions, files implementing REST endpoints, files handling HTTP requests and responses, server middleware for API requests, API authentication and authorization logic, and files defining API versioning strategies. When designing URL structures for resources, implementing query parameter handling for filtering/sorting/pagination, setting up rate limiting for API endpoints, or configuring CORS and API security headers.
2026-01-05
cicd.md
0
1 export cicd
2 kprsnt2 from "kprsnt2/MyLocalCLI"
3 CI/CD pipeline best practices including GitHub Actions, testing, and deployment strategies.
2026-01-05
github-hunter.md
0
1 export github-hunter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically discover, score, and archive relevant GitHub repositories for BidDeed.AI and Life OS projects. Use this skill when the user requests to find GitHub repositories for specific topics, technologies, or domains that could be integrated into existing projects. Triggers include phrases like "find GitHub repos for", "discover repositories about", "search GitHub for projects related to", or when analyzing videos/articles that mention GitHub projects.
2026-01-05
ds-star.md
0
1 export ds-star
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Multi-agent data science framework using DS-STAR (Data Science - Structured Thought and Action) architecture. Automates data analysis through collaborative AI agents with multi-model support (Haiku, Sonnet, Opus). Use for exploratory data analysis, automated insights, and iterative data science workflows.
2026-01-05
tauri-ipc-developer.md
0
1 export tauri-ipc-developer
2 iammarkps from "iammarkps/eqapo-gui"
3 Specialized agent for implementing type-safe IPC communication between React frontend and Rust backend in Tauri v2 applications. Use when adding new Tauri commands, implementing bidirectional events, debugging IPC serialization issues, or optimizing command performance.
2026-01-05
goap-agent.md
0
1 export goap-agent
2 d-oit from "d-oit/do-novelist-ai"
3 Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm/iterative execution strategies, or coordination of multiple specialized agents with quality gates and dynamic optimization.
2026-01-05
nexus-prompt-engineer.md
0
1 export nexus-prompt-engineer
2 pianzhu from "pianzhu/my-claude-skills"
3 4-D prompt engineering assistant that transforms vague requirements into high-precision prompts through guided interaction. Trigger when users need to: (1) craft high-quality system prompts, (2) optimize existing prompts, (3) use '/fast' for quick generation or '/audit' for prompt review. Applicable to any scenario requiring carefully designed prompts.
2026-01-05
rust-best-practices.md
0
1 export rust-best-practices
2 Dieshen from "Dieshen/Fennec"
3 Enforce Rust best practices including ownership patterns, error handling, testing, documentation, and code quality standards. Use when working with Rust code or when the user requests Rust-specific guidance. Includes patterns for cargo tooling, performance optimization, and idiomatic Rust conventions.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 roman-16 from "roman-16/.nixos"
3 Guide for creating effective skills. Use this skill when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
css-expert.md
0
1 export css-expert
2 dannysmith from "dannysmith/claude-marketplace"
3 Expert in modern CSS (cascade layers, OKLCH, container queries, defensive patterns). Use for CSS implementation, styling, layout, colors, typography, responsive design, and UI components.
2026-01-05
mcp-server-builder.md
0
1 export mcp-server-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build Model Context Protocol (MCP) servers with best practices. Generate production-ready MCP servers in Python or TypeScript with tools, resources, and prompts.
2026-01-05
tailwind-patterns.md
0
1 export tailwind-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Efficient Tailwind CSS patterns using inheritance and custom config
2026-01-05
backend-dev.md
0
1 export backend-dev
2 weppa-cloud from "weppa-cloud/bukeer-flutter"
3 Supabase backend development: database, RLS, Edge Functions, queries.USE WHEN: creating tables, migrations, RPC functions, Edge Functions,RLS policies, query optimization, Supabase infrastructure.NOT FOR: Flutter UI (use flutter-developer), tests (use testing-agent).Examples:<example>Context: The user needs to create a new database table.user: "Create a table for customer reviews with ratings and comments"assistant: "I'll use the backend-dev skill to design the reviews table with RLS policies."<commentary>Database table creation requires backend-dev.</commentary></example><example>Context: The user needs server-side business logic.user: "Create an Edge Function to calculate dynamic pricing"assistant: "I'll use backend-dev to develop the Edge Function for pricing."<commentary>Edge Functions are a core backend-dev responsibility.</commentary></example>
2026-01-05
mongodb-transactions.md
0
1 export mongodb-transactions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master MongoDB ACID transactions for multi-document operations. Learn session management, transaction mechanics, error handling, and production patterns. Guarantee data consistency across multiple operations.
2026-01-05
analyzing-pricing.md
0
1 export analyzing-pricing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes pricing strategies, competitive pricing benchmarks, pricing models, value metrics, and willingness-to-pay to optimize pricing and positioning. Use when the user requests pricing analysis, competitive pricing comparison, pricing strategy, pricing model evaluation, or wants to optimize pricing decisions.
2026-01-05
fedramp-20x-expert.md
0
1 export fedramp-20x-expert
2 ethanolivertroy from "ethanolivertroy/claude-grc-engineering"
3 FedRAMP 20X modernization expert. Provides guidance on Key Security Indicators (KSIs), continuous monitoring automation, machine-readable policies, and the new automated authorization approach. Auto-syncs with official FedRAMP docs.
2026-01-05