Browse Skills

18175 skills found

sqlite-vec.md
5
1 export sqlite-vec
2 existential-birds from "existential-birds/beagle"
3 sqlite-vec extension for vector similarity search in SQLite. Use when storing embeddings, performing KNN queries, or building semantic search features. Triggers on sqlite-vec, vec0, MATCH, vec_distance, partition key, float[N], int8[N], bit[N], serialize_float32, serialize_int8, vec_f32, vec_int8, vec_bit, vec_normalize, vec_quantize_binary, distance_metric, metadata columns, auxiliary columns.
2026-01-05
react-flow-architecture.md
5
1 export react-flow-architecture
2 existential-birds from "existential-birds/beagle"
3 Architectural guidance for building node-based UIs with React Flow. Use when designing flow-based applications, making decisions about state management, integration patterns, or evaluating whether React Flow fits a use case.
2026-01-05
sap-hana-ml.md
5
1 export sap-hana-ml
2 secondsky from "secondsky/sap-skills"
3 SAP HANA Machine Learning Python Client (hana-ml) development skill.Use when: Building ML solutions with SAP HANA's in-database machine learningusing Python hana-ml library for PAL/APL algorithms, DataFrame operations,AutoML, model persistence, and visualization.Keywords: hana-ml, SAP HANA, machine learning, PAL, APL, predictive analytics,HANA DataFrame, ConnectionContext, classification, regression, clustering,time series, ARIMA, gradient boosting, AutoML, SHAP, model storage
2026-01-05
rag-retrieval.md
5
1 export rag-retrieval
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, constructing context from retrieved documents, adding citations, or implementing hybrid search.
2026-01-05
workflow-patterns.md
5
1 export workflow-patterns
2 CsHeng from "CsHeng/dot-claude"
3 Apply multi-phase workflow and handoff patterns. Use when workflow patterns guidance is required.
2026-01-05
frontend-design.md
5
1 export frontend-design
2 fabriqaai from "fabriqaai/specs.md"
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-05
config-sync-overview.md
5
1 export config-sync-overview
2 CsHeng from "CsHeng/dot-claude"
3 Provide structured config-sync system and directory overview. Use when config-sync architecture guidance is required.
2026-01-05
api-design-patterns.md
5
1 export api-design-patterns
2 ilude from "ilude/claude-code-config"
3 Language-agnostic API design patterns covering REST and GraphQL, including resource naming, HTTP methods, status codes, versioning, pagination, filtering, authentication, error handling, and schema design. Activate when working with APIs, REST endpoints, GraphQL schemas, API documentation, OpenAPI/Swagger, JWT, OAuth2, endpoint design, API versioning, rate limiting, or GraphQL resolvers.
2026-01-05
langgraph-supervisor.md
5
1 export langgraph-supervisor
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch.
2026-01-05
tutorial-writing.md
5
1 export tutorial-writing
2 petekp from "petekp/claude-skills"
3 Generate comprehensive implementation tutorial documents with deep background, context, rationale, and step-by-step milestones. Use when the user wants to learn by building—creating detailed guides instead of making direct code changes. Triggers on requests like "create a tutorial for", "implementation guide", "teach me how to implement", or explicit /tutorial invocation.
2026-01-05
frontend-design.md
5
1 export frontend-design
2 garymjr from "garymjr/dotfiles"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2026-01-05
docs-seeker.md
5
1 export docs-seeker
2 duongdev from "duongdev/ccpm"
3 Discovers and researches authoritative documentation with version-specific, context-aware search. Auto-activates when user asks "find documentation", "API docs", "how to use", "integration guide", "best practices", "design pattern", or when running /ccpm:plan or /ccpm:plan. Fetches latest docs from official sources via Context7 MCP. Uses progressive discovery (overview → API reference → integration → best practices). Prioritizes: Official docs → Framework guides → API references → Community resources. Provides version-specific recommendations and code examples from documentation. Flags important caveats and performance considerations. Surfaces migration guides when upgrading frameworks.
2026-01-05
csharpener.md
5
1 export csharpener
2 lawless-m from "lawless-m/claude-skills"
3 C# static analysis tool for call graphs, unused code detection, impact analysis, HTML documentation generation, and Graphviz diagram export
2026-01-05
account-qualification.md
5
1 export account-qualification
2 Salesably from "Salesably/salesably-marketplace"
3 Qualifies and tiers accounts based on signals, fit, and potential. Use this skill when building target lists, prioritizing accounts, identifying high-potential prospects, or defining ideal customer profile criteria.
2026-01-05
scientific-python-testing.md
5
1 export scientific-python-testing
2 uw-ssec from "uw-ssec/rse-agents"
3 Write robust, maintainable tests for scientific Python packages using pytest best practices following Scientific Python community guidelines
2026-01-05
browser-extension-developer.md
5
1 export browser-extension-developer
2 tbartel74 from "tbartel74/Vigil-Code"
3 Chrome Manifest v3 extension development for Vigil Guard v2.0.0. Use for plugin development, content scripts, service workers, webhook integration with 3-branch detection, browser fingerprinting, and extension debugging.
2026-01-05
sap-btp-best-practices.md
5
1 export sap-btp-best-practices
2 secondsky from "secondsky/sap-skills"
3 Production-ready SAP BTP best practices for enterprise architecture, account management, security, and operations. Use when planning BTP implementations, setting up account hierarchies, configuring environments, implementing authentication, designing CI/CD pipelines, establishing governance, building Platform Engineering teams, implementing failover strategies, or managing application lifecycle on SAP BTP.Keywords: SAP BTP, account hierarchy, global account, directory, subaccount, Cloud Foundry, Kyma, ABAP, SAP Identity Authentication, CI/CD, governance, Platform Engineering, failover, multi-region, SAP BTP best practices
2026-01-05
langgraph-architecture.md
5
1 export langgraph-architecture
2 existential-birds from "existential-birds/beagle"
3 Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.
2026-01-05
devcontainer-workflow.md
5
1 export devcontainer-workflow
2 ilude from "ilude/claude-code-config"
3 DevContainer configuration for consistent development environments with Docker, multi-stage builds, non-root users, environment management, Docker-in-Docker support, and Python with uv. Activate when working with .devcontainer/, devcontainer.json, Dockerfile, or container-based development workflows.
2026-01-05
skill-creator.md
5
1 export skill-creator
2 thammachet from "thammachet/codex-with-manager-and-ceo"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
ai-multimodal.md
5
1 export ai-multimodal
2 The1Studio from "The1Studio/theone-training-skills"
3 Process and generate multimedia content using Google Gemini API for better vision capabilities. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (better image analysis than Claude models, captioning, reasoning, object detection, design extraction, OCR, visual Q&A, segmentation, handle multiple images), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image with Imagen 4, editing, composition, refinement), generate videos (text-to-video with Veo 3, 8-second clips with native audio). Use when working with audio/video files, analyzing images or screenshots (instead of default vision capabilities of Claude, only fallback to Claude's vision capabilities if needed), processing PDF documents, extracting structured data from media, creating images/videos from text pr
2026-01-05
langgraph-routing.md
5
1 export langgraph-routing
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 LangGraph conditional routing patterns. Use when implementing dynamic routing based on state, creating branching workflows, or building retry loops with conditional edges.
2026-01-05
sequential-thinking.md
5
1 export sequential-thinking
2 duongdev from "duongdev/ccpm"
3 Structured problem-solving through iterative reasoning with revision and branching capabilities for complex problems. Use when tackling multi-step problems with uncertain scope, design planning, architecture decisions, or systematic decomposition. Auto-activates when user asks about breaking down epics, designing systems, assessing complexity, or performing root-cause analysis. Uses 6-step process: Initial assessment (rough estimate) → Iterative reasoning (learn progressively) → Dynamic scope adjustment (refine as understanding deepens) → Revision mechanism (update when assumptions change) → Branching for alternatives (explore multiple approaches) → Conclusion (synthesize findings). Supports explicit uncertainty acknowledgment within thoughts. Adjusts total thought count dynamically (e.g., "Thought 3/8" when initially estimated 5). Recommends binary search for intermittent issues and five-whys technique for root causes.
2026-01-05
newsletter.md
5
1 export newsletter
2 Salesably from "Salesably/salesably-marketplace"
3 Creates engaging newsletters using 9 proven formats for recurring audience engagement. This skill should be used when launching a newsletter, improving open and click rates, varying content to prevent subscriber fatigue, or when existing newsletters feel stale or generic.
2026-01-05