Browse Skills
2962 skills found
brainstorming.md
0
1
export
brainstorming
2
from
"mta-tech/kai-code"
from
"mta-tech/kai-code"
3
Collaborative idea refinement - turns rough ideas into fully-formed designs through questioning, alternative exploration, and incremental validation. Use before writing code or implementation plans.
2026-01-05
sam3-api.md
0
1
export
sam3-api
2
from
"tordks/cc-plugins"
from
"tordks/cc-plugins"
3
Use when working with SAM3 (Segment Anything Model 3) - provides API patterns for text prompts, bounding boxes, point prompts, video tracking, batch inference, and model building
2026-01-05
cursor-explorer-mcp.md
0
1
export
cursor-explorer-mcp
2
from
"sepiabrown/.claude"
from
"sepiabrown/.claude"
3
Use for token-expensive operations requiring multi-file analysis - codebase exploration, broad searches, architecture understanding, tracing flows, finding implementations across files. Uses MCP cursor-agent server (company pays) with clean async interface. Do NOT use for single-file analysis, explaining code already in immediate context, or pure reasoning tasks.
2026-01-05
ai-ad-doc-fixer.md
0
1
export
ai-ad-doc-fixer
2
from
"wade56754/AI_ad_spend02"
from
"wade56754/AI_ad_spend02"
3
文档审核与修订工程师 (Documentation Reviewer & Fixer)。审核 ASDD 层文档的 SoT 合规性,发现问题并提供修订方案。何时使用: 当需要检查文档与 SoT 的一致性、修复文档问题、或审计文档质量时。
2026-01-05
tanstack-query.md
0
1
export
tanstack-query
2
from
"ICGNU3/werhiz-identity"
from
"ICGNU3/werhiz-identity"
3
TanStack Query v5 patterns for data fetching, caching, and server state management. Use when working with useQuery, useMutation, useSuspenseQuery, query invalidation, cache management, or React Query patterns.
2026-01-05
elevenlabs-agents.md
0
1
export
elevenlabs-agents
2
from
"taskcrew/elevenlabs-agents"
from
"taskcrew/elevenlabs-agents"
3
Work with ElevenLabs Conversational AI agents - initiate calls, retrieve transcripts, manage phone numbers, and analyze agent conversations. Use when building or testing voice AI applications.
2026-01-05
moai-project-template-optimizer.md
0
1
export
moai-project-template-optimizer
2
from
"duaragha/full_tracker"
from
"duaragha/full_tracker"
3
Handle template comparison and optimization workflows including backup detection, smart merging, and update completion reporting. Enhanced with Context7 MCP for up-to-date documentation.
2026-01-05
tutopanda-documentary-producer.md
0
1
export
tutopanda-documentary-producer
2
from
"keremk/tutopanda-claude"
from
"keremk/tutopanda-claude"
3
Coordinate Tutopanda CLI and MCP to generate, edit, inspect, and preview documentary videos (video-audio-music blueprint with FinalVideo export). Use when users ask for Tutopanda to build, edit, or review movies inside Claude Code.
2026-01-05
share-session.md
0
1
export
share-session
2
from
"vignesh07/claudereview"
from
"vignesh07/claudereview"
3
Share the current Claude Code session to claudereview.com for code review. Use this when the user wants to share their session, get a link to the conversation, or create a shareable review of the work done.
2026-01-05
sdk-sequence-guide.md
0
1
export
sdk-sequence-guide
2
from
"Soochol/F2X_NeuroHub"
from
"Soochol/F2X_NeuroHub"
3
Station Service SDK를 사용한 테스트 시퀀스 개발 가이드. SequenceBase 패턴, emit 메서드, manifest.yaml 작성법 제공. 사용자가 시퀀스 개발, SequenceBase 구현, 테스트 자동화 코드 작성, manifest.yaml 설정, emit 메서드 사용법을 문의할 때 활성화.
2026-01-05
testing.md
0
1
export
testing
2
from
"varubogu/gbf_discord_bot_rs"
from
"varubogu/gbf_discord_bot_rs"
3
Test creation and mocking (mockall, unit tests, integration tests, cargo test, AAA pattern). Use when writing tests, creating mocks, running cargo test, debugging test failures, asking about testing strategies, mockall usage, or test coverage.
2026-01-05
test-traditional-build.md
0
1
export
test-traditional-build
2
from
"centos-automotive-suite/automotive-dev-operator"
from
"centos-automotive-suite/automotive-dev-operator"
3
Run a traditional AIB build test and report results. Builds a disk image using automotive-image-builder manifest and downloads the artifact.
2026-01-05
code-quality-reviewer.md
0
1
export
code-quality-reviewer
2
from
"devstefancho/claude-plugins"
from
"devstefancho/claude-plugins"
3
Comprehensive code quality review focusing on DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), and Clean Code (Easy to Read) principles. Use when reviewing code changes, analyzing code quality, or assessing code maintainability for any feature, bug fix, or refactoring task.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"runxgalee/fullstack-dev"
from
"runxgalee/fullstack-dev"
3
Collaborative ideation and exploration before implementation. Triggers when creating features, building components, adding functionality, or starting creative work. Encourages brainstorming options, discussing trade-offs, and exploring possibilities together with the user before diving into code.
2026-01-05
skill-developer.md
0
1
export
skill-developer
2
from
"nfbs2000/vibe-with-phrack"
from
"nfbs2000/vibe-with-phrack"
3
Claude Code 스킬 생성 및 관리. 스킬 구조, 트리거, 훅, skill-rules.json 작업을 다룹니다.
2026-01-05
django-expert.md
0
1
export
django-expert
2
from
"raisiqueira/django-ai-plugins"
from
"raisiqueira/django-ai-plugins"
3
This skill provides comprehensive guidelines for Django backend development following best practices. Expert guidance for Django development including models, views, templates, and best practices. Use when building Django applications, debugging Django issues, or implementing Django features.
2026-01-05
flowbite-html-ui-components.md
0
1
export
flowbite-html-ui-components
2
from
"DrZoot/flowbite-skill"
from
"DrZoot/flowbite-skill"
3
Provides reference documentation and examples for all of the available Flowbite TailwindCSS HTML UI Components plus the related Typography and Forms plugins.
2026-01-05
fetching-youtube-transcripts.md
0
1
export
fetching-youtube-transcripts
2
from
"mikekelly/fetching-youtube-transcripts"
from
"mikekelly/fetching-youtube-transcripts"
3
Fetch transcripts and subtitles from YouTube videos using youtube-transcript-api. Use when extracting video transcripts, listing available languages, translating captions, or processing YouTube content for summarization or analysis.
2026-01-05
fullstack-ai-engineering.md
0
1
export
fullstack-ai-engineering
2
from
"syedaadamahmad/tripsaverbackendmainchat"
from
"syedaadamahmad/tripsaverbackendmainchat"
3
A comprehensive, long-horizon skill for designing, coding, debugging, and scaling AI-integrated systems — including Python backends, React frontends, RAG pipelines, vector databases, and tool orchestration. Ensures production-grade quality and consistency across every code and architecture decision.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"TonyAqqad/Capture-Client-Marketing-Website"
from
"TonyAqqad/Capture-Client-Marketing-Website"
3
Project-specific UI/UX guardrails for Capture Client. Use whenever changing UI, layout, motion, or page sections.
2026-01-05
developing-llamaindex-systems.md
0
1
export
developing-llamaindex-systems
2
from
"SpillwaveSolutions/developing-llamaindex-systems"
from
"SpillwaveSolutions/developing-llamaindex-systems"
3
Production-grade agentic system development with LlamaIndex in Python. Covers semantic ingestion (SemanticSplitterNodeParser, CodeSplitter, IngestionPipeline), retrieval strategies (BM25Retriever, hybrid search, alpha weighting), PropertyGraphIndex with graph stores (Neo4j), context RAG (RouterQueryEngine, SubQuestionQueryEngine, LLMRerank), agentic orchestration (ReAct, Workflows, FunctionTool), and observability (Arize Phoenix). Use when asked to "build a LlamaIndex agent", "set up semantic chunking", "index source code", "implement hybrid search", "create a knowledge graph with LlamaIndex", "implement query routing", "debug RAG pipeline", "add Phoenix observability", or "create an event-driven workflow". Triggers on "PropertyGraphIndex", "SemanticSplitterNodeParser", "CodeSplitter", "BM25Retriever", "hybrid search", "ReAct agent", "Workflow pattern", "LLMRerank", "Text-to-Cypher".
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"SakshamKandel/Todo-Task-"
from
"SakshamKandel/Todo-Task-"
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
readme-pages.md
0
1
export
readme-pages
2
from
"ThomasRohde/readme-pages"
from
"ThomasRohde/readme-pages"
3
Publishing assistant for Thomas's Astro-based GitHub Pages site (readme-pages). Creates publish-ready Markdown files for notes, recipes, and pages. Use when asked to write blog posts, articles, notes, recipes, or content for the readme-pages site at thomasrohde.github.io/readme-pages. Also use for content requests mentioning "publish", "blog", or "my site".
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"mecharoy/OrbitDefense"
from
"mecharoy/OrbitDefense"
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