Browse Skills
44915 skills found
figure-legends.md
0
1
export
figure-legends
2
from
"vitamin3615/Agent-skills"
from
"vitamin3615/Agent-skills"
3
Use when editing or improving figure legends that lack complete independence, missing statistical notation (n=, P values), or insufficient panel descriptions - ensures self-contained CNS-quality legends
2026-01-05
kafka-event-driven.md
0
1
export
kafka-event-driven
2
from
"Hamza123545/Todo_giaic_five_phases"
from
"Hamza123545/Todo_giaic_five_phases"
3
Event-driven architecture patterns with Apache Kafka. Covers event schemas, producer/consumer patterns, partitioning strategies, dead letter queues, and retry mechanisms. Works with Dapr Pub/Sub abstraction.
2026-01-05
main-entry.md
0
1
export
main-entry
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Generates src/main.ts application entry point. Creates different versions based on app type - micro-frontend with single-spa lifecycle or standalone SPA initialization.
2026-01-05
color-tools.md
0
1
export
color-tools
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Color palette generation, contrast checking (WCAG), color space conversion, and color harmony tools. Ensures accessible and visually appealing color systems. Use when designing color schemes, checking accessibility, or creating design tokens.
2026-01-05
composable-svelte-deployment.md
0
1
export
composable-svelte-deployment
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production deployment patterns for Composable Svelte SSR applications. Use when deploying to Fly.io, Docker, or any cloud platform. Covers multi-stage Docker builds, Fly.io configuration, security hardening, performance optimization, and integration with Composable Rust backends.
2026-01-05
dotnet-api-documenter.md
0
1
export
dotnet-api-documenter
2
from
"aknagar/mfe-portal"
from
"aknagar/mfe-portal"
3
Adds OpenAPI standards (Swagger) documentation to .NET ASP.NET Core APIs with Scalar UI or Swagger UI. Configures Swashbuckle, generates OpenAPI specs, and sets up interactive API documentation endpoints.
2026-01-05
nango-esm-migration.md
0
1
export
nango-esm-migration
2
from
"NangoHQ/ai-ide-prompts"
from
"NangoHQ/ai-ide-prompts"
3
Use when fixing CJS/ESM module issues in Nango integrations after zero-yaml migration - covers import path fixes, creating ESM wrappers for CJS vendor modules, and restoring commented-out code
2026-01-05
nextjs.md
0
1
export
nextjs
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Use this skill for Next.js App Router patterns, Server Components, Server Actions, Cache Components, and framework-level optimizations. Covers Next.js 16 breaking changes including async params, proxy.ts migration, Cache Components with "use cache", and React 19.2 integration. For deploying to Cloudflare Workers, use the cloudflare-nextjs skill instead. This skill is deployment-agnostic and works with Vercel, AWS, self-hosted, or any platform.Keywords: Next.js 16, Next.js App Router, Next.js Pages Router, Server Components, React Server Components, Server Actions, Cache Components, use cache, Next.js 16 breaking changes, async params nextjs, proxy.ts migration, React 19.2, Next.js metadata, Next.js SEO, generateMetadata, static generation, dynamic rendering, streaming SSR, Suspense, parallel routes, intercepting routes, route groups, Next.js middleware, Next.js API routes, Route Handlers, revalidatePath, revalidateTag, next/navigation, useSearchParams, turbopack, next.config
2026-01-05
marker.md
0
1
export
marker
2
from
"xdanger/claude-plugins"
from
"xdanger/claude-plugins"
3
Convert documents (PDF, EPUB, PPTX, DOCX, XLSX, HTML, images) to Markdown/JSON/HTML using marker-pdf with Claude Haiku LLM enhancement for accurate table, math, and form extraction. Use when user needs to extract content from documents, convert PDFs to markdown, or process document files.
2026-01-05
security-guidance.md
0
1
export
security-guidance
2
from
"ferg-cod3s/anthropic-plugin-converter"
from
"ferg-cod3s/anthropic-plugin-converter"
3
Comprehensive security best practices, vulnerability scanning, and security guidance for development workflows with automated security checks and compliance monitoring.
2026-01-05
dietetyk-pingodoce.md
0
1
export
dietetyk-pingodoce
2
from
"zewelor/pingodoce"
from
"zewelor/pingodoce"
3
Konsultant dietetyczny analizujący zakupy Pingo Doce. Używaj gdy użytkownik pyta o dietę, zdrowie, odżywianie, zakupy spożywcze, blind spots żywieniowe, lub chce porady dietetycznej. Automatycznie analizuje bazę zakupów i porównuje z zaleceniami.
2026-01-05
sonarqube-integration.md
0
1
export
sonarqube-integration
2
from
"Wibson82/conexao-de-sorte-commons"
from
"Wibson82/conexao-de-sorte-commons"
3
Integrates SonarQube for continuous code quality analysis. Configures server setup, GitHub Actions workflows, quality gates, and security scanning (SAST, DAST, SCA).
2026-01-05
collect-commits-and-files.md
0
1
export
collect-commits-and-files
2
from
"reedom/claude-code-commands"
from
"reedom/claude-code-commands"
3
Collect changed files from git diff and explicit paths, categorize by type, output manifest.
2026-01-05
gemini-ai-integration.md
0
1
export
gemini-ai-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Integrate Google Gemini API for AI-powered QA checklist generation and structured output. Use when working with Gemini API calls, generating QA checklists from design specs, parsing AI responses, or implementing structured output with JSON schema.
2026-01-05
executing-plans.md
0
1
export
executing-plans
2
from
"JKKN-Institutions/Kenavo"
from
"JKKN-Institutions/Kenavo"
3
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-05
receiving-code-review.md
0
1
export
receiving-code-review
2
from
"miethe/deal-brain"
from
"miethe/deal-brain"
3
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
security.md
0
1
export
security
2
from
"jhlee0409/sidedish"
from
"jhlee0409/sidedish"
3
Implements security features following OWASP guidelines. Use when validating input, preventing XSS, adding rate limiting, verifying auth, or handling file uploads. Includes security-utils, sanitize-utils, and rate-limiter patterns.
2026-01-05
detecting-race-conditions.md
0
1
export
detecting-race-conditions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detects race condition vulnerabilities including TOCTOU, double-checked locking issues, and shared state problems. Use when analyzing concurrent operations, file access patterns, or investigating timing-related vulnerabilities.
2026-01-05
analytic-philosophy.md
0
1
export
analytic-philosophy
2
from
"chrislemke/stoffy"
from
"chrislemke/stoffy"
3
Master Analytic philosophy methods, debates, and key figures. Use for: logical analysis, philosophy of language, philosophy of mind, metaphysics, epistemology in the analytic tradition. Triggers: 'analytic', 'Frege', 'Russell', 'Wittgenstein', 'logical positivism', 'Vienna Circle', 'possible worlds', 'modal logic', 'qualia', 'functionalism', 'physicalism', 'Kripke', 'Putnam', 'Davidson', 'Quine', 'ordinary language', 'thought experiment', 'conceptual analysis', 'naturalism', 'supervenience'.
2026-01-05
release-automation.md
0
1
export
release-automation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automate library releases, NuGet package publishing, and API versioning. Use when working with NuGet releases, package versioning, API compatibility checks, library releases, or semantic versioning for shared libraries. Handles package publishing, version management, and breaking change detection.
2026-01-05
task-patterns.md
0
1
export
task-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete tp CLI reference for Linear integration. Use when working with Linear issues (create, update, comment, labels), managing parent/child relationships, or setting up team configuration. Covers both daily issue management and initial project setup.
2026-01-05
test-review.md
0
1
export
test-review
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.
2026-01-05
cern-detector-ui.md
0
1
export
cern-detector-ui
2
from
"nategarelik/composition"
from
"nategarelik/composition"
3
Design system for the CERN Particle Detector aesthetic. Use when building UI components, styling elements, or implementing the detector workstation interface.
2026-01-05
mcp-tools.md
0
1
export
mcp-tools
2
from
"phpmac/trader"
from
"phpmac/trader"
3
使用 FastMCP 框架开发交易相关的 MCP 工具, 包括交易所 API 集成(币安/OKX等)、行情数据获取、订单管理等。当需要创建 MCP 服务器或交易工具时触发此技能。
2026-01-05