Browse Skills
17720 skills found
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
pptx.md
0
1
export
pptx
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generates PowerPoint presentations from templates with consistent styling across tables, charts, and Mermaid diagrams. Use when creating PPTX files, working with template-based presentations, or applying unified styling from style.yaml. Supports Python, R, and native PowerPoint shapes.
2026-01-05
prd-driven-development.md
0
1
export
prd-driven-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic PRD-driven software development workflow for Claude Code. Use when the user wants to (1) Import/parse feature bundles into draft PRDs with dependency analysis, (2) Create comprehensive Product Requirements Documents from feature descriptions, (2b) Extend existing PRDs with new requirements (version increment), (3) Break down PRDs into structured task lists with dependencies and test plans, (4) Systematically execute task lists with quality gates and verification protocols, (5) Audit test coverage and correctness against specifications, (6) Generate comprehensive PRD status reports showing completion states and progress tracking, or build complete applications from requirements through to tested implementation following enterprise-grade practices.
2026-01-05
browser.md
0
1
export
browser
2
from
"factory-ben/browser-skill"
from
"factory-ben/browser-skill"
3
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
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
supabase-db.md
0
1
export
supabase-db
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements Supabase PostgreSQL database with JavaScript client, Row Level Security, real-time subscriptions, and edge functions. Use when building apps with Supabase, implementing RLS policies, or needing real-time database features.
2026-01-05
wt-list.md
0
1
export
wt-list
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
List all active git worktrees with their status. Use when checking what worktrees exist, their branches, and which has uncommitted changes. Quick overview command.
2026-01-05
new-skill-wizard.md
0
1
export
new-skill-wizard
2
from
"Eddale/powerhouse-lab"
from
"Eddale/powerhouse-lab"
3
Creates a new skill in the Powerhouse Lab skills library with proper git workflow. Use when the user wants to create a new skill, add a skill, build a skill, or says "new skill called X".
2026-01-05
couchdb-client.md
0
1
export
couchdb-client
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Obsidian LiveSync の CouchDbClient の構造と使用方法を説明します。CouchDbRepository トレイトの実装方法、HTTP プロキシパターン(forward_request)、longpoll リクエストの処理、メトリクス収集、ヘルスチェックの実装を理解・拡張する際に使用します。CouchDB 関連の機能追加、トラブルシューティング、パフォーマンス改善を依頼されたときに使用してください。
2026-01-05
omnifocus.md
0
1
export
omnifocus
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Manage OmniFocus projects and tasks programmatically. This skill should be used when creating, reading, updating, or listing OmniFocus tasks and projects. Supports all OmniFocus versions through intelligent automation method detection (Omni Automation → AppleScript → SQLite read-only fallback). Use for task management workflows, project queries, task completion tracking, and OmniFocus data operations.
2026-01-05
intent.md
0
1
export
intent
2
from
"fourcolors/antmachine"
from
"fourcolors/antmachine"
3
Use when starting any new task, feature, or request. Triggers: new task,"add X", "implement Y", "fix Z", user provides solution, unclear purpose.Must create intent artifact before planning or implementation.
2026-01-05
sentry-setup-metrics.md
0
1
export
sentry-setup-metrics
2
from
"getsentry/sentry-for-claude"
from
"getsentry/sentry-for-claude"
3
Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.
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
ds-implement.md
0
1
export
ds-implement
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "implement the analysis", "run the code", "execute the pipeline", or as Phase 3 of the /ds workflow. Enforces output-first verification at each step.
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
git-branching-strategy.md
0
1
export
git-branching-strategy
2
from
"ImproperSubset/hh-agentics"
from
"ImproperSubset/hh-agentics"
3
This skill should be used when starting new feature work, mid-feature when wanting to add unrelated changes, when a branch has grown beyond 20 commits, or when unsure whether to create a new branch. Covers one-feature-one-branch rule, branch size targets, and when to split branches.
2026-01-05
comp-scout-scrape.md
0
1
export
comp-scout-scrape
2
from
"discreteds/competition-scout"
from
"discreteds/competition-scout"
3
Scrape competition websites, extract structured data, and auto-persist to GitHub issues. Creates issues for new competitions, adds comments for duplicates.
2026-01-05
kubernetes-integration.md
0
1
export
kubernetes-integration
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Integrate Go CLIs with Kubernetes using client-go. Automatic config detection works on laptops, CI runners, and cluster pods with minimal RBAC setup.
2026-01-05
ascii-diagram-creator.md
0
1
export
ascii-diagram-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use PROACTIVELY when user asks for ASCII diagrams, text diagrams, or visual representations of systems, workflows, or relationships. Triggers on "ascii diagram", "text diagram", "visualize", "show how X connects/synergizes", "diagram the flow/phases", or "illustrate relationships". Generates terminal-compatible diagrams using box-drawing characters. Supports architecture, before/after, phased migration, data flow, and relationship/synergy diagrams. Not for image generation or graphical output.
2026-01-05
cpu-gpu-performance.md
0
1
export
cpu-gpu-performance
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Guardrail workflow that keeps CPU/GPU usage lean by measuring load, narrowing scope, and choosing the lowest-cost validation strategy before running heavy jobs.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"TerraCo89/Cernji-Agents"
from
"TerraCo89/Cernji-Agents"
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05