12495 results (90.2ms) page 23 / 625
shipshitdev / library-multi-agent-patterns exact

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

giuseppe-trisciuoglio / developer-kit-tailwind-css-patterns exact

Comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling...

giuseppe-trisciuoglio / developer-kit-react-patterns exact

Comprehensive React 19 patterns expert covering Server Components, Actions, use() hook, useOptimistic, useFormStatus, useFormState, React Compiler, concurrent features, Suspense, and modern...

shajith003 / awesome-claude-skills-mcp-builder exact

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate...

ralph 0.00
Yeachan-Heo / oh-my-claudecode-ralph exact

Self-referential loop until task completion with architect verification

s-hiraoku / synapse-a2a-code-quality exact

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently...

dceoy / ai-coding-agent-skills-codex-ask exact

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...

matlab / skills-matlab-performance-optimizer exact

Optimize MATLAB code for better performance through vectorization, memory management, and profiling. Use when user requests optimization, mentions slow code, performance issues, speed...

d-o-hub / rust-self-learning-memory-code-quality exact

Maintain high code quality through formatting, linting, and static analysis using rustfmt, clippy, and cargo audit. Use to ensure consistent code style and catch common mistakes.

DauQuangThanh / hanoi-rainbow-frontend-code-review exact

Conducts comprehensive frontend code reviews including React/Vue/Angular component analysis, TypeScript/JavaScript quality assessment, CSS/styling review, performance optimization, accessibility...

dceoy / ai-coding-agent-skills-gemini-ask exact

Ask Google Gemini questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns...

dave1010 / skills-to-agents exact

Automatic support for (Claude) Skills for any coding agent that supports AGENTS.md

existential-birds / beagle-llm-judge exact

LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted...

sendaifun / skills-solana-agent-kit exact

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and...

dceoy / ai-coding-agent-skills-codex-review exact

Perform code reviews using OpenAI Codex CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues,...

czlonkowski / n8n-skills-n8n-code-python exact

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

dceoy / ai-coding-agent-skills-gemini-review exact

Perform comprehensive code reviews using Google Gemini CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use after code changes, before commits, during...

dceoy / ai-coding-agent-skills-copilot-ask exact

Ask GitHub Copilot CLI questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what...

omer-metin / skills-for-antigravity-agent-memory-systems exact

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector...

0xDarkMatter / claude-mods-code-stats exact

Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines...