Browse Skills

44915 skills found

capacity.md
0
1 export capacity
2 thoreinstein from "thoreinstein/opencode-config"
3 Analyze service capacity, load patterns, and scaling requirements
2026-01-05
tech-stack.md
0
1 export tech-stack
2 amattas from "amattas/agentic-coding"
3 Describes the primary technologies, frameworks, libraries, and language conventions used in this codebase.
2026-01-05
tib-report.md
0
1 export tib-report
2 Ninjasenap from "Ninjasenap/AIDA"
3 Create TIB (Tjänsteperson i Beredskap) incident reports. Auto-triggers on phrases like "skapa TIB-rapport", "ny händelserapport", "TIB report", "dokumentera händelse".
2026-01-05
tech-stack-analyzer.md
0
1 export tech-stack-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Delegates tech stack detection to a lightweight agent. Use when you need to know the project's language, frameworks, or dependencies without loading manifest files into context.
2026-01-05
domain-expert.md
0
1 export domain-expert
2 ryu-qqq from "ryu-qqq/setof-commerce"
3 Domain Layer 전문가. DDD Aggregate Root 설계, VO 불변 객체, Domain Event, Domain Exception 구현. Law of Demeter 적용, Tell Don't Ask 패턴 강제. Lombok 금지, Setter 금지, 외부 의존성 금지.
2026-01-05
moai-lang-java.md
0
1 export moai-lang-java
2 kivo360 from "kivo360/quickhooks"
3 Java best practices with Spring ecosystem, enterprise backend development, and JVM optimization for 2025
2026-01-05
project-setup.md
0
1 export project-setup
2 score-ra from "score-ra/network-tools"
3 Automates new project setup from the software-dev-project-template including customization, documentation generation, and initial sprint planning
2026-01-05
api-contracts-and-zod-validation.md
0
1 export api-contracts-and-zod-validation
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 Generate Zod schemas and TypeScript types for forms, API routes, and Server Actions with runtime validation. Use this skill when creating API contracts, validating request/response payloads, generating form schemas, adding input validation to Server Actions or route handlers, or ensuring type safety across client-server boundaries. Trigger terms include zod, schema, validation, API contract, form validation, type inference, runtime validation, parse, safeParse, input validation, request validation, Server Action validation.
2026-01-05
visual-essay-invocation.md
0
1 export visual-essay-invocation
2 EsyResearch from "EsyResearch/home.esy.com"
3 Generate comprehensive invocation documents for scroll-driven visual essays. Use when the user wants to create a visual essay, immersive explainer, interactive documentary, scroll-driven narrative, or cinematic web experience. Produces detailed specifications including scroll-lock animations, parallax systems, chapter architecture, figure profiles, design systems, and implementation checklists. Supports both photorealistic (archival photography) and illustrated (SVG/generative) visual treatments.
2026-01-05
cookbook-audit.md
0
1 export cookbook-audit
2 aRustyDev from "aRustyDev/dotfiles"
3 Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.
2026-01-05
intercom.md
0
1 export intercom
2 vm0-ai from "vm0-ai/api0"
3 Intercom REST API for managing customer conversations, contacts, messages, and support tickets. Use this skill to send messages, manage contacts, handle conversations, and access help center content.
2026-01-05
react-server-components-framework.md
0
1 export react-server-components-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, React 19 patterns, and modern data fetching for 2025+ development.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 wodsmith from "wodsmith/thewodapp"
3 Guide for creating effective skills using TypeScript/Bun scripts (Windows-compatible). Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
typst-korean.md
0
1 export typst-korean
2 hyeok8055 from "hyeok8055/hyeok-plugins"
3 Typst 문서 작성을 도와줍니다. 프리텐다드(Pretendard) 폰트를 기본으로 설정하고 한글 문서에 적합한 설정을 안내합니다. Typst 문법, 폰트 설정, 페이지 레이아웃 관련 질문에 사용합니다.
2026-01-05
game-designer.md
0
1 export game-designer
2 LuluFur from "LuluFur/p5-web-games"
3 Provides game design advice for tower defense balance, enemy stats, tower abilities, progression curves, and difficulty tuning. Use when designing new enemies, towers, waves, or asking about game balance, difficulty, or player psychology.
2026-01-05
peer-review.md
0
1 export peer-review
2 braselog from "braselog/researchAssistant"
3 Systematic peer review and self-evaluation toolkit. Evaluate methodology, statistics, experimental design, reproducibility, ethics, and reporting standards. Use during the REVIEW phase to assess manuscript quality before submission, or when reviewing others' work.
2026-01-05
medium-300-500ms.md
0
1 export medium-300-500ms
2 dylantarre from "dylantarre/animation-principles"
3 Use when building standard animations between 300-500ms - page transitions, significant UI changes, animated illustrations that need clear communication
2026-01-05
cloudflare-worker-base.md
0
1 export cloudflare-worker-base
2 jackspace from "jackspace/ClaudeSkillz"
3 Production-tested setup for Cloudflare Workers with Hono, Vite, and Static Assets.Use when: creating new Cloudflare Workers projects, setting up Hono routing with Workers,configuring Vite plugin for Workers, adding Static Assets to Workers, deploying with Wrangler,or encountering deployment errors, routing conflicts, or HMR crashes.Prevents 6 documented issues: export syntax errors, Static Assets routing conflicts,scheduled handler errors, HMR race conditions, upload race conditions, and Service Workerformat confusion.Keywords: Cloudflare Workers, CF Workers, Hono, wrangler, Vite, Static Assets, @cloudflare/vite-plugin,wrangler.jsonc, ES Module, run_worker_first, SPA fallback, API routes, serverless, edge computing,"Cannot read properties of undefined", "Static Assets 404", "A hanging Promise was canceled","Handler does not export", deployment fails, routing not working, HMR crashes
2026-01-05
app-docker-deploy-with-traefik.md
0
1 export app-docker-deploy-with-traefik
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Docker and Traefik deployment configurations for any application (Node.js, Python, Go, Rust, Java). Creates Dockerfile, docker-compose.yml, docker-compose.for-traefik.yml overlay, and .env.sample with production best practices. Use when: dockerize app, containerize, add Docker, deploy with Traefik, reverse proxy setup, HTTPS/SSL, Let's Encrypt certificates, production deployment, docker-compose setup. Requires: Docker, docker-compose.
2026-01-05
ant-orient.md
0
1 export ant-orient
2 fourcolors from "fourcolors/antmachine"
3 Use when you need to think before acting. Triggers: vague goals, multiplepossible approaches, need to evaluate options, "how should we", "what areour options", "think through", "brainstorm", "plan". Do NOT use forgathering facts (ant-observe) or executing (ant-act).
2026-01-05
kubernetes.md
0
1 export kubernetes
2 DaichiHoshina from "DaichiHoshina/ai-tools"
3 Kubernetes設計・運用 - デプロイメント、スケーリング、ネットワーキング、セキュリティ
2026-01-05
worldcrafter-feature-builder.md
0
1 export worldcrafter-feature-builder
2 hopeoverture from "hopeoverture/worldcrafter-v2"
3 Build complete features with Server Actions, forms, Zod validation, database CRUD operations, and comprehensive tests. Use when user requests "add a feature", "build a [feature]", "create [feature] with forms", or needs end-to-end implementation with validation and testing. Scaffolds pages, actions, schemas, loading/error states, and unit/integration/E2E tests. Supports multi-step wizards, image uploads, markdown editing, custom JSON attributes, and relationship management. Do NOT use for simple static pages (use worldcrafter-route-creator), database-only changes (use worldcrafter-database-setup), testing existing code (use worldcrafter-test-generator), or auth-only additions (use worldcrafter-auth-guard).
2026-01-05
raisonnement-juridique.md
0
1 export raisonnement-juridique
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Modélise le raisonnement juridique d'un magistrat français pour l'analyse de dossiers civils. Utiliser ce skill pour analyser un litige et identifier les questions juridiques, construire un raisonnement juridique structuré (syllogisme), rédiger une motivation de jugement civil, rechercher la jurisprudence et les textes applicables via Judilibre et Légifrance, qualifier juridiquement des faits et actes, distinguer prétentions, moyens et arguments. Basé sur les Fiches méthodologiques de rédaction du jugement civil (ENM/Cour de cassation, 2023).
2026-01-05
robot-simulation-setup.md
0
1 export robot-simulation-setup
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Generate production-quality Python code for robot simulations that run in Pyodide (browser).Supports simplified physics simulations using NumPy, Matplotlib, and basic physics calculations.Creates educational code for teaching robot kinematics, dynamics, and control without requiringheavy simulation engines (PyBullet/MuJoCo/Gazebo are not Pyodide-compatible).Focuses on 2D/3D visualizations, kinematic chains, and simplified dynamics for educational purposes.
2026-01-05