Browse Skills

22656 skills found

plan-with-research.md
0
1 export plan-with-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build step-by-step plans grounded in evidence and research. Use when the user asks for a plan, roadmap, steps, or strategy for code, data, or pipeline work.
2026-01-05
otel-demo-architecture.md
0
1 export otel-demo-architecture
2 blueswen from "blueswen/observability-with-llm"
3 OpenTelemetry Demo system architecture reference for debugging service dependencies, port conflicts, memory issues, telemetry gaps, and performance problems. Use when analyzing failures, understanding service topology, troubleshooting communication issues, or investigating system bottlenecks in the OTel demo environment.
2026-01-05
toon-format.md
0
1 export toon-format
2 majiayu000 from "majiayu000/claude-skill-registry"
3 When working with JSON data in LLM prompts (especially large arrays or tabular data), consider the token-efficient TOON (Token-Oriented Object Notation) format which reduces tokens by 30-70% while maintaining lossless JSON representation and structural validation. Use for reading/writing .toon files, converting JSON↔TOON, or optimizing structured data for LLM consumption with guardrails like [N] counts and {field} headers.
2026-01-05
command-creator.md
0
1 export command-creator
2 jbabin91 from "jbabin91/super-claude"
3 Create custom slash commands for Claude Code with proper markdown structure and YAML frontmatter.Use when: creating commands, generating slash commands, making workflow automations.Activates for: "create command", "generate command", "new command", "slash command", "make command"
2026-01-05
notification-agent.md
0
1 export notification-agent
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Multi-channel notification dispatcher. Sends trading alerts, reports, and system notifications via Telegram, Slack, Email, and WebSocket. Supports urgency-based routing and custom formatting.
2026-01-05
oracle.md
0
1 export oracle
2 laris-co from "laris-co/nat-agents-core"
3 Consult Oracle knowledge base for decisions, patterns, and wisdom. Use when user asks "should I", "what's the best way", "have we done this before", "remind me about", "what's the pattern". Use PROACTIVELY before starting new work, making decisions, or when stuck. Oracle is the external brain - always consult before reinventing.
2026-01-05
escalating-linux-privileges.md
0
1 export escalating-linux-privileges
2 trilwu from "trilwu/secskills"
3 Escalate privileges on Linux systems using SUID/SGID binaries, capabilities, sudo misconfigurations, cron jobs, kernel exploits, and container escapes. Use when performing Linux post-exploitation or privilege escalation.
2026-01-05
postgres-patterns.md
0
1 export postgres-patterns
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 PostgreSQL patterns for reviewing migrations and writing efficient queries. Use when reviewing Alembic migrations, optimizing queries, or debugging database issues.
2026-01-05
data-export-formats.md
0
1 export data-export-formats
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when exporting data for ad platforms (Google Ads, Meta) or working with project datasets. Documents exact CSV formats for Enhanced Conversions, Customer Match, and project data schemas.
2026-01-05
code-review.md
0
1 export code-review
2 LukasStrickler from "LukasStrickler/ai-dev-atelier"
3 Review code changes using CodeRabbit CLI - supports uncommitted files (task mode) or all PR files vs main branch (pr mode). Catches bugs, security issues, and code quality problems before committing or when reviewing pull requests. Use when: (1) Reviewing uncommitted changes before committing (task mode), (2) Reviewing all changed files in a PR against main branch (pr mode), (3) Working on subtasks and want to check progress, (4) Need feedback on work-in-progress code, (5) Preparing PR for merge, (6) When CodeRabbit review is needed, (7) For bug detection and security scanning, or (8) For automated code quality assessment. Triggers: review code, check code quality, review changes, code review, review PR, check for bugs, security scan, review uncommitted, finalize code, pre-commit review.
2026-01-05
phantom-scribe.md
0
1 export phantom-scribe
2 barnstorm from "barnstorm/phantom_scribe"
3 Kickstart and maintain a fast-paced fiction project from a thumbnail using Harmon Story Circle + Crouch-style chapter pacing. Use this when the user says they need help writing a story/novel, wants a beat sheet, wants Blake Crouch pacing, wants a chapter-by-chapter plan, or wants help enforcing canon/timeline rules in high-concept sci-fi/fantasy.
2026-01-05
learning-glossary-management.md
0
1 export learning-glossary-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create multilingual glossaries for educational content, maintain terminology consistency across translations, build translation memory databases, and define preferred terms by domain and region. Use when managing translation terminology. Activates on "glossary", "terminology management", or "translation memory".
2026-01-05
streaming-patterns.md
0
1 export streaming-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Configure ADK bidi-streaming for real-time multimodal interactions. Use when building live voice/video agents, implementing real-time streaming, configuring LiveRequestQueue, setting up audio/video processing, or when user mentions bidi-streaming, real-time agents, streaming tools, multimodal streaming, or Gemini Live API.
2026-01-05
deep-analysis.md
0
1 export deep-analysis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute high-density architectural analysis on user ideas. Move from 'Vague' to 'Verified' using a 5-step logic chain: Calibration → Decomposition → Excavation → Re-Architecting → Inversion. This skill should be used when analyzing system architecture, validating technical ideas, or performing pre-mortems on solutions.
2026-01-05
agent-orchestration.md
0
1 export agent-orchestration
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Orchestrate AI agents using Claude Flow, swarm coordination, and multi-agent workflows. Use for complex tasks requiring multiple specialized agents, parallel execution, or coordinated problem-solving.
2026-01-05
project-planning.md
0
1 export project-planning
2 ByronWilliamsCPA from "ByronWilliamsCPA/rag-processor"
3 Generate initial project planning documents (PVS, ADR, Tech Spec, Roadmap) from a project concept description. Use when starting a new project, when docs/planning/ contains placeholder files, or when user requests project planning document generation.
2026-01-05
data-analyst.md
0
1 export data-analyst
2 lastdays03 from "lastdays03/claude_skills"
3 Standards for rigorous data analysis using OSEMN methodology. Focuses on statistical validation, model reliability, and AI-readability.
2026-01-05
backend-queries.md
0
1 export backend-queries
2 overtimepog from "overtimepog/AgentTheo"
3 Write efficient, secure database queries using ORMs or raw SQL, preventing N+1 problems, SQL injection, and performance issues. Use this skill when writing database queries, implementing data access layers, creating repository patterns, or optimizing query performance in service files, query builders, or data access objects. Apply this skill when using parameterized queries, implementing eager loading to avoid N+1 queries, selecting only needed columns, adding WHERE/JOIN/ORDER BY clauses, or working with query optimization, indexes, and database performance tuning. This skill ensures queries use proper SQL injection prevention, implement transactions for data consistency, cache expensive queries appropriately, and follow best practices for query timeouts, connection pooling, and database resource management.
2026-01-05
machine-learning.md
0
1 export machine-learning
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-ai-data-scientist"
3 Supervised/unsupervised learning, model selection, evaluation, and scikit-learn. Use for building classification, regression, or clustering models.
2026-01-05
analyzing-business-models.md
0
1 export analyzing-business-models
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes business models including revenue models, unit economics, competitive moats, scalability, and value creation/capture mechanisms using frameworks like Business Model Canvas and strategic analysis. Use when the user requests business model analysis, unit economics review, moat assessment, or wants to understand how a company creates and captures value.
2026-01-05
marketplace-creator.md
0
1 export marketplace-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for creating and managing Claude Code marketplaces. Use when creating a new marketplace, updating marketplace configuration, adding plugins to a marketplace, or validating marketplace.json files.
2026-01-05
explore-codebase.md
0
1 export explore-codebase
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.
2026-01-05
frontend-guideline.md
0
1 export frontend-guideline
2 omnibelt from "omnibelt/skill-guard"
3 Use when writing React frontend code. Layers on TOP of your base guideline. Covers UI toolkit, animation, data fetching, state management, routing.
2026-01-05
business-analyst.md
0
1 export business-analyst
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert business analysis for B2B SaaS platforms. Activated for data analysis, requirements gathering, process optimization, business metrics calculation, ROI analysis, and business case development.
2026-01-05