Browse Skills

44915 skills found

torchserve.md
0
1 export torchserve
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Model serving engine for PyTorch. Focuses on MAR packaging, custom handlers for preprocessing/inference, and management of multi-GPU worker scaling. (torchserve, mar-file, handler, basehandler, model-archiver, inference-api)
2026-01-05
using-anthropic-platform.md
0
1 export using-anthropic-platform
2 FortiumPartners from "FortiumPartners/ensemble"
3 Claude SDK development with Messages API, Tool Use, Extended Thinking, streaming, and prompt caching
2026-01-05
observabilidade-spring.md
0
1 export observabilidade-spring
2 Wibson82 from "Wibson82/conexao-de-sorte-backend-financeiro"
3 Avaliar e aprimorar observabilidade do serviço Spring (Micrometer, Prometheus, tracing) garantindo métricas, logs estruturados e dashboards alinhados ao ecossistema.
2026-01-05
inspect-nextjs-runtime.md
0
1 export inspect-nextjs-runtime
2 majiayu000 from "majiayu000/claude-skill-registry"
3 MCPを使用してNext.jsランタイムを検査し、エラー診断、ログ、メタデータ、Server Actionsを確認します。エラーのデバッグ、ルートのチェック、コンポーネントの検査、プロジェクト構造の理解に使用します。
2026-01-05
detect-python-version.md
0
1 export detect-python-version
2 MacHu-GWU from "MacHu-GWU/sanhe-claude-code-plugins"
3 Detects the Python major and minor version of the current repository
2026-01-05
nuke-build.md
0
1 export nuke-build
2 GiantCroissant-Lunar from "GiantCroissant-Lunar/lunar-snake-hub"
3 Build and orchestrate tasks using Nuke build system. Use when task involves running Nuke build targets, orchestrating complex build workflows, or managing build pipelines.
2026-01-05
fastapi-sqlmodel-crud-patterns.md
0
1 export fastapi-sqlmodel-crud-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Standard patterns for building and maintaining CRUD APIs with FastAPI and SQLModel: models, routers, database access, and error handling in a reusable way.
2026-01-05
youtube-summary.md
0
1 export youtube-summary
2 cyx-1 from "cyx-1/hello"
3 Summarize YouTube videos. Check if transcript exists at `youtube/{Channel Name}/transcript-{Video Title}.md`. If exists, skip to summarization. If not, download first. Create summary at `youtube/{Channel Name}/summary-{Video Title}.md` with topics and clickable timestamp links.
2026-01-05
voice-system-expert.md
0
1 export voice-system-expert
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-plugin"
3 Use when working with Quetrex's voice interface, OpenAI Realtime API, WebRTC, or echo cancellation. Knows Quetrex's specific voice architecture decisions and patterns. CRITICAL - prevents breaking working voice system.
2026-01-05
barqnet-e2e.md
0
1 export barqnet-e2e
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrator agent that coordinates all BarqNet specialized agents (backend, integration, client, documentation, audit, testing) to execute complete end-to-end workflows. Plans multi-agent deployments, manages task dependencies, tracks progress across all platforms, and ensures comprehensive completion. Use for complex multi-component tasks, full-stack features, or production deployments.
2026-01-05
first-principle-thinking.md
0
1 export first-principle-thinking
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert methodology for breaking down complex problems into fundamental truths and rebuilding solutions from the ground up. Use when users need breakthrough innovation (not incremental improvement), question industry assumptions, face seemingly impossible problems, want to understand root causes, ask "why does this have to be this way", "rethink from scratch", "reimagine this", request analysis "from first principles", want to challenge conventional wisdom, question everything, or need to deconstruct problems to their core elements. Ideal for strategic decisions, innovation challenges, cost optimization, and escaping local optima.
2026-01-05
config-management.md
0
1 export config-management
2 jagreehal from "jagreehal/jagreehal-claude-skills"
3 Validate config at startup, secrets in memory only. Never read config during requests, never store secrets in env vars. Use node-env-resolver for multi-source config.
2026-01-05
phase-development-workflow.md
0
1 export phase-development-workflow
2 an-embedded-engineer from "an-embedded-engineer/PythonOpenGLBlog"
3 Complete 12-step workflow for phase development from branch creation to merge. Use this when starting a new phase or when asked to follow the phase development process.
2026-01-05
data-pipeline-patterns.md
0
1 export data-pipeline-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow these patterns when implementing data pipelines, ETL, data ingestion, or data validation in OptAIC. Use for point-in-time (PIT) correctness, Arrow schemas, quality checks, and Prefect orchestration.
2026-01-05
idea-validator.md
0
1 export idea-validator
2 skycruzer from "skycruzer/fleet-management-v2"
3 Provides brutally honest, quick feedback on app ideas before investing time building. Use when the user presents an app idea, asks for validation of a concept, or before starting any new project. Evaluates market saturation, actual demand, solo-builder feasibility (2-4 weeks), monetization potential, and interest factor.
2026-01-05
proof-architect.md
0
1 export proof-architect
2 Data-Wise from "Data-Wise/claude-plugins"
3 Structured methodology for constructing and verifying mathematical proofs in statistical research
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 DevanB from "DevanB/lucidlog"
3 Implement accessible user interfaces with semantic HTML, keyboard navigation, sufficient color contrast, screen reader support, ARIA attributes, and proper focus management. Use this skill when creating or editing React components (.tsx, .jsx files), when implementing forms with labels and inputs, when building interactive elements (buttons, modals, menus, dialogs), when implementing keyboard navigation, when choosing colors and ensuring contrast ratios, when adding ARIA attributes, when testing with screen readers, when implementing focus states and focus management, or when creating heading structures and page landmarks.
2026-01-05
changelog-updater.md
0
1 export changelog-updater
2 u9401066 from "u9401066/nsforge-mcp"
3 Auto-update CHANGELOG.md following Keep a Changelog format. Triggers: CL, changelog, 變更, 版本, version, 更新日誌, whatsnew.
2026-01-05
dialog-generator.md
0
1 export dialog-generator
2 gizix from "gizix/cc_projects"
3 Generate modal and modeless dialog windows for Tkinter applications. Use when creating dialogs, popups, or secondary windows, when user mentions "dialog", "popup", "modal", or when working with files in views/dialogs/ directory.
2026-01-05
optimization-techniques.md
0
1 export optimization-techniques
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Performance optimization strategies. Use ONLY after profiling identifies bottlenecks.
2026-01-05
bug-bounty-methodology.md
0
1 export bug-bounty-methodology
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Target-agnostic bug bounty hunting methodology with parallel recon, systematic testing workflows, and vulnerability-specific exploitation guidance
2026-01-05
browser-testing-playwright.md
0
1 export browser-testing-playwright
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A skill for setting up and running end-to-end browser tests using Playwright. It includes guidance on project setup, the Page Object Model, user flow testing, visual regression, cross-browser configuration, and CI integration. Use this when a user wants to implement browser-based E2E testing.
2026-01-05
issue-splitter.md
0
1 export issue-splitter
2 pcortes from "pcortes/swarm-attack"
3 Split complex issues into smaller, implementable sub-issues. Called automatically when ComplexityGate determines an issue needs splitting.
2026-01-05
linkedin-post-crafter.md
0
1 export linkedin-post-crafter
2 chekos from "chekos/bns-marketplace"
3 Craft LinkedIn posts (text, carousels, documents, video) optimized for the December 2025algorithm. Use when creating individual LinkedIn posts, writing hooks, designing carouselcontent, or adapting newsletter content for LinkedIn. Includes algorithm signals, formatselection, external link workarounds, and templates for thought leadership content.
2026-01-05