Browse Skills

17720 skills found

microsim-generator.md
0
1 export microsim-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates interactive educational MicroSims using the best-matched JavaScript library (p5.js, Chart.js, Plotly, Mermaid, vis-network, vis-timeline, Leaflet, Venn.js). Analyzes user requirements to route to the appropriate visualization type and generates complete MicroSim packages with HTML, JavaScript, CSS, documentation, and metadata.
2026-01-05
frontend-design-standards.md
0
1 export frontend-design-standards
2 infiniV from "infiniV/secret-ingredients"
3 Use when generating React/TypeScript UI components, forms, layouts, or pages - prevents generic AI aesthetic, enforces accessibility, semantic HTML, theme compliance, minimum text sizes, proper states, and brand differentiation
2026-01-05
check-accessibility.md
0
1 export check-accessibility
2 saintgo7 from "saintgo7/app-hospital-yoyang"
3 CareMatch 컴포넌트 접근성 검사. 50-70세 고령층을 위한 접근성 가이드라인 준수 여부를 체크합니다. 사용법 - "접근성 검사해줘", "이 컴포넌트 접근성 확인"
2026-01-05
ac-to-examples.md
0
1 export ac-to-examples
2 tikazyq from "tikazyq/agentic-spec-forge"
3 将抽象的Acceptance Criteria(Given-When-Then)转换为具体的数值示例和真实对话,让AC对PM/客户/测试人员更易懂。适合在AC编写完成后、准备测试或向客户展示时使用,当AC格式正确但过于抽象时。帮助不熟悉BDD的PM/BA/测试人员理解测试场景,让AC从抽象规则变成可直接用于手动测试的具体步骤。
2026-01-05
feature.md
0
1 export feature
2 aaronwald from "aaronwald/dlawskillz"
3 Create a new feature branch
2026-01-05
access-skill-resources.md
0
1 export access-skill-resources
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Locate scripts, references, and assets bundled with skills. Use when a skill mentions bundled resources (scripts/, references/, assets/ subdirectories) but you cannot immediately find them. Teaches standard skill directory structure and symlink navigation.
2026-01-05
brain-updater.md
0
1 export brain-updater
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Update .brain/ context files after completing tasks. Templates for activeContext.md and systemPatterns.md updates.
2026-01-05
developing-openapi-specs.md
0
1 export developing-openapi-specs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for contributing to the OpenAPI layer using processor pattern, complexity management, and functional programming. Use when adding endpoint factories, processors, parameter descriptions, reducing cyclomatic complexity, or fixing OpenAPI validation errors. Covers architecture patterns from user-service repository.
2026-01-05
tdd-workflow.md
0
1 export tdd-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test-driven development guidance for Tetris game logic. Use when writing tests, fixing test failures, improving test coverage, or implementing game mechanics. Auto-triggers on phrases like "write a test", "test this function", "improve coverage", "fix failing tests", or "add game logic". Emphasizes Result<T,E> pattern and property-based testing with fast-check.
2026-01-05
git-analyzer.md
0
1 export git-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Proactively analyze git repository status. Use automatically before git operations and during code reviews. Must be used when examining repository state, commit history, or file changes.
2026-01-05
wordpress-structure-validator.md
0
1 export wordpress-structure-validator
2 theflysurfer from "theflysurfer/claude-skills-marketplace"
3 This skill validates WordPress FSE (Full Site Editing) theme structure including templates hierarchy, page associations, theme.json configuration, block styles, featured images usage, file permissions, and UpdraftPlus backup configuration. Use when auditing a WordPress site, after creating/modifying templates, before production deployment, or when troubleshooting backup issues.
2026-01-05
blazor-expert.md
0
1 export blazor-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Blazor development expertise covering Blazor Server, WebAssembly, and Hybrid apps. Use when building Blazor components, implementing state management, handling routing, JavaScript interop, forms and validation, authentication, or optimizing Blazor applications. Includes best practices, architecture patterns, and troubleshooting guidance.
2026-01-05
evidence-artifact-collector.md
0
1 export evidence-artifact-collector
2 ethanolivertroy from "ethanolivertroy/claude-grc-engineering"
3 Generates CLI commands and API scripts to collect point-in-time evidence for audit controls. Automates evidence gathering from cloud providers (AWS, Azure, GCP) and outputs formatted reports.
2026-01-05
ai-native-development.md
0
1 export ai-native-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development. Includes local LLM inference with Ollama for 93% CI cost reduction.
2026-01-05
browser-content-capture.md
0
1 export browser-content-capture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Capture content from JavaScript-rendered pages, login-protected sites, and multi-page documentation using Playwright MCP tools or Claude Chrome extension. Use when WebFetch fails on SPAs, dynamic content, or auth-required pages.
2026-01-05
github-actions.md
0
1 export github-actions
2 mhalder from "mhalder/dotfiles"
3 Write and debug GitHub Actions workflows. Use when the user says "create CI pipeline", "github actions", "workflow not working", "fix CI", "automate with github", or asks about GitHub Actions.
2026-01-05
api-tools.md
0
1 export api-tools
2 miles990 from "miles990/claude-software-skills"
3 API testing, documentation, and development tools
2026-01-05
gh-cli.md
0
1 export gh-cli
2 strantalis from "strantalis/agent-skills"
3 Standardize all GitHub interactions via the GitHub CLI (`gh`) instead of ad-hoc URLs, UI clicks, or direct REST API calls. Use when you need to read or change GitHub state (repos, issues, pull requests, reviews, check status, Actions workflows/runs, releases, labels, milestones, discussions, gists) and want deterministic output (prefer `--json` + `--jq`). Also use when the user provides a GitHub URL, including deep links like `https://github.com/OWNER/REPO/pull/123`, `.../issues/123`, `.../pull/123/files`, or comment permalinks like `#issuecomment-...`, and you need to fetch the underlying PR/issue/thread and reply. Fall back to `gh api` only when there is no first-class `gh NOUN VERB` command.
2026-01-05
github-workflows.md
0
1 export github-workflows
2 JohnnyVicious from "JohnnyVicious/copilot-cli-examples"
3 Write, configure, and optimize GitHub Actions workflows including syntax, triggers, jobs, contexts, expressions, artifacts, and CI/CD patterns
2026-01-05
better-auth-ts.md
0
1 export better-auth-ts
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Better Auth TypeScript/JavaScript authentication library. Use when implementing auth in Next.js, React, Express, or any TypeScript project. Covers email/password, OAuth, JWT, sessions, 2FA, magic links, social login with Next.js 16 proxy.ts patterns.
2026-01-05
clickhouse-cloud-service-setup.md
0
1 export clickhouse-cloud-service-setup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fetch ClickHouse Cloud service details from API (organization ID, service endpoints, configuration). Use when setting up new ClickHouse Cloud services, discovering endpoints, or validating service metadata for gapless-crypto-clickhouse project.
2026-01-05
shopify.md
0
1 export shopify
2 untangledfinance from "untangledfinance/untangled-web"
3 Build Shopify applications, extensions, and themes using GraphQL/REST APIs, Shopify CLI, Polaris UI components, and Liquid templating. Capabilities include app development with OAuth authentication, checkout UI extensions for customizing checkout flow, admin UI extensions for dashboard integration, POS extensions for retail, theme development with Liquid, webhook management, billing API integration, product/order/customer management. Use when building Shopify apps, implementing checkout customizations, creating admin interfaces, developing themes, integrating payment processing, managing store data via APIs, or extending Shopify functionality.
2026-01-05
vite.md
0
1 export vite
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds web applications with Vite including dev server, production builds, plugins, and configuration. Use when scaffolding projects, configuring build tools, optimizing bundles, or setting up development environments.
2026-01-05
video-to-content.md
0
1 export video-to-content
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert video transcripts, podcasts, and SRT files into blog posts, social clips, and other content formats. Use for repurposing video content.
2026-01-05