Browse Skills

44357 skills found

mcp-server-sse.md
0
1 export mcp-server-sse
2 syeda-hoorain-ali from "syeda-hoorain-ali/claude-code-skills"
3 Creates and configures HTTP with Server-Sent Events Model Context Protocol (MCP) server connections for OpenAI Agents SDK
2026-01-05
edge-function-cors-hardener.md
0
1 export edge-function-cors-hardener
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implementa CORS restrictivo en Edge Functions de Supabase. Usa cuando veas Access-Control-Allow-Origin con *, seguridad de CORS, o tarea 2.2 del PLAN_MEJORAS.md.
2026-01-05
reviewing-component-architecture.md
0
1 export reviewing-component-architecture
2 djankies from "djankies/claude-configs"
3 Review component architecture for React 19 best practices including size, composition, Server/Client boundaries, and anti-patterns. Use when reviewing component design.
2026-01-05
scvelo-complete.md
0
1 export scvelo-complete
2 Ketomihine from "Ketomihine/my_skills"
3 scVelo RNA速度分析工具包 - 100%覆盖文档(78个文件:完整API+教程+动态建模+可视化)
2026-01-05
selection-diversity-validation.md
0
1 export selection-diversity-validation
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 FAIL LOUDLY pattern for selection constraints. Trigger when: (1) correlated stocks selected together, (2) min_crypto_positions ignored, (3) constraints violated silently.
2026-01-05
mfm-hosts.md
0
1 export mfm-hosts
2 blicktz from "blicktz/knowledge_base_repo"
3 Talk to My First Million Hosts about their expertise. My First Million Hosts provides authentic advice using their mental models, core beliefs, and real-world examples.
2026-01-05
update-readme.md
0
1 export update-readme
2 athola from "athola/sanctum"
3 Consolidate README content using language-aware exemplars, internal doc linkage, and reproducible evidence.
2026-01-05
telegram-bot.md
0
1 export telegram-bot
2 olivenet-iot from "olivenet-iot/olivenet-social-bot"
3 Telegram bot komutlari ve handler referansi. Use when working with Telegram bot commands, callbacks, or approval workflows.
2026-01-05
security-review.md
0
1 export security-review
2 violetio from "violetio/violet-ai-plugins"
3 Security review with blocking authority for critical vulnerabilities
2026-01-05
unsee-ability-destroyer.md
0
1 export unsee-ability-destroyer
2 agentgptsmith from "agentgptsmith/MonadFramework"
3 Iteration 22 of Multiplicity Cascade - Makes patterns impossible to unsee
2026-01-05
architecture-patterns.md
0
1 export architecture-patterns
2 miles990 from "miles990/claude-software-skills"
3 Software architecture patterns and best practices
2026-01-05
quadrilateral.md
0
1 export quadrilateral
2 godiemp from "godiemp/math"
3 Create quadrilateral geometry figures with vertices, angles, diagonals, and labels. Use when rendering quadrilaterals in mini-lessons or geometry questions.
2026-01-05
agent-development.md
0
1 export agent-development
2 s-hiraoku from "s-hiraoku/claude-code-harnesses-factory"
3 This skill guides creating autonomous agents for Claude Code plugins using markdown files with YAML frontmatter. Use when building new agents, designing agent system prompts, or configuring agent behavior.
2026-01-05
configuration-env.md
0
1 export configuration-env
2 matt-riley from "matt-riley/mjrwtf"
3 Configure mjr.wtf safely via environment variables and .env files.
2026-01-05
web-artifacts-builder.md
0
1 export web-artifacts-builder
2 GodSpeedAI from "GodSpeedAI/VibesPro"
3 Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
dev.md
0
1 export dev
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "implement a feature", "add functionality", "build a new feature", "fix a non-trivial bug", or needs a structured development workflow. Orchestrates 7-phase workflow with user approval gates and TDD enforcement.
2026-01-05
queue-fix.md
0
1 export queue-fix
2 johannesfritz from "johannesfritz/autonomous-orchestration"
3 Queue bug fixes and hotfixes to the portfolio manager pipeline for background execution. Converts fix requests into HOTFIX plans that execute autonomously, freeing the command line for other tasks. Use when user explicitly requests a fix, reports a bug, or asks to resolve an issue. Asks user whether to queue (default) or execute live.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 shaowei-g from "shaowei-g/codex-skills"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
taxonomy-resolver.md
0
1 export taxonomy-resolver
2 dannon from "dannon/taxonomy-resolver"
3 Resolves ambiguous organism names to precise NCBI taxonomy IDs and scientific names, then recommends appropriate IWC (Intergalactic Workflow Commission) Galaxy workflows for analysis. Use this skill when users provide common names (like "malaria parasite", "E. coli", "mouse"), abbreviated names, or when you need to convert any organism reference to an exact scientific name for API queries. This skill handles disambiguation through conversation, validates taxonomy IDs via NCBI Taxonomy API, provides ENA FASTQ search capabilities, and ALWAYS recommends existing IWC workflows rather than producing custom scripts or analysis steps.
2026-01-05
test-infrastructure.md
0
1 export test-infrastructure
2 elevanaltd from "elevanaltd/hestai-core"
3 Core test infrastructure patterns for monorepo Vitest setup including global configuration, browser API polyfills, mocking patterns, test cleanup, directory structure, and coverage philosophy. Use when setting up Vitest test infrastructure, configuring test environments, implementing test utilities, or establishing test standards. Triggers on: vitest setup, test configuration, test infrastructure setup, test mocking patterns, test cleanup, test standards, monorepo testing.
2026-01-05
sleeptrack-be.md
0
1 export sleeptrack-be
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides comprehensive backend REST API integration for Asleep sleep tracking platform. Use this skill when building server-side applications, API proxies for mobile apps, webhook event handlers, cross-platform backends (React Native, Flutter), analytics dashboards, or multi-tenant sleep tracking systems. Covers authentication, user management, session retrieval, statistics, webhook integration, and production-ready patterns with code examples in Python, Node.js, and curl.
2026-01-05
agent-workflow-advisor.md
0
1 export agent-workflow-advisor
2 inchan from "inchan/cc-skills"
3 Analyzes tasks and recommends the optimal agent pattern from Anthropic's Building Effective Agents. Provides pattern selection guidance based on task complexity, structure, and requirements. Use this as the entry point when unsure which pattern (Sequential, Router, Parallel, Orchestrator, Evaluator) fits your task best.
2026-01-05
python-performance-optimization.md
0
1 export python-performance-optimization
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
2026-01-05
langgraph.md
0
1 export langgraph
2 amite from "amite/personal-triage-agent"
3 LangGraph low-level agent orchestration. Build stateful, durable agents with graphs, persistence, streaming, and human-in-the-loop.
2026-01-05