Browse Skills
2849 skills found
web-research.md
2
1
export
web-research
2
from
"DougTrajano/pydantic-ai-skills"
from
"DougTrajano/pydantic-ai-skills"
3
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
2026-01-05
svg-to-tsx.md
2
1
export
svg-to-tsx
2
from
"rfxlamia/ronin"
from
"rfxlamia/ronin"
3
Converts SVG code to production-ready React TSX components with TypeScript types, proper attribute transformation, size props, and accessibility support. Use when converting SVG markup into reusable React icon components for icon systems, UI libraries, or application components.
2026-01-05
claude-history.md
2
1
export
claude-history
2
from
"kvsankar/claude-history"
from
"kvsankar/claude-history"
3
Search and analyze Claude Code conversation history. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".
2026-01-05
tanstack-start.md
2
1
export
tanstack-start
2
from
"ferdousbhai/cloud-fullstack-skills"
from
"ferdousbhai/cloud-fullstack-skills"
3
TanStack Start full-stack React framework. Use for: server functions with createServerFn, TanStack Router file-based routing, TanStack Query SSR integration, Cloudflare Workers deployment.
2026-01-05
github-ecosystem.md
2
1
export
github-ecosystem
2
from
"zircote/.claude"
from
"zircote/.claude"
3
Generate comprehensive GitHub ecosystem configuration including CI/CD workflows, issue templates, PR templates, CODEOWNERS, dependabot, and Copilot instructions. Language-agnostic with Python, Go, and TypeScript support. Auto-detects project language from pyproject.toml, go.mod, or package.json. Use when setting up GitHub repos, adding CI/CD pipelines, creating issue/PR templates, configuring dependabot, adding CODEOWNERS, setting up Copilot instructions, or enhancing existing projects with GitHub tooling. Works on new or existing repositories with smart merging.
2026-01-05
plan.md
2
1
export
plan
2
from
"akiojin/gwt"
from
"akiojin/gwt"
3
Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
2026-01-05
minecraft-fabric-dev.md
2
1
export
minecraft-fabric-dev
2
from
"MCDxAI/meteor-client-webgui"
from
"MCDxAI/meteor-client-webgui"
3
Comprehensive guidance for Minecraft mod development with Fabric, including porting from other mod loaders (Forge, NeoForge). Integrates MCP servers for decompilation, documentation access, and mixin validation. Use when developing Fabric mods, porting from Forge, or working with Minecraft source code.
2026-01-05
codex-collaboration.md
2
1
export
codex-collaboration
2
from
"xbpk3t/dotfiles"
from
"xbpk3t/dotfiles"
3
管理与Codex的协作流程,包括深度分析、复杂逻辑设计、代码审查等。当任务需要深度推理、>10行核心逻辑设计或质量审查时使用。
2026-01-05
chrome-automation.md
2
1
export
chrome-automation
2
from
"cevatkerim/claude-skills"
from
"cevatkerim/claude-skills"
3
Launch and control Chrome with AT-SPI2 accessibility for browser automation. Use when asked to start chrome, open browser, launch chrome, begin browser automation, or control web pages.
2026-01-05
bellog-theme.md
2
1
export
bellog-theme
2
from
"whddltjdwhd/bellog"
from
"whddltjdwhd/bellog"
3
Provides theme integration guidelines and CSS variable usage patterns for the Bellog blog. Triggers when creating styled components or working with colors.
2026-01-05
coverport-integration.md
2
1
export
coverport-integration
2
from
"konflux-ci/coverport"
from
"konflux-ci/coverport"
3
Integrate coverport into Go repositories with Tekton pipelines to enable e2e test coverage collection and upload to Codecov. Use this skill when users ask to integrate coverport, add e2e coverage tracking, or set up coverage instrumentation for Go projects.
2026-01-05
conversation-search.md
2
1
export
conversation-search
2
from
"akatz-ai/cc-conversation-search"
from
"akatz-ai/cc-conversation-search"
3
Find and resume Claude Code conversations by searching topics or filtering by date. Returns session IDs and project paths for easy resumption via 'claude --resume'. Use when user asks "find that conversation about X", "what did we discuss", "what did we work on yesterday", "summarize today's work", "show this week's conversations", "recent projects we accomplished", or wants to locate past work by topic, date, or time period (yesterday, today, last week, specific dates).
2026-01-05
standards-backend.md
2
1
export
standards-backend
2
from
"korallis/Amp-OS"
from
"korallis/Amp-OS"
3
Backend standards for modern TypeScript applications covering Convex, Supabase, Drizzle ORM, Stripe, tRPC, and API design patterns. Load when implementing server-side code, database schemas, or API endpoints.
2026-01-05
type-project-organization.md
2
1
export
type-project-organization
2
from
"ruan-cat/11comm"
from
"ruan-cat/11comm"
3
规范类型项目(apps/type)的代码组织方式、导出语法和文件结构。用于解决类型导出冲突、创建统一导出入口、处理重复导出等问题。适用于类型项目开发、类型错误修复、代码规范实施场景。在处理类型项目的代码写法时,请使用本技能。
2026-01-05
papi.md
2
1
export
papi
2
from
"hummat/paperpipe"
from
"hummat/paperpipe"
3
Help with paper references using paperpipe (papi). Use when user asks about papers, wants to verify code against a paper, needs paper context for implementation, or asks about equations/methods from literature.
2026-01-05
code-standards.md
2
1
export
code-standards
2
from
"ItamarZand88/claude-code-agentic-engineering"
from
"ItamarZand88/claude-code-agentic-engineering"
3
Extract and maintain company-specific coding best practices from PR review comments. Use when the user requests to analyze PR comments from a repository to generate best practices documentation, or when implementing features and needs to reference established coding standards. Triggers include requests like "analyze PR comments and create best practices", "extract coding standards from repo X", or "check if this code follows our best practices".
2026-01-05
react-to-taro.md
2
1
export
react-to-taro
2
from
"dafang/taro-weapp-plugin"
from
"dafang/taro-weapp-plugin"
3
Transpile React Web applications (v18+) into Taro 4.x code optimized for WeChat Mini Program. Use this skill when converting React components, pages, or utilities to Taro-compatible code with proper JSX element mapping, event handler transformation, navigation/routing conversion, and API shim layer.
2026-01-05
feature-orchestrator.md
2
1
export
feature-orchestrator
2
from
"dougwithseismic/dotoro-ads"
from
"dougwithseismic/dotoro-ads"
3
Multi-feature autonomous builder. Takes a list of features, generates TODO docs in parallel, detects dependencies, creates a master tracking doc, then executes each feature through TDD → Code Review → PR Review workflow. Designed for long autonomous sessions with self-continuation. Use when building multiple related features or a complete project phase.
2026-01-05
tdd-cycle.md
2
1
export
tdd-cycle
2
from
"Fortiz2305/dotfiles"
from
"Fortiz2305/dotfiles"
3
Use when implementing any feature or bugfix, before writing implementation code. Execute strict Red-Green-Refactor TDD cycle following industry testing standards. Write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first.
2026-01-05
mcpgraphtoolkit.md
2
1
export
mcpgraphtoolkit
2
from
"TeamSparkAI/mcpGraph"
from
"TeamSparkAI/mcpGraph"
3
Build, test, and manage mcpGraph tools using the mcpGraphToolkit MCP server. Discover MCP servers and tools, construct graph nodes with JSONata and JSON Logic, and interact with mcpGraph configurations. IMPORTANT: Always read this file before creating graph tools using mcpGraphToolkit.
2026-01-05
tmdb-integration.md
2
1
export
tmdb-integration
2
from
"giolaq/Multi-TV-dev-power"
from
"giolaq/Multi-TV-dev-power"
3
TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-01-05
data-processor.md
2
1
export
data-processor
2
from
"ArtemisAI/code-execution-with-MCP"
from
"ArtemisAI/code-execution-with-MCP"
3
Process and transform arrays of data with common operations like filtering, mapping, and aggregation
2026-01-05
technical-writing.md
2
1
export
technical-writing
2
from
"mkobit/dotfiles"
from
"mkobit/dotfiles"
3
Enforces ventilated prose and concise technical writing standards when the user is writing or editing standalone documentation files (e.g., Markdown, AsciiDoc). This skill should not be used for code documentation or docstrings.
2026-01-05
hug-scm-repository-analysis.md
2
1
export
hug-scm-repository-analysis
2
from
"elifarley/hug-scm"
from
"elifarley/hug-scm"
3
Expert-level Git repository investigation using Hug SCM tools for understanding code evolution, tracking down bugs, analyzing changes, and managing development workflows
2026-01-05