Browse Skills
18175 skills found
turbopack.md
0
1
export
turbopack
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Configures Turbopack as the default Rust-based bundler for Next.js with incremental compilation and webpack loader compatibility. Use when optimizing Next.js development builds, migrating from webpack, or configuring custom loaders.
2026-01-05
ds-verify.md
0
1
export
ds-verify
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "verify reproducibility", "confirm the results", "prove it's reproducible", or as Phase 5 of the /ds workflow before claiming completion. Checks reproducibility and requires user acceptance.
2026-01-05
yarb-branding.md
0
1
export
yarb-branding
2
from
"AhamSammich/yarb"
from
"AhamSammich/yarb"
3
Apply yarb brand voice and tone when writing UI copy, documentation, error messages,or any user-facing text. Use this skill when asked to "write copy", "update messaging","make it sound like yarb", "apply branding", or when creating new UI components.
2026-01-05
clojure-core-async-flow.md
0
1
export
clojure-core-async-flow
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
core.async.flow provides a declarative framework for building process flows with strict separation of application logic from topology, execution, and lifecycle management. Use when building multi-process systems, data pipelines, or when you need coordinated lifecycle management and error handling across communicating processes.
2026-01-05
whisper-lolo-audio-ingest.md
0
1
export
whisper-lolo-audio-ingest
2
from
"Lofp34/whisper-lolo"
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
nockapp-api-design.md
0
1
export
nockapp-api-design
2
from
"mjohngreene/ZKvsAI"
from
"mjohngreene/ZKvsAI"
3
Design new API endpoints following the Hoon-Rust-HTTP pattern used in this NockApp. Use when adding endpoints, modifying SNARK structure, extending the API, or implementing new features.
2026-01-05
mobile-devops.md
0
1
export
mobile-devops
2
from
"majiayu000/claude-skill-registry"
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
api-review.md
0
1
export
api-review
2
from
"athola/pensive"
from
"athola/pensive"
3
Evaluate API surfaces against internal guidelines and external examples in any language.
2026-01-05
senior-prompt-engineer.md
0
1
export
senior-prompt-engineer
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. Includes RAG optimization, agent design, and LLM system architecture. Use when building AI products, optimizing LLM performance, designing agentic systems, or implementing advanced prompting techniques.
2026-01-05
nextjs-data-fetching-and-caching.md
0
1
export
nextjs-data-fetching-and-caching
2
from
"AgentiveCity/SkillFactory"
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
from
"majiayu000/claude-skill-registry"
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
new-workflow.md
0
1
export
new-workflow
2
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"PolicyEngine/policyengine-claude"
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
from
"davistroy/slide-generator"
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
from
"chrislyons/carbon-acx"
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
from
"majiayu000/claude-skill-registry"
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
from
"mgd34msu/goodvibes-plugin"
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
from
"majiayu000/claude-skill-registry"
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
from
"AJBcoding/claude-skill-eval"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"manutej/fstar-labs"
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
from
"majiayu000/claude-skill-registry"
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