Browse Skills

20307 skills found

child-agent-ops.md
0
1 export child-agent-ops
2 A-Genno from "A-Genno/Polaris"
3 子エージェントの起動・指示・報告・安全運用を標準化するスキル。codex でのタスク分解、確認判断、チェックリスト、テンプレートを提供し、リーダー/実装/レビュー各エージェントが迷わず動けるようにする。
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
codex-test-skill.md
0
1 export codex-test-skill
2 cortesi from "cortesi/skills"
3 A test local skill for Codex. Use when testing Codex-specific local skills.
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
checking-breaking-changes-in-php-framework.md
0
1 export checking-breaking-changes-in-php-framework
2 Seika139 from "Seika139/dotfiles"
3 外部公開を想定したphpフレームワークのコードレビューをする際に、破壊的変更(breaking change)の有無を確認し、破壊的変更がある場合は適切に処理されているかをチェックするスキルです。
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
policyengine-user-guide.md
0
1 export policyengine-user-guide
2 PolicyEngine from "PolicyEngine/policyengine-claude"
3 Using PolicyEngine web apps to analyze tax and benefit policy impacts - for users of policyengine.org
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
mova-skill-file-cleanup-snapshot-node-basic-wrapper.md
0
1 export mova-skill-file-cleanup-snapshot-node-basic-wrapper
2 Leryk1981 from "Leryk1981/mova_wf_cycle"
3 Scans a filesystem target and produces ds.file_cleanup_snapshot_v1 (no deletions). Input: env.file_cleanup_snapshot_request_v1.
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
ddd-clean-architecture.md
0
1 export ddd-clean-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement domain-driven design (DDD) and clean architecture patterns in ASP.NET Core Web APIs. Use this skill when building or refactoring backend services that need strategic domain modeling, tactical DDD patterns (entities, value objects, aggregates, domain events, repositories), and clean architecture layers (domain, application, infrastructure, presentation). Follows principles from Eric Evans' "Domain-Driven Design" and Robert C. Martin's "Clean Architecture".
2026-01-05
pdf-ipc.md
0
1 export pdf-ipc
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when implementing IPC (Inter-Process Communication) channels for PDF operations in Electron. Triggers on requests to create PDF merge, edit, or convert functionality, implement preload APIs, or set up Main-Renderer communication for file operations.
2026-01-05
turn-this-feature-into-a-blog-post.md
0
1 export turn-this-feature-into-a-blog-post
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generates a technical blog post from code implementation. Use when asked to write a blog post about a feature, explain an implementation for a blog, document code as a blog article, or create technical content from source code. Triggers on phrases like "write a blog post about", "turn this into a blog", "create a technical article", or "explain this for a blog".
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
python-expert.md
0
1 export python-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use for Python development requiring async programming, type system expertise, testing patterns, or performance optimization.
2026-01-05
typo3-extension-upgrade.md
0
1 export typo3-extension-upgrade
2 netresearch from "netresearch/typo3-extension-upgrade-skill"
3 Agent Skill: Systematic TYPO3 extension upgrades to newer LTS versions. Covers Extension Scanner, Rector, Fractor, PHPStan, and testing. Use when upgrading extensions to newer TYPO3 versions or fixing compatibility issues. By Netresearch.
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
testing-test-writing.md
0
1 export testing-test-writing
2 overtimepog from "overtimepog/AgentTheo"
3 Write strategic, focused tests for critical user flows and core functionality using modern testing frameworks, focusing on behavior over implementation. Use this skill when creating test files, writing unit tests, integration tests, or end-to-end tests in test directories (tests/, __tests__, spec/, *.test.js, *.spec.py). Apply this skill when testing core user workflows and business-critical features, implementing test-driven development (TDD) with red-green-refactor cycles, mocking external dependencies for isolated unit tests, using clear descriptive test names that explain expected behavior, following arrange-act-assert patterns, and ensuring tests run fast and independently. This skill prioritizes testing what matters most (primary user flows) while deferring edge cases and non-critical paths until later, emphasizes behavior testing over implementation details to reduce brittleness, and uses modern frameworks like Jest, Playwright, Cypress, pytest, RSpec, or Testing Library for reliable, maintainable test
2026-01-05
java-reviewer.md
0
1 export java-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Java code review, Java idioms, exception handling, collections, streams, Java 17+ featuresWHAT: Exception patterns + resource management + null safety + stream usage + modern Java featuresWHEN NOT: Spring specific → spring-boot-reviewer, Android → kotlin-android-reviewer, Kotlin → kotlin-spring-reviewer
2026-01-05
skill-creator.md
0
1 export skill-creator
2 sidsarasvati from "sidsarasvati/dotfiles"
3 Use when creating, designing, or building Claude Code skills. Auto-activates for "create a skill", "build a skill", "skill for X", or "make this into a skill". Provides complete 6-step creation protocol, embedded Anthropic documentation, working examples, and templates. Never need to fetch external docs again.
2026-01-05
golang-testing-strategies.md
0
1 export golang-testing-strategies
2 bobmatnyc from "bobmatnyc/termpilot"
3 Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration. Use when writing test suites, setting up testing infrastructure, or ensuring code quality.
2026-01-05
frontend-design-assistant.md
0
1 export frontend-design-assistant
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Frontend design assistant for users with zero/low-code background. This skill should be used when users request creating web interfaces, landing pages, dashboards, or any frontend UI; when users ask about frontend terminology, design elements, or architecture concepts; when users want to understand CSS, layout, typography, or color choices. Emphasizes distinctive aesthetics over generic AI-generated designs, teaches concepts in context, and adapts to user skill level (pure HTML/CSS or React/Vue).
2026-01-05
ui-ux-designer.md
0
1 export ui-ux-designer
2 JKKN-Institutions from "JKKN-Institutions/Kenavo"
3 This skill should be used when users request UI/UX design work, component creation, page layouts, wireframes, or design system implementation for Next.js applications using Tailwind CSS with a custom brand color palette (cream
2026-01-05