Browse Skills

16146 skills found

backend-debugging.md
1
1 export backend-debugging
2 nirukk52 from "nirukk52/ScreenGraph"
3 Systematic debugging for Encore.ts backend incidents using diagnostic scripts, database queries, and structured logging. Use when backend tests fail, services crash, or async flows stall.
2026-01-05
sandbox-usage.md
1
1 export sandbox-usage
2 danielbodnar from "danielbodnar/cloudx.sh"
3 Use when working with the Cloudflare Sandbox SDK, container lifecycle, session management, or OpenCode integration. Covers SDK patterns, security considerations, and common operations.
2026-01-05
agentuity-cli-cloud-sandbox-get.md
1
1 export agentuity-cli-cloud-sandbox-get
2 agentuity from "agentuity/discord-help-agent"
3 Get information about a sandbox. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
ros2-code-example-writer.md
1
1 export ros2-code-example-writer
2 uneezaismail from "uneezaismail/Physical-AI-Humanoid-Robotics"
3 Generate working Python/rclpy code examples for Physical AI & Humanoid Robotics textbook with tier-specific variants (Simulation/Jetson/Robot).
2026-01-05
zk-compression-terminology.md
1
1 export zk-compression-terminology
2 Lightprotocol from "Lightprotocol/docs-v2"
3 Precise technical definitions for ZK Compression compressed account operations extracted from official documentation
2026-01-05
design-synthesis.md
1
1 export design-synthesis
2 bsamiee from "bsamiee/Parametric_Portal"
3 Synthesizes research findings into design decisions via codebase investigation. Use when (1) translating research into implementation approaches, (2) selecting between design alternatives, (3) executing after /research or deep-research, or (4) preparing input for /plan phase.
2026-01-05
design-tokens-validator.md
1
1 export design-tokens-validator
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Design System] Validate that code and styles use official design tokens instead of hard-coded values. Use when (1) reviewing CSS/SCSS/Tailwind/styled-components for hard-coded colors/spacing, (2) checking SwiftUI/UIKit for raw color/font values, (3) auditing Unity styles for magic numbers, (4) enforcing design system compliance, (5) user asks to 'check design tokens', 'validate tokens', 'find hard-coded values', or 'audit design system usage'.
2026-01-05
managing-dependencies.md
1
1 export managing-dependencies
2 jls42 from "jls42/leapmultix"
3 Manages npm dependencies (audit, updates, breaking changes, lockfile). Use before releases, after adding packages, or monthly for maintenance
2026-01-05
opentelemetry.md
1
1 export opentelemetry
2 ashchupliak from "ashchupliak/dream-team"
3 OpenTelemetry observability - use for distributed tracing, metrics, instrumentation, Sentry integration, and monitoring
2026-01-05
doc-coauthoring.md
1
1 export doc-coauthoring
2 brookemitchell from "brookemitchell/llm-dev-examples"
3 Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
2026-01-05
research-grants.md
1
1 export research-grants
2 ovachiever from "ovachiever/droid-tings"
3 Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.
2026-01-05
cloudflare-workers-ai.md
1
1 export cloudflare-workers-ai
2 ovachiever from "ovachiever/droid-tings"
3 Run LLMs and AI models on Cloudflare's global GPU network with Workers AI. Includes Llama, Flux image generation,BGE embeddings, and streaming support with AI Gateway for caching and logging.Use when: implementing LLM inference, generating images with Flux/Stable Diffusion, building RAG with embeddings,streaming AI responses, using AI Gateway for cost tracking, or troubleshooting AI_ERROR, rate limits, model notfound, token limits, or neurons exceeded.Keywords: workers ai, cloudflare ai, ai bindings, llm workers, @cf/meta/llama, workers ai models,ai inference, cloudflare llm, ai streaming, text generation ai, ai embeddings, image generation ai,workers ai rag, ai gateway, llama workers, flux image generation, stable diffusion workers,vision models ai, ai chat completion, AI_ERROR, rate limit ai, model not found, token limit exceeded,neurons exceeded, ai quota exceeded, streaming failed, model unavailable, workers ai hono,ai gateway workers, vercel ai sdk workers, openai compatible workers, workers
2026-01-05
maud-axum-integration.md
1
1 export maud-axum-integration
2 matthewharwood from "matthewharwood/engmanager.xyz"
3 Production patterns for integrating Maud HTML templates with Axum 0.8.x web services. Covers IntoResponse implementation, handler patterns, state management with templates, error pages, layouts, and server-side rendering architecture. Use when building Axum HTTP endpoints that return HTML, creating web UIs, or implementing server-side rendered applications.
2026-01-05
recipe-manager.md
1
1 export recipe-manager
2 gsannikov from "gsannikov/claude-skills"
3 Recipe collection manager. Extracts recipes from URLs (websites, Instagram, YouTube), images, and Apple Notes. Stores in structured YAML format with family preferences tracking. Supports sync to/from Notion.
2026-01-05
nextjs-data-fetching.md
1
1 export nextjs-data-fetching
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when fetching data in Next.js App Router: server components, caching strategies, revalidation, and streaming.
2026-01-05
fsharp-backend.md
1
1 export fsharp-backend
2 heimeshoff from "heimeshoff/Cinemarco"
3 Implement F# backend using Giraffe + Fable.Remoting with proper layer separation.Use when: "implement backend", "add API", "create endpoint", "server logic", "business rules","backend for X", "API implementation", "server-side", "Giraffe", "Fable.Remoting".Layers: Validation → Domain (pure) → Persistence (I/O) → API.Creates code in src/Server/: Validation.fs, Domain.fs, Persistence.fs, Api.fs.
2026-01-05
mcp.md
1
1 export mcp
2 samhvw8 from "samhvw8/dot-claude"
3 Model Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
2026-01-05
nextjs-app-router-typescript.md
1
1 export nextjs-app-router-typescript
2 suhaibshaikh03 from "suhaibshaikh03/Agent-Native-Cloud-Development"
3 Complete Next.js development framework with App Router, TypeScript, and modern patterns. Provides comprehensive assistance for building Next.js applications with the latest features, TypeScript integration, server components, client components, data fetching, and deployment. Use when users ask to build Next.js applications, implement routing, create components, or develop React applications with the latest Next.js features.
2026-01-05
adapter-development.md
1
1 export adapter-development
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Comprehensive guide for AIDB debug adapter development. Covers component-based architecture, language-specific patterns (Python/debugpy, JavaScript/vscode-js-debug, Java/java-debug), lifecycle hooks, process management, port management, launch orchestration, resource cleanup, child sessions, and common pitfalls. Essential for developing or maintaining AIDB debug adapters.
2026-01-05
finance-manager.md
1
1 export finance-manager
2 agent-trust-protocol from "agent-trust-protocol/atp-core"
3 Comprehensive personal finance management system for analyzing transaction data, generating insights, creating visualizations, and providing actionable financial recommendations. Use when users need to analyze spending patterns, track budgets, visualize financial data, extract transactions from PDFs, calculate savings rates, identify spending trends, generate financial reports, or receive personalized budget recommendations. Triggers include requests like "analyze my finances", "track my spending", "create a financial report", "extract transactions from PDF", "visualize my budget", "where is my money going", "financial insights", "spending breakdown", or any finance-related analysis tasks.
2026-01-05
site-reliability-engineer.md
1
1 export site-reliability-engineer
2 nahisaho from "nahisaho/CodeGraphMCPServer"
3 Production monitoring, observability, SLO/SLI management, and incident response.Trigger terms: monitoring, observability, SRE, site reliability, alerting, incident response,SLO, SLI, error budget, Prometheus, Grafana, Datadog, New Relic, ELK stack, logs, metrics,traces, on-call, production monitoring, health checks, uptime, availability, dashboards,post-mortem, incident management, runbook.Completes SDD Stage 8 (Monitoring) with comprehensive production observability:- SLI/SLO definitions and tracking- Monitoring stack setup (Prometheus, Grafana, ELK, Datadog, etc.)- Alert rules and notification channels- Incident response runbooks- Observability dashboards (logs, metrics, traces)- Post-mortem templates and analysis- Health check endpoints- Error budget trackingUse when: user needs production monitoring, observability platform, alerting, SLOs,incident response, or post-deployment health tracking.
2026-01-05
email-sync.md
1
1 export email-sync
2 DaveX2001 from "DaveX2001/deliverable-tracking"
3 Sync Gmail with GitHub issues. Use when user says 'hol Emails', 'E-Mails checken', 'get emails', 'sync emails', 'Gmail', or mentions checking/syncing emails. (project)
2026-01-05
architecture.md
1
1 export architecture
2 dy9759 from "dy9759/SpecSkillsForClaudeCode"
3 Comprehensive system architecture design and implementation workflow that orchestrates expert analysis, technical decision-making, and architectural pattern selection using the integrated toolset. Handles everything from initial system analysis to implementation-ready technical specifications.
2026-01-05
bitbucket-server.md
1
1 export bitbucket-server
2 skempken from "skempken/bitbucket-server"
3 This skill enables interaction with BitBucket Server REST API for Pull Request management. Use when the user wants to create, review, comment on, merge, list pull requests, read comments, or manage tasks on BitBucket Server.
2026-01-05