Browse Skills

17720 skills found

whisper-lolo-audio-ingest.md
0
1 export whisper-lolo-audio-ingest
2 Lofp34 from "Lofp34/whisper-lolo"
3 Build or modify the browser-side recording and upload pipeline for whisper-lolo. Use when implementing MediaRecorder + IndexedDB chunking, assembling audio blobs, or configuring Vercel Blob client uploads with progress and callbacks.
2026-01-05
mobile-devops.md
0
1 export mobile-devops
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive mobile DevOps workflow that orchestrates mobile application development, CI/CD for mobile, app store deployment, and mobile device testing. Handles everything from mobile app build automation and testing to app store submission, monitoring, and mobile-specific DevOps practices.
2026-01-05
shopify-section-patterns.md
0
1 export shopify-section-patterns
2 sarojpunde from "sarojpunde/shopify-dev-toolkit-claude-plugins"
3 Best practices for creating Shopify 2.0 sections with inline CSS and JavaScript
2026-01-05
nextjs-data-fetching-and-caching.md
0
1 export nextjs-data-fetching-and-caching
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill whenever the user wants to design, refactor, or optimize data fetching and caching in a Next.js (App Router) + TypeScript project, including server components, route handlers, server actions, cache modes, revalidation, and selective client-side fetching.
2026-01-05
browser-dev-tools.md
0
1 export browser-dev-tools
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when working with browser-rendered artifacts (i.e. Bun, React/React Native) to proactively validate that development work on localhost is being built appropriately and to support debugging browser-rendered content. Use this skill after making frontend changes to verify the output visually.
2026-01-05
begin-session.md
0
1 export begin-session
2 eyeinthesky6 from "eyeinthesky6/SkillKit"
3 Start development session with diagnostics, context loading, and intelligent task menu
2026-01-05
new-workflow.md
0
1 export new-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate production-ready Workscript workflow JSON files for the Workscript Agentic Workflow Engine with built-in defensive guards and complexity detection. Use when asked to create workflows, automations, data pipelines, or generate workflow JSON. IMPORTANT - For complex requests that would result in deeply nested or overly complex workflows, this skill will STOP and suggest developing new custom nodes first using /new-node, then return to create a simpler, more linear workflow. All generated workflows include data validation (validateData node) for structured JSON outputs, input guards, array length checks, and error handling edges. Fetches up-to-date node documentation from the Reflection API when available. Outputs validated .json files to the sandbox prompts folder. Also suitable for Claude Code subagents needing to compose workflows programmatically.
2026-01-05
concurrency-async.md
0
1 export concurrency-async
2 TakumiOkayasu from "TakumiOkayasu/dotfile-work"
3 並行処理や非同期操作を実装する際に使用。
2026-01-05
hono-ipc-routes.md
0
1 export hono-ipc-routes
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement type-safe IPC communication in Electron using Hono RPC. Use when creating API routes between main and renderer processes, setting up typed clients, or implementing request/response IPC patterns. Provides HTTP-like semantics over Electron IPC.
2026-01-05
orchestrator-workflow.md
0
1 export orchestrator-workflow
2 RoM4iK from "RoM4iK/tinker-public"
3 Coordinates agent assignments, validates merge states, and manages ticket lifecycle.
2026-01-05
celery.md
0
1 export celery
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.
2026-01-05
n8n-workflow-builder.md
0
1 export n8n-workflow-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build n8n automation workflows using MCP tools. Use when creating workflows, configuring nodes, validating configurations, deploying templates, or integrating n8n with Rails apps. Supports Israeli market (Hebrew, WhatsApp Business, NIS payments).
2026-01-05
slide-gen-assembly.md
0
1 export slide-gen-assembly
2 davistroy from "davistroy/slide-generator"
3 Brand-specific PowerPoint building with python-pptx. Supports multiple templates, custom layouts, and programmatic slide generation.
2026-01-05
command-generator.md
0
1 export command-generator
2 RevTechStudio from "RevTechStudio/rts-plugins"
3 エージェントとスキルの組み合わせから、Commandのマークダウンファイルを生成する。コマンド作成時、スラッシュコマンド定義時、またはユーザーがCommand生成、スラッシュコマンド、コマンド定義、実行フローに言及した際に使用する。
2026-01-05
competitive-watch.md
0
1 export competitive-watch
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Weekly competition scan. Detects if competitors have emerged that could invalidate the project. Run WEEKLY during development.
2026-01-05
schemalinter.md
0
1 export schemalinter
2 chrislyons from "chrislyons/carbon-acx"
3 Validate and lint structured data files (YAML, JSON, TOML) for consistency, required fields, syntax errors, and schema compliance.
2026-01-05
r2.md
0
1 export r2
2 sapoepsilon from "sapoepsilon/dotfiles"
3 Manage Cloudflare R2 object storage buckets and objects using Wrangler CLI. Use when working with R2 buckets, uploading/downloading files, configuring custom domains, CORS, lifecycle policies, or managing R2 storage. Trigger keywords: R2, bucket, object storage, Cloudflare storage, wrangler r2.
2026-01-05
playwright-e2e-testing.md
0
1 export playwright-e2e-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write end-to-end tests with Playwright for web applications. Includes fixtures, page objects, test templates, visual regression testing, and accessibility audits.
2026-01-05
jelly-playwright.md
0
1 export jelly-playwright
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Playwright 기반 브라우저 자동화 및 E2E 테스트 스킬. CLI 명령어와 재사용 가능한 스크립트로 브라우저 작업 수행. 스크린샷 캡처, 웹 스크래핑, 폼 자동화, E2E 테스트 지원.
2026-01-05
typescript-author.md
0
1 export typescript-author
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write TypeScript for Web Components and Node.js with strict typing. Use when adding types to JavaScript projects, building type-safe APIs, or creating generic utilities.
2026-01-05
workflow-automation-n8n.md
0
1 export workflow-automation-n8n
2 taiyousan15 from "taiyousan15/taisun_agent"
3 n8nで業務フローを設計・実装する。トリガー→処理→例外→通知まで一気通貫で提案する時に使う。
2026-01-05
managing-branches.md
0
1 export managing-branches
2 1gy from "1gy/jpp"
3 Investigates and creates Git branches. Triggered when: branch status check, new branch creation, branch-related errors.
2026-01-05
purify.md
0
1 export purify
2 manutej from "manutej/fstar-labs"
3 Master the Purify library for practical functional programming in TypeScript with algebraic data types (Maybe, Either, EitherAsync, MaybeAsync), composable error handling, data transformations, Codec for runtime type safety, List operations, Tuple utilities, and functional patterns. Use when working with Purify's Maybe/Either types, async error handling with EitherAsync/MaybeAsync, runtime validation with Codecs, or building practical functional TypeScript applications with cleaner syntax than fp-ts.
2026-01-05
learning-help-system.md
0
1 export learning-help-system
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design context-sensitive help systems, tooltips, onboarding flows, and support documentation for learning platforms. Use for user assistance. Activates on "help system", "user assistance", "onboarding", or "contextual help".
2026-01-05