Browse Skills
20307 skills found
workflow-optimizer.md
1
1
export
workflow-optimizer
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Workflow navigation assistant that recommends next steps and optimizes documentation sequence through the SDD workflow
2026-01-05
tdd-red-phase.md
1
1
export
tdd-red-phase
2
from
"rubrical-studios/gh-pmu"
from
"rubrical-studios/gh-pmu"
3
Guide experienced developers through RED phase of TDD cycle - writing failing tests and verifying expected failures
2026-01-05
systematic-debugging-laravel.md
1
1
export
systematic-debugging-laravel
2
from
"iSerter/laravel-claude-agents"
from
"iSerter/laravel-claude-agents"
3
Systematic debugging process for Laravel applications - ensures root cause investigation before attempting fixes. Use for any Laravel issue (test failures, bugs, unexpected behavior, performance problems).
2026-01-05
git-worktree.md
1
1
export
git-worktree
2
from
"sh1ma/nelchan"
from
"sh1ma/nelchan"
3
Git worktreeを使った並列開発を支援する。複数のClaude Codeインスタンスで同時に異なるブランチの作業を行う際に使用する。"worktree"、"並列開発"、"別ブランチで作業"などのキーワードで発動。
2026-01-05
ai-sdk-ui.md
1
1
export
ai-sdk-ui
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build React chat interfaces with Vercel AI SDK v5/v6. Covers v6 beta (agent integration, tool approval,auto-submit), v4→v5 migration (breaking changes), useChat/useCompletion/useObject/useAssistant hooks,and 12 UI error solutions (stream parsing, stale body values, React update depth).Use when: implementing AI SDK v5/v6 chat UIs, migrating v4→v5, troubleshooting "useChat failed to parsestream", "useChat no response", or "stale body values" errors, or integrating OpenAI assistants.
2026-01-05
cns-tinker.md
1
1
export
cns-tinker
2
from
"North-Shore-AI/tinkerer"
from
"North-Shore-AI/tinkerer"
3
Apply Chiral Narrative Synthesis (CNS) framework for contradiction detection and multi-source analysis using Tinker API for model training. Use when implementing CNS with Tinker for fine-tuning models on contradiction detection, training on SciFact/FEVER datasets, or building multi-agent debate systems for narrative synthesis.
2026-01-05
daisyui.md
1
1
export
daisyui
2
from
"JoaquimCassano/ideas-marketplace"
from
"JoaquimCassano/ideas-marketplace"
3
Guide for using daisyUI component library with Tailwind CSS for building UI components, theming, and responsive design
2026-01-05
express-api-development.md
1
1
export
express-api-development
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master Express.js API development with middleware, routing, validation, authentication, and production best practices. Build scalable RESTful APIs with Express.
2026-01-05
antiquities-extractor.md
1
1
export
antiquities-extractor
2
from
"shawngraham/claude_antiquities_extractor_skill"
from
"shawngraham/claude_antiquities_extractor_skill"
3
Extract and structure data from documents about the illegal antiquities trade, including dealers, collectors, artifacts, locations, and relationships. Use when processing news reports, academic articles, legal documents, encyclopedia entries, or research materials pertaining to looted artifacts, antiquities trafficking, provenance research, or cultural heritage crimes. Returns structured JSON with entities (persons, organizations, artifacts, locations) and their relationships.
2026-01-05
codex-ask.md
1
1
export
codex-ask
2
from
"dceoy/gh-actions-for-devops"
from
"dceoy/gh-actions-for-devops"
3
Ask OpenAI Codex questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs to understand existing code. Requires Codex CLI installed.
2026-01-05
review-code.md
1
1
export
review-code
2
from
"rhuss/cc-superpowers-sdd"
from
"rhuss/cc-superpowers-sdd"
3
Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score, triggers evolution if needed
2026-01-05
table-datagrid-builder.md
1
1
export
table-datagrid-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill builds data tables/grids with sorting, filtering, pagination, and row actions.Supports React (TanStack Table, AG Grid), Vue 3 (Vue Good Table, AG Grid), with server/client-side data.Creates tables with column configuration, sorting (multi-column), filtering (text, date, number), pagination, row selection, export (CSV/Excel).Activate when user says "create table", "data grid", "display list", "show users table", or needs tabular data display.Output: Production-ready tables with sorting, filtering, pagination, accessibility, and export functionality.
2026-01-05
hotwire-patterns-turbo-stimulus.md
1
1
export
hotwire-patterns-turbo-stimulus
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "Hotwire", "Turbo", "Stimulus", "Turbo Frames", "Turbo Streams", "progressive enhancement", "HTML over the wire", or building interactive Rails frontends without heavy JavaScript frameworks. Load this skill when implementing modern Rails frontend patterns.
2026-01-05
inertia.md
1
1
export
inertia
2
from
"Mentor-Wizard/mentor-wizard-webapp"
from
"Mentor-Wizard/mentor-wizard-webapp"
3
Generates Inertia.js configurations and scripts for building single-page applications. Run local commands to debug and deploy.
2026-01-05
project-indexing.md
1
1
export
project-indexing
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Generates SHANNON_INDEX for 94% token reduction (58K → 3K tokens). Compresses large codebasesinto structured summaries with Quick Stats, Tech Stack, Core Modules, Dependencies, Recent Changes,and Key Patterns. Enables fast agent onboarding, efficient multi-agent coordination, and instantcontext switching. Use when: starting project analysis, onboarding new agents, coordinating waves,switching between codebases, or when context window efficiency is critical.
2026-01-05
code-review-checklist.md
1
1
export
code-review-checklist
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
Apply when reviewing pull requests, conducting code reviews, or self-reviewing code before submission.
2026-01-05
cache-strategy-builder.md
1
1
export
cache-strategy-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill implements caching strategies (Redis, in-memory) with TTL, invalidation, and patterns.Supports Redis (ioredis, redis-py), in-memory (LRU cache), with cache-aside, write-through, read-through patterns.Creates cache wrappers, TTL management, cache invalidation, cache warming, decorator patterns.Activate when user says "add caching", "Redis cache", "cache strategy", "improve performance with cache".Output: Complete caching implementation with Redis/in-memory, TTL, invalidation, and performance boost.
2026-01-05
generate-demo-artifacts.md
1
1
export
generate-demo-artifacts
2
from
"oocx/tfplan2md-uat"
from
"oocx/tfplan2md-uat"
3
Generate the comprehensive demo markdown artifacts from the current codebase. Use before UAT to ensure test artifacts reflect the latest code.
2026-01-05
form-builder-with-validation.md
1
1
export
form-builder-with-validation
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill builds complete forms with validation, error handling, and accessibility.Supports React (React Hook Form), Vue 3 (Vuelidate, VeeValidate), Svelte (Felte).Creates form schemas, field validation, error messages, submission handling, and accessibility (ARIA).Activate when user says "create form", "add form validation", "build signup form", or needs input forms.Output: Production-ready forms with validation, error handling, loading states, and accessibility.
2026-01-05
brainstorming-laravel.md
1
1
export
brainstorming-laravel
2
from
"iSerter/laravel-claude-agents"
from
"iSerter/laravel-claude-agents"
3
Use when creating or developing Laravel features, before writing code or implementation plans - refines rough ideas into fully-formed Laravel designs through collaborative questioning, alternative exploration, and incremental validation.
2026-01-05
vitest.md
1
1
export
vitest
2
from
"mcclowes/omg"
from
"mcclowes/omg"
3
Use when writing or configuring Vitest tests - assertions, mocking, coverage, and workspace-aware testing for TypeScript projects
2026-01-05
researching-with-deepwiki.md
1
1
export
researching-with-deepwiki
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
2026-01-05
go-patterns.md
1
1
export
go-patterns
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
This skill should be used for Go idioms, error handling, goroutines, interfaces, and testing, golang, Go language, Go modules, Go concurrency
2026-01-05
claude-subagent-development.md
1
1
export
claude-subagent-development
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
This skill should be used when the user asks to "create a subagent", "validate a subagent", "generate subagent schema", "check subagent configuration", "write subagent specification", or mentions subagent development, validation, or protocol documentation for Claude Code.
2026-01-05