Browse Skills

44915 skills found

using-git-spice.md
5
1 export using-git-spice
2 arittr from "arittr/spectacular"
3 Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool
2026-01-05
skill-creator.md
5
1 export skill-creator
2 kdpa-llc from "kdpa-llc/local-skills-mcp"
3 Creates effective SKILL.md files with proper YAML frontmatter, trigger keywords, and best practices. Use when creating skills, writing skill descriptions, authoring SKILL.md files, or learning skill format.
2026-01-05
ci-failure-analysis.md
5
1 export ci-failure-analysis
2 ryanbreen from "ryanbreen/breenix"
3 This skill should be used when analyzing failed GitHub Actions CI/CD runs for Breenix kernel development. Use for diagnosing test failures, parsing QEMU logs, identifying kernel panics or faults, understanding timeout issues, and determining root causes of CI failures.
2026-01-05
git.md
5
1 export git
2 CsHeng from "CsHeng/dot-claude"
3 Execution-layer skill for git inspection and safe patching
2026-01-05
tk-workflow.md
5
1 export tk-workflow
2 iheanyi from "iheanyi/tasuku"
3 Show the Tasuku task workflow guide. Use when user says /tk:workflow or asks how to use Tasuku, task workflow, or needs help with task management.
2026-01-05
create-presentation.md
5
1 export create-presentation
2 ddttom from "ddttom/webcomponents-with-eds"
3 Create or update presentation notebooks with embedded HTML and JavaScript in markdown cells using EDS blocks. Convert executable code cells to informative text. Build presentations, slides, demos, showcases with accordion, cards, tabs, hero, grid, table blocks. No runnable JavaScript cells - only visual markdown with inline scripts for presentation mode.
2026-01-05
container-workflow.md
5
1 export container-workflow
2 ilude from "ilude/claude-code-config"
3 Guidelines for containerized projects using Docker, Dockerfile, docker-compose, container, and containerization. Covers multi-stage builds, security, signal handling, entrypoint scripts, and deployment workflows.
2026-01-05
creating-bauplan-pipelines.md
5
1 export creating-bauplan-pipelines
2 BauplanLabs from "BauplanLabs/bauplan-mcp-server"
3 Creates bauplan data pipeline projects with SQL and Python models. Use when starting a new pipeline, defining DAG transformations, writing models, or setting up bauplan project structure from scratch.
2026-01-05
skill-developer.md
5
1 export skill-developer
2 JNLei from "JNLei/claude-tools"
3 Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
2026-01-05
jupyter-notebook.md
5
1 export jupyter-notebook
2 i9wa4 from "i9wa4/dotfiles"
3 Jupyter Notebook エキスパートスキル - ノートブックの実行方法、Databricks カーネル連携に関するガイドを提供
2026-01-05
vram-gpu-oom.md
5
1 export vram-gpu-oom
2 lawless-m from "lawless-m/claude-skills"
3 GPU VRAM management patterns for sharing memory across services (Ollama, Whisper, ComfyUI). OOM retry logic, auto-unload on idle, and service signaling protocol.
2026-01-05
vendure.md
5
1 export vendure
2 niko91i from "niko91i/Skills-Vendure"
3 Vendure e-commerce framework for Node.js. Use for headless commerce, GraphQL APIs, order management, product catalogs, payment integration, and TypeScript e-commerce development.
2026-01-05
validate-typescript.md
5
1 export validate-typescript
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.
2026-01-05
refreshing-docs.md
5
1 export refreshing-docs
2 jasonkuhrt from "jasonkuhrt/kitz"
3 Refreshes README.md documentation tables including the packages table and core namespace index. Reads from package.json files and core module JSDoc.
2026-01-05
image-concatenator.md
5
1 export image-concatenator
2 AutoByteus from "AutoByteus/autobyteus"
3 A utility skill to vertically concatenate multiple images into a single file.
2026-01-05
tdd.md
5
1 export tdd
2 pablobfonseca from "pablobfonseca/dotfiles"
3 Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
2026-01-05
langgraph-code-review.md
5
1 export langgraph-code-review
2 existential-birds from "existential-birds/beagle"
3 Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.
2026-01-05
react-workflow.md
5
1 export react-workflow
2 ilude from "ilude/claude-code-config"
3 React framework workflow guidelines. Activate when working with React components (.jsx, .tsx), React hooks (useState, useEffect), or React-specific patterns.
2026-01-05
semantic-caching.md
5
1 export semantic-caching
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Redis semantic caching for LLM applications. Use when implementing vector similarity caching, optimizing LLM costs through cached responses, or building multi-level cache hierarchies.
2026-01-05
react-router-code-review.md
5
1 export react-router-code-review
2 existential-birds from "existential-birds/beagle"
3 Reviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders, actions, or navigation logic.
2026-01-05
meta-searching.md
5
1 export meta-searching
2 shrwnsan from "shrwnsan/vibekit-claude-plugins"
3 Extracts web content and performs reliable searches when standard tools fail due to access restrictions, rate limiting, or validation errors. Use when encountering 403/429/422 errors, blocked documentation sites, or silent search failures. **Direct tool execution often fails for these scenarios - search-plus agent delegation provides the most reliable results.**
2026-01-05
add-openrouter-model.md
5
1 export add-openrouter-model
2 travisennis from "travisennis/acai-ts"
3 Fetch OpenRouter model details and provide guidance for adding models to acai-ts provider configuration.
2026-01-05
parquet-files.md
5
1 export parquet-files
2 lawless-m from "lawless-m/claude-skills"
3 This describes how to create Parquet files in C#, including updating and multi threaded creation
2026-01-05
marketing-strategy-pmm.md
5
1 export marketing-strategy-pmm
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing competitors, entering new markets, enabling sales, or when user mentions product marketing, positioning, GTM, go-to-market, competitive analysis, market entry, or sales enablement.
2026-01-05