Browse Skills

17720 skills found

cloudflare-browser-rendering.md
0
1 export cloudflare-browser-rendering
2 akornmeier from "akornmeier/claude-config"
3 Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)
2026-01-05
configuring-tailwind-v4.md
0
1 export configuring-tailwind-v4
2 djankies from "djankies/claude-configs"
3 Configure Tailwind CSS v4 using Vite plugin, PostCSS, or CLI with CSS-first configuration via @import and @theme directives. Use when setting up new projects or migrating build tools.
2026-01-05
secretary-orchestrator.md
0
1 export secretary-orchestrator
2 omerreish-lgtm from "omerreish-lgtm/secretary-system"
3 Orchestrate project work: detect intent, run ADD checkpoints, and coordinate project-brief, task-engine, delegation-advisor, and project-logger.
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
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
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
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
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
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
agent-builder.md
0
1 export agent-builder
2 NangoHQ from "NangoHQ/ai-ide-prompts"
3 Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.
2026-01-05
supabase-bootstrap.md
0
1 export supabase-bootstrap
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Bootstrap toolkit for new Supabase projects. Use when: (1) Setting up a new Supabase project, (2) Configuring sqlfluff for SQL formatting, (3) Setting up mise task runner, (4) Configuring MCP server for schema access, (5) Initializing project structure
2026-01-05
generate-readme.md
0
1 export generate-readme
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate/update project README by scanning all plugins and tools. Use when user asks to "生成 README", "更新 README", "generate README", "update README".
2026-01-05
jira-ticket-creator.md
0
1 export jira-ticket-creator
2 alexismanuel from "alexismanuel/dotfiles"
3 This skill should be used when users need to create Jira tickets for the RD (Research & Development) project. It supports creating features, bugs, and tasks with proper field mapping including assignee, team, sprint, and state. The skill uses Jira CLI commands and provides templates for different ticket types.
2026-01-05
git-workflow-helper.md
0
1 export git-workflow-helper
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for Git workflows, troubleshooting, and best practices
2026-01-05
estrutura-paginas.md
0
1 export estrutura-paginas
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define a estrutura padrão para páginas individuais de cartas Pokémon TCG. Use quando criar novas páginas de carta, organizar layout de perícia, ou o usuário mencionar estrutura de página, layout de carta, ou template de carta.
2026-01-05
react-frontend-spa.md
0
1 export react-frontend-spa
2 Higashi-Masafumi from "Higashi-Masafumi/ai-coding-template"
3 ReactでSPAフロントエンドを実装・改修するためのガイド。バックエンド分離前提でNext.jsやサーバーサイド機能に依存せず、React Router中心のクライアント実装を行う時に使う。認証はAuthProviderとuseAuthカスタムフックで統一し、OpenAPIからorvalまたはopenapi-typescriptで型/クライアントを生成して利用する。ESLint+Prettier、zod、shadcn/ui、デザイントークン(CSS変数/Tailwindテーマ)を前提にする場合に適用する。ディレクトリ構成はmodules/components/hooks/providers/servicesなどの直感的な命名で複雑化に耐える構成にする。
2026-01-05
plans-handler.md
0
1 export plans-handler
2 AayushBaniya2006 from "AayushBaniya2006/blinkfund"
3 Manage subscription plans, pricing, and quotas. Use when adding plan features, updating limits, or building pricing pages.
2026-01-05
husky-hooks-generator.md
0
1 export husky-hooks-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Husky Git hooks for pre-commit, pre-push, and commit-msg automation. Triggers on "create husky hooks", "generate git hooks", "husky setup", "pre-commit hooks".
2026-01-05
git-workflow.md
0
1 export git-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git branch management, commits, pull requests, and IJACK Roadmap project board integration. Use when creating feature branches, committing code, creating pull requests, managing git workflows, or adding issues to the IJACK Roadmap project board.
2026-01-05
developing-nextjs.md
0
1 export developing-nextjs
2 duksosleepy from "duksosleepy/lug-front"
3 Use this skill when developing Next.js 16+ applications - creating pages, components, layouts, API routes, implementing proxy.ts, adding caching with Cache Components, or refactoring frontend code. This includes working with App Router patterns, Server Components, Server Actions, React 19+ features, and Tailwind CSS v4.
2026-01-05
bug-fixer-diagnostic.md
0
1 export bug-fixer-diagnostic
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Advanced diagnostic workflow for bug-fixer agent with mandatory Context7 MCP consultations, Chrome DevTools MCP integration, and systematic root cause analysis across all Clean Architecture layers.
2026-01-05