All Skills
(19,001)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
ln-641-pattern-analyzer
levnikolaevich/claude-code-skills
L3 Worker. Analyzes single pattern implementation, calculates 4 scores (compliance, completeness, quality, implementation), identifies gaps and issues. Usually invoked by ln-640, can also analyze a specific pattern on user request.
ln-642-layer-boundary-auditor
levnikolaevich/claude-code-skills
L3 Worker. Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).
ln-644-dependency-graph-auditor
levnikolaevich/claude-code-skills
L3 Worker. Builds dependency graph, detects cycles (DFS), validates boundary rules, calculates coupling metrics (Ca/Ce/I, CCD/NCCD). Adaptive architecture detection.
code-review-pipeline
a5c-ai/babysitter
Multi-dimensional code review across correctness, security, performance, and maintainability with confidence-gated reporting and remediation loops.
ln-710-dependency-upgrader
levnikolaevich/claude-code-skills
Coordinates dependency upgrades across all detected package managers
ln-700-project-bootstrap
levnikolaevich/claude-code-skills
Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
ln-750-commands-generator
levnikolaevich/claude-code-skills
Generates project-specific .claude/commands for Claude Code
ln-771-logging-configurator
levnikolaevich/claude-code-skills
Configures structured logging (Serilog/.NET, structlog/Python)
ln-654-resource-lifecycle-auditor
levnikolaevich/claude-code-skills
Resource lifecycle audit worker (L3). Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.
ln-743-test-infrastructure
levnikolaevich/claude-code-skills
Creates test infrastructure with Vitest, xUnit, and pytest
ln-711-npm-upgrader
levnikolaevich/claude-code-skills
Upgrades npm/yarn/pnpm dependencies with breaking change handling
ln-742-precommit-setup
levnikolaevich/claude-code-skills
Configures Husky, lint-staged, commitlint, and Python pre-commit
ln-652-transaction-correctness-auditor
levnikolaevich/claude-code-skills
Transaction correctness audit worker (L3). Checks missing intermediate commits, transaction scope (too wide/narrow), missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort, recommendations.
ln-653-runtime-performance-auditor
levnikolaevich/claude-code-skills
Runtime performance audit worker (L3). Checks blocking IO in async, unnecessary allocations, sync sleep in async, string concat in loops, missing to_thread for CPU-bound, redundant data copies. Returns findings with severity, location, effort, recommendations.
ln-651-query-efficiency-auditor
levnikolaevich/claude-code-skills
Query efficiency audit worker (L3). Checks redundant entity fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity, location, effort, recommendations.
architecture-diagram-creator
mhattingpete/claude-skills-marketplace
Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.
code-refactor
mhattingpete/claude-skills-marketplace
Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.
emergency-decision-rules
rhavekost/clinical-toolkit
Use when applying validated ED decision rules to reduce unnecessary imaging or testing. Includes Ottawa ankle/knee rules, Canadian C-Spine rule, and the PERC rule.
ui-design
Roberdan/MyConvergio
UI/UX screen design (Apple HIG) + design-to-code translation
Say
malob/nix-config
Speak the last response aloud using text-to-speech
cog-onboarding
a5c-ai/babysitter
Personalize COG Second Brain workflow through role pack selection and vault initialization
malo-find-skills
malob/nix-config
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
conversation-analyzer
mhattingpete/claude-skills-marketplace
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
feature-planning
mhattingpete/claude-skills-marketplace
Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.