Browse Skills

44357 skills found

ux-principles.md
0
1 export ux-principles
2 miles990 from "miles990/claude-software-skills"
3 User experience design principles for developers
2026-01-05
decision-critic.md
0
1 export decision-critic
2 timmye from "timmye/neurosensefx"
3 Invoke IMMEDIATELY via python script to stress-test decisions and reasoning. Do NOT analyze first - the script orchestrates the critique workflow.
2026-01-05
rust.md
0
1 export rust
2 lawless-m from "lawless-m/Gwen"
3 Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration
2026-01-05
smart-init.md
0
1 export smart-init
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interactive ClaudeShack ecosystem initialization that analyzes your codebase, mines history, discusses findings with you to establish baseline understanding, and seeds Oracle with verified knowledge. Use when setting up ClaudeShack in a new project or resetting knowledge. Creates a personalized foundation that improves over use. Sets up Context7 for current library docs.
2026-01-05
when-stuck.md
0
1 export when-stuck
2 a-ariff from "a-ariff/ariff-claude-plugins"
3 Dispatch to right technique when you hit a wall
2026-01-05
pytests.md
0
1 export pytests
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create comprehensive Python test suites with pytest. Supports unit, integration, e2e, and user flow tests. Dual-mode testing for FastAPI (direct code + live API). Uses functional style (no test classes). File naming: <name>_test.py.
2026-01-05
td-npath.md
0
1 export td-npath
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 Path analysis for sequential event patterns
2026-01-05
dataframe-dataclass-converter.md
0
1 export dataframe-dataclass-converter
2 Wkayaobama from "Wkayaobama/IC-D-LOAD"
3 Bidirectional conversion between pandas DataFrames and Python dataclasses. Use this skill for type-safe conversion between SQL results, DataFrames, and dataclass instances.
2026-01-05
kratos-wire-provider.md
0
1 export kratos-wire-provider
2 alecszaharia from "alecszaharia/brizy-microservices-go"
3 Manages Wire dependency injection providers in go-kratos microservices. Adds constructors to ProviderSets and regenerates Wire code. Use when integrating new components into dependency injection.
2026-01-05
ic-test.md
0
1 export ic-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test IC10 code for correctness and logic bugs. Use when user wants to verify IC10 code works through test cases or simulation analysis.
2026-01-05
database-migration-generator.md
0
1 export database-migration-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate database migration scripts with rollback support for various databases. Use when creating schema migrations or database changes.
2026-01-05
react-native-storage-manager.md
0
1 export react-native-storage-manager
2 PlaneInABottle from "PlaneInABottle/fitnessMobileApp"
3 Handles MMKV storage operations and data persistence patterns with encryption. Use when implementing data persistence, caching, or user preferences in Fitness Tracker App.
2026-01-05
component-generation-from-specs.md
0
1 export component-generation-from-specs
2 Z1-Test from "Z1-Test/temp-rajan-s2"
3 Generate production-ready React/TypeScript components from detailed specifications with complete tests, styles, and documentation
2026-01-05
cloudflare.md
0
1 export cloudflare
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for building applications on Cloudflare's edge platform. Use when implementing serverless functions (Workers), edge databases (D1), storage (R2, KV), real-time apps (Durable Objects), AI features (Workers AI, AI Gateway), static sites (Pages), or any edge computing solutions.
2026-01-05
writing-plans.md
0
1 export writing-plans
2 jhoshim89 from "jhoshim89/hhjhbudget"
3 Create comprehensive implementation plans for engineers with minimal codebase knowledge. This skill should be used when breaking down features into detailed, step-by-step implementation guides following TDD principles.
2026-01-05
comprehensive-research.md
0
1 export comprehensive-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Multi-phase research orchestration for thorough codebase, documentation, and external knowledge investigation. Invoked by /ai-eng/research command. Use when conducting deep analysis, exploring codebases, investigating patterns, or synthesizing findings from multiple sources.
2026-01-05
openai-responses.md
0
1 export openai-responses
2 jackspace from "jackspace/ClaudeSkillz"
3 This skill provides comprehensive knowledge for working with OpenAI's Responses API, the unified stateful API for building agentic applications. It should be used when building AI agents that preserve reasoning across turns, integrating MCP servers for external tools, using built-in tools (Code Interpreter, File Search, Web Search, Image Generation), managing stateful conversations, implementing background processing, or migrating from Chat Completions API.Use when building agentic workflows, conversational AI with memory, tools-based applications, RAG systems, data analysis agents, or any application requiring OpenAI's reasoning models with persistent state. Covers both Node.js SDK and Cloudflare Workers implementations.Keywords: responses api, openai responses, stateful openai, openai mcp, code interpreter openai, file search openai, web search openai, image generation openai, reasoning preservation, agentic workflows, conversation state, background mode, chat completions migration, gpt-5, polymorphic o
2026-01-05
openspec-check.md
0
1 export openspec-check
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use BEFORE any implementation to check if specs exist for the capability. Run this first when starting any feature work. Reports: spec exists, no spec, or active change in progress.
2026-01-05
eld-record-memory-collector.md
0
1 export eld-record-memory-collector
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 Collect and verify project information for pce-memory with multi-model validation using Codex CLI. Use when gathering project context, onboarding to a new codebase, or building a knowledge base. Triggers on "collect project info", "build knowledge base", "index this project", or "remember this codebase".
2026-01-05
kubernetes-ops.md
0
1 export kubernetes-ops
2 timequity from "timequity/vibe-coder"
3 Kubernetes deployments, troubleshooting, and operational best practices.
2026-01-05
netlify.md
0
1 export netlify
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Deploys applications to Netlify including functions, forms, redirects, and edge functions. Use when deploying static sites, JAMstack applications, or serverless functions.
2026-01-05
meeting-notes.md
0
1 export meeting-notes
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate structured meeting notes with action items, decisions, and summaries from transcripts. Use when documenting meetings or creating meeting summaries.
2026-01-05
clojure-ring-spec.md
0
1 export clojure-ring-spec
2 Ramblurr from "Ramblurr/nix-devenv"
3 Ring specification for HTTP server applications in Clojure. Use when working with: (1) Ring handlers (sync or async), (2) Ring request maps and their keys, (3) Ring response maps and their keys, (4) Ring middleware, (5) Ring adapters, (6) WebSocket responses and listeners, or when questions mention Ring spec, handler signatures, request/response map structure, or Ring protocols.
2026-01-05
interview-agent.md
0
1 export interview-agent
2 nbarthelemy from "nbarthelemy/claudenv"
3 Conducts comprehensive project specification interviews to clarify architecture, tech stack, design decisions, and implementation details.TRIGGERS - Keywords: interview, specification, spec, requirements, architecture, design decisions, project setup, new project, empty project, unclear requirements, /interview, SPEC.md, project planning, tech decisions, stack decisions, clarify requirements, gather requirements, requirements gathering.TRIGGERS - Phrases: "what should we build", "help me plan", "new project", "start a project", "define the architecture", "unclear what to build", "need to specify", "create a spec", "interview me", "ask me questions", "help me decide", "what technology should".TRIGGERS - Conditions: tech stack confidence LOW, project appears empty, no existing SPEC.md, architecture decisions needed.
2026-01-05