Browse Skills
20307 skills found
concurrency.md
1
1
export
concurrency
2
from
"pluginagentmarketplace/custom-plugin-cpp"
from
"pluginagentmarketplace/custom-plugin-cpp"
3
Production-grade skill for C++ concurrency and parallel programming. Covers threads, synchronization primitives, atomics, async programming, parallel algorithms, and lock-free data structures.
2026-01-05
tdd-full-coverage.md
1
1
export
tdd-full-coverage
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement
2026-01-05
jest-testing.md
1
1
export
jest-testing
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Automatically activated when user works with Jest tests, mentions Jest configuration, asks about Jest matchers/mocks, or has files matching *.test.js, *.test.ts, jest.config.*. Provides Jest-specific expertise for testing React, Node.js, and JavaScript applications. Also applies to Vitest due to API compatibility. Does NOT handle general quality analysis - use analyzing-test-quality for that.
2026-01-05
spring-microservices.md
1
1
export
spring-microservices
2
from
"pluginagentmarketplace/custom-plugin-spring-boot"
from
"pluginagentmarketplace/custom-plugin-spring-boot"
3
Build cloud-native microservices - service discovery, config server, API gateway, resilience patterns
2026-01-05
react-hooks-patterns.md
1
1
export
react-hooks-patterns
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master React hooks patterns including useState, useEffect, useContext, custom hooks, and advanced patterns for building scalable React applications.
2026-01-05
expression-readme-audit.md
1
1
export
expression-readme-audit
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Verify README accuracy, completeness, and audience fit by testing claims against the actual codebase. Use when: (1) asked to verify documentation before a release, (2) significant changes to APIs or setup procedures might have invalidated documentation, (3) onboarding feedback or "it doesn't work" reports suggest documentation gaps, (4) README instructions haven't been verified against current codebase state.
2026-01-05
cron-expression-builder.md
1
1
export
cron-expression-builder
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Build and validate cron expressions from natural language. Convert between human-readable schedules and cron syntax with next run preview.
2026-01-05
code-validation.md
1
1
export
code-validation
2
from
"Mharbulous/SyncoPaid"
from
"Mharbulous/SyncoPaid"
3
Use when verification passes and human judgment is needed - presents demo scripts, specific checkpoint questions, and captures approval decisions. This is for VALIDATION (human decides), not verification (AI executes) or review (AI inspects).
2026-01-05
linear-discipline.md
1
1
export
linear-discipline
2
from
"jclfocused/claude-agents"
from
"jclfocused/claude-agents"
3
Use this skill when discussing code changes, implementation work, feature status, or when starting/completing development tasks. Reminds about Linear issue tracking discipline - always having an issue in progress before writing code, marking work as done, and creating issues for unexpected scope. Triggers when users mention implementing features, writing code, or checking on work status.
2026-01-05
nextjs-server-components.md
1
1
export
nextjs-server-components
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
When building Next.js App Router pages and deciding between Server and Client Components.
2026-01-05
ts-module.md
1
1
export
ts-module
2
from
"interactive-inc/open-prompt"
from
"interactive-inc/open-prompt"
3
Creates TypeScript modules following immutable, fluent API patterns with proper encapsulation.
2026-01-05
employee-competency-tracker.md
1
1
export
employee-competency-tracker
2
from
"ranjanpoudel1234/ai-tools"
from
"ranjanpoudel1234/ai-tools"
3
Transforms rough work notes into professional competency document mapped to company competency model (CL, TW, A&D, COMM, CS, PE, M, TS). Use when documenting work for performance reviews, promotion discussions, or mapping activities to competencies.
2026-01-05
data-fetching.md
1
1
export
data-fetching
2
from
"pluginagentmarketplace/custom-plugin-nextjs"
from
"pluginagentmarketplace/custom-plugin-nextjs"
3
Next.js data fetching - Server actions, caching, revalidation
2026-01-05
minitest-tdd-best-practices.md
1
1
export
minitest-tdd-best-practices
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "Minitest", "TDD", "test-driven development", "Rails testing", "writing tests", "test coverage", or testing strategies for Rails applications. Load this skill when implementing or reviewing tests.
2026-01-05
docs-as-code.md
1
1
export
docs-as-code
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master docs-as-code with Git workflows, Markdown, static site generators, and automated publishing pipelines.
2026-01-05
add-new-file.md
1
1
export
add-new-file
2
from
"felixAnhalt/opencode-worktree-session"
from
"felixAnhalt/opencode-worktree-session"
3
Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max 20 lines), and externalizing constants. Use when creating new modules, utilities, or any new source files in the project.
2026-01-05
cross-reference-validation.md
1
1
export
cross-reference-validation
2
from
"akaszubski/anyclaude-local"
from
"akaszubski/anyclaude-local"
3
Validates all documentation references - file paths, links, line numbers, code examples
2026-01-05
maven-converter.md
1
1
export
maven-converter
2
from
"git-qiaozq/claude-skills"
from
"git-qiaozq/claude-skills"
3
将 Java 项目转换为标准 Maven 结构,自动重组目录、转换包名(test→example)并生成 pom.xml。当用户需要将非 Maven Java 项目转换为 Maven 项目、重构现有项目为 Maven 标准结构,或请求 Maven 项目设置/转换时使用此技能。
2026-01-05
golang.md
1
1
export
golang
2
from
"specvital/web"
from
"specvital/web"
3
Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2026-01-05
gemini-search.md
1
1
export
gemini-search
2
from
"22GNUs/dotfiles"
from
"22GNUs/dotfiles"
3
Use Gemini CLI for Google Search and deep web research. Triggers on phrases like "search", "look up", "research", "latest info", "find out", "google", or when current/real-time information is needed.
2026-01-05
frappe-workflow-generator.md
1
1
export
frappe-workflow-generator
2
from
"Venkateshvenki404224/frappe-apps-manager"
from
"Venkateshvenki404224/frappe-apps-manager"
3
Generate Frappe Workflows for document state management and approvals. Use when creating approval workflows, state transitions, or multi-step document processes.
2026-01-05
user-manual-generator.md
1
1
export
user-manual-generator
2
from
"Mharbulous/SyncoPaid"
from
"Mharbulous/SyncoPaid"
3
Generate comprehensive end-user documentation from application codebases
2026-01-05
n8n-to-inngest.md
1
1
export
n8n-to-inngest
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Systematic methodology for translating n8n workflow automation into Inngest durable execution workflows. Use when converting n8n workflows to Inngest, migrating from n8n to Inngest, or understanding how n8n concepts map to Inngest patterns. Supports analyzing n8n workflow JSON exports, mapping nodes to Inngest steps, and generating production-ready TypeScript functions with proper error handling and observability.
2026-01-05
tanstack-router.md
1
1
export
tanstack-router
2
from
"oriolrius/pki-manager-web"
from
"oriolrius/pki-manager-web"
3
Expert guidance for TanStack Router including file-based routing, type-safe navigation, route loaders, search params, nested routes, and lazy loading. Use this when building type-safe React applications with client-side routing.
2026-01-05