Browse Skills

18175 skills found

api-development-patterns.md
1
1 export api-development-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Comprehensive guide to building production-ready REST APIs in Rails with serialization, authentication, versioning, rate limiting, and testing
2026-01-05
linear-extended.md
1
1 export linear-extended
2 SaharCarmel from "SaharCarmel/Sahar-claude-code-marketplace"
3 Extended Linear operations - manage project milestones and download images from issues. Use for project phases (Alpha, Beta, Launch), milestone management, or extracting images/screenshots from issues. Triggers: "show milestones", "create milestone", "update milestone", "project phases", "download images from issue", "get issue images", "extract screenshots".
2026-01-05
rust-architect.md
1
1 export rust-architect
2 nanlong from "nanlong/rust-architect"
3 Use when designing or architecting Rust applications, creating comprehensive project documentation, planning async/await patterns, defining domain models with ownership strategies, structuring multi-crate workspaces, or preparing handoff documentation for Director/Implementor AI collaboration
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
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
dap-protocol-guide.md
1
1 export dap-protocol-guide
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Comprehensive guide for working with Debug Adapter Protocol in AIDB
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
visual-assets.md
1
1 export visual-assets
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Create and manage visual assets. Use when creating graphics, icons, or images. Covers asset formats and optimization.
2026-01-05
api-development.md
1
1 export api-development
2 kpiteira from "kpiteira/ktrdr"
3 Use when creating new API endpoints, working with async operations, implementing long-running tasks with progress tracking, adding Pydantic models, or designing request/response schemas.
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
oauth2.md
1
1 export oauth2
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for OAuth 2.0 protocol including authorization flows, grant types, token management, OpenID Connect, security best practices, and implementation patterns. Use this when implementing authentication/authorization, working with OAuth providers, securing APIs, or integrating with third-party services.
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
vue-component-generator.md
1
1 export vue-component-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Generates Vue 3 components using Composition API, TypeScript, proper props definition, and best practices. Use when creating Vue components or building Vue UI.
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
database-design-patterns.md
1
1 export database-design-patterns
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 Database schema design patterns and optimization strategies for relational and NoSQL databases. Use when designing database schemas, optimizing query performance, or implementing data persistence layers at scale.
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
testing.md
1
1 export testing
2 goldbergyoni from "goldbergyoni/frontend-testing-setup"
3 Comprehensive guide for writing tests for React/frontend projects. MUST be read before planning any coding session and during every coding session. Use when planning, writing, verifying, or debugging any type of test.
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
neo-llm-security.md
1
1 export neo-llm-security
2 Cornjebus from "Cornjebus/neo-llm-security"
3 AI security co-pilot for identifying, testing, and fixing vulnerabilities in LLM-powered applications. Use when: (1) Securing LLM applications or agents, (2) Generating security test suites with promptfoo, (3) Testing for prompt injection, jailbreaking, data exfiltration, (4) Hardening system prompts, (5) Compliance mapping for OWASP LLM Top 10, NIST AI RMF, CJIS, SOC2, (6) Threat modeling AI systems, (7) Analyzing security eval results, (8) Research on LLM attack/defense techniques. Triggers: "secure my LLM", "prompt injection", "jailbreak test", "AI security", "red team", "system prompt hardening", "LLM vulnerability", "promptfoo", "OWASP LLM", "AI compliance".
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
research-source-processing.md
1
1 export research-source-processing
2 BellaBe from "BellaBe/ideas-os"
3 Process expert sources (videos, podcasts, articles, books) into structured insights. Use when ingesting new knowledge sources for extraction and analysis.
2026-01-05