Browse Skills

18175 skills found

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
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
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
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
replicate.md
0
1 export replicate
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Runs open-source ML models via Replicate API for image generation, LLMs, and audio. Use when calling Stable Diffusion, Llama, Whisper, or other models without infrastructure management.
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
job-fit-analysis.md
0
1 export job-fit-analysis
2 AJBcoding from "AJBcoding/claude-skill-eval"
3 Analyze fit between job requirements and background using lexicons - identifies gaps, develops reframing strategies, creates cover letter plan
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
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
sql-development.md
0
1 export sql-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design efficient database schemas, write optimized queries with proper indexes, and manage data operations following best practices
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
figma-design-extraction.md
0
1 export figma-design-extraction
2 phananhtuan09 from "phananhtuan09/ai-agent-workflow"
3 Complete Figma design extraction for pixel-perfect implementation.Extracts design tokens, component specs, layouts, and responsive behavior systematically.Use when user provides Figma design:- Figma URL or file link provided- User mentions "Figma", "design file", "mockup", or "design system"- During /create-plan phase when design needs extraction- User says "extract from Figma" or references Figma linkExtract systematically:- Design tokens: ALL colors (hex + usage), typography (sizes, weights, line heights), spacing scale, border radius, shadows, opacity values- Components: ALL states (default, hover, active, focus, disabled, loading, error), ALL variants (size/style/intent), exact dimensions, spacing, visual properties- Layouts: page structure, grid systems (columns, gutters), component hierarchy- Responsive: mobile/tablet/desktop differences explicitly documented- Assets: icons (names, sizes), images (dimensions, alt text), illustrationsGoal: Extract ONCE completely during planning phase
2026-01-05
zoltraak.md
0
1 export zoltraak
2 clearclown from "clearclown/claude-code-aida"
3 Zoltraak CLI を使用して要件定義を生成。Use when user mentions 要件定義, requirements, 仕様書, アイデアから, 自然言語から. Do not use for design or implementation.
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
gaming-entertainment.md
0
1 export gaming-entertainment
2 dylantarre from "dylantarre/animation-principles"
3 Use when designing animations for gaming apps, streaming platforms, entertainment portals, or interactive media
2026-01-05
global-conventions.md
0
1 export global-conventions
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Follow development best practices for project organization, version control, documentation, environment configuration, and dependency management to maintain consistency across the team. Use this skill when organizing project files and directory structures, writing or updating README files and documentation, working with git commits and branches, configuring environment variables, managing dependencies in package.json or requirements.txt, or establishing code review processes. Use this skill when working with configuration files, .env files, documentation files, or when setting up CI/CD workflows. Use this skill when implementing feature flags, maintaining changelogs, or establishing team development workflows and contribution guidelines.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 MuhammedAlkhudiry from "MuhammedAlkhudiry/ai-concise-guidelines"
3 UI/UX focused editing for visual changes only. Use for styling, layout, animations, typography, and design system work. No logic changes. Supports ULTRATHINK trigger for deep design analysis.
2026-01-05
sql-optimization-patterns.md
0
1 export sql-optimization-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
2026-01-05