name
stringlengths
2
64
description
stringlengths
3
1.02k
source
stringclasses
6 values
path
stringclasses
198 values
url
stringlengths
29
246
author
stringlengths
2
33
implement
Use when spec exists and is validated - generates implementation plan FROM spec, executes with TDD, and verifies spec compliance throughout
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/implement
rhuss
review-code
Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score, triggers evolution if needed
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/review-code
rhuss
review-spec
Review specifications for soundness, completeness, and implementability - validates structure, identifies ambiguities, checks for gaps before implementation
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/review-spec
rhuss
spec-kit
Technical integration layer for spec-kit CLI - handles automatic initialization, installation validation, project setup, and ensures proper file/directory layout. Called by all SDD workflow skills.
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/spec-kit
rhuss
spec-refactoring
Consolidate and improve evolved specs - identifies inconsistencies, removes redundancy, improves structure while maintaining feature coverage
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/spec-refactoring
rhuss
spec
Create specifications directly from clear requirements - uses spec-kit tools to create formal, executable specs following WHAT/WHY principle (not HOW)
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/spec
rhuss
using-superpowers-sdd
Establishes SDD methodology - workflow routing, process discipline, spec-first principle, and skill discovery. Use when starting any SDD conversation to determine which workflow skill to invoke.
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/using-superpowers-sdd
rhuss
verification-before-completion
Extended verification including tests AND spec compliance - runs tests, validates spec compliance, checks for drift, blocks completion on failures
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/verification-before-completion
rhuss
writing-plans
Generate implementation plans FROM specifications - reads spec as input, extracts requirements, creates step-by-step tasks with validation against spec
skillsmp.com
null
https://github.com/rhuss/cc-superpowers-sdd/tree/main/skills/writing-plans
rhuss
build-fixer
Analyze build errors from the build skill and automatically fix them. Use after running build to resolve compilation errors quickly. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/build-fixer
CyberdyneDevelopment
code-reader
Read C# code files with XML documentation comments stripped to save context. Preserves important comments (TODO, HACK, NOTE). Use when reading code for analysis instead of documentation.
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/code-reader
CyberdyneDevelopment
code-writer
Validate C# code through Roslyn compiler before writing to disk. Attempts to fix compilation errors automatically. Use when writing new code to ensure it compiles before committing to disk.
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/code-writer
CyberdyneDevelopment
complexity-analyzer
Analyze C# code complexity to identify methods that need testing. Use when you need to understand code complexity or prioritize testing efforts. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/complexity-analyzer
CyberdyneDevelopment
doc-generator
Generate XML documentation comments for C# code based on signatures, naming conventions, and code structure. Use when user requests documentation or for public APIs. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/doc-generator
CyberdyneDevelopment
member-identifier
List all members (methods, properties, fields, events) of a C# type with full signatures, access modifiers, and return types. Use to understand type APIs and plan implementations.
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/member-identifier
CyberdyneDevelopment
namespace-explorer
List all types within a specific namespace or explore namespace structure. Use when you need to understand what's in a namespace or plan where to add new types. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/namespace-explorer
CyberdyneDevelopment
refactor
Refactor C# code - rename types/methods, extract methods/classes, move types between namespaces, simplify complex code, and apply design patterns. Use for code improvements.
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/refactor
CyberdyneDevelopment
type-collision-detector
Find duplicate type names within your solution (same name in different namespaces). Use before creating new types to avoid naming conflicts. Only checks your code, not external packages. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/type-collision-detector
CyberdyneDevelopment
type-finder
Search for C# types (classes, interfaces, records, structs, enums) by name or pattern across the solution. Use when you need to locate a specific type. (project, gitignored)
skillsmp.com
null
https://github.com/CyberdyneDevelopment/claude-tools/tree/develop/Skills/type-finder
CyberdyneDevelopment
example-data-processor
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
skillsmp.com
null
https://github.com/fkesheh/skill-mcp/tree/main/example-skill
fkesheh
agentdb-advanced-features
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/agentdb-advanced
ruvnet
agentdb-learning-plugins
Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/agentdb-learning
ruvnet
agentdb-memory-patterns
Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/agentdb-memory-patterns
ruvnet
agentdb-performance-optimization
Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/agentdb-optimization
ruvnet
agentdb-vector-search
Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/agentdb-vector-search
ruvnet
flow-nexus-neural
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/flow-nexus-neural
ruvnet
flow-nexus-platform
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/flow-nexus-platform
ruvnet
flow-nexus-swarm
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/flow-nexus-swarm
ruvnet
github-code-review
Comprehensive GitHub code review with AI-powered swarm coordination
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/github-code-review
ruvnet
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/github-multi-repo
ruvnet
github-project-management
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/github-project-management
ruvnet
github-release-management
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/github-release-management
ruvnet
github-workflow-automation
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/github-workflow-automation
ruvnet
hive-mind-advanced
Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/hive-mind-advanced
ruvnet
hooks-automation
Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/hooks-automation
ruvnet
pair-programming
AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with ...
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/pair-programming
ruvnet
performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/performance-analysis
ruvnet
reasoningbank-with-agentdb
Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/reasoningbank-agentdb
ruvnet
reasoningbank-intelligence
Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/reasoningbank-intelligence
ruvnet
skill-builder
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/skill-builder
ruvnet
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/sparc-methodology
ruvnet
stream-chain
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/stream-chain
ruvnet
swarm-advanced
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/swarm-advanced
ruvnet
swarm-orchestration
Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/swarm-orchestration
ruvnet
verification-quality-assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
skillsmp.com
null
https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/verification-quality
ruvnet
backlogmd
Expert guidance for Backlog.md CLI project management tool including task creation, editing, status management, acceptance criteria, search, and board visualization. Use this when managing project tasks, creating task lists, updating task status, or organizing project work.
skillsmp.com
null
https://github.com/oriolrius/nifi-cluster/tree/main/.claude/skills/backlog-md
oriolrius
pdf-parity-checker
Verify visual and structural parity between XHTML chapters and POD PDF files. Use to ensure print edition matches digital EPUB layout.
skillsmp.com
null
https://github.com/miketui/Fm/tree/main/.claude/skills/pdf-parity-checker
miketui
article-extractor
Extract clean article text from web pages. Use when user wants to read article content without ads/clutter, save articles, or process web content.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/article-extractor
AlexisLaporte
conversation-finder
Find and resume previous Claude Code conversations by keyword, location, or date. Use when the user wants to find old conversations, resume previous work, search chat history, or asks "what did we discuss about X". Can automatically open conversations in new terminals.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/conversation-finder
AlexisLaporte
figma
Figma design file integration. Use when user wants to access design tokens, export assets, read design specs, or automate design-to-code workflows.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/figma
AlexisLaporte
file-organizer
Organize files and folders intelligently. Use when user wants to clean up directories, sort files by type/date, deduplicate, or maintain organized file structures.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/file-organizer
AlexisLaporte
git-worktrees
Manage multiple Git working trees. Use when user wants to work on multiple branches simultaneously, review PRs while developing, or maintain isolated workspaces.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/git-worktrees
AlexisLaporte
google-drive
Google Drive, Sheets, and Slides integration. Use when user wants to read/write spreadsheets, create presentations, access Drive files, or automate Google Workspace tasks.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/google-drive
AlexisLaporte
notion
Notion workspace integration. Use when user wants to read/write Notion pages, search databases, create tasks, or sync content with Notion.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/notion
AlexisLaporte
pdf
PDF manipulation toolkit. Use when user wants to extract text, merge/split PDFs, create PDFs, extract images, or manipulate PDF documents.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/pdf
AlexisLaporte
playwright
Browser automation and end-to-end testing. Use when user wants to test web applications, automate browser interactions, scrape web content, or verify UI functionality across browsers.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/playwright
AlexisLaporte
skill-creator
Guide for creating custom Claude Code skills. Use when user wants to create a new skill, understand skill structure, or extend Claude's capabilities with custom tools.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/skill-creator
AlexisLaporte
slack
Slack workspace integration. Use when user wants to send messages, read channels, post notifications, create bots, or automate Slack workflows.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/slack
AlexisLaporte
youtube-transcript
Extract video transcripts and captions from YouTube. Use when user wants to get text content from YouTube videos, analyze video content, create summaries, or extract quotes.
skillsmp.com
null
https://github.com/AlexisLaporte/agent-helpers/tree/master/packages/library/skills/youtube-transcript
AlexisLaporte
code-review
Comprehensive read-only code review analyzing code quality, security vulnerabilities, performance issues, best practices compliance, and VSCode diagnostics. Use when user asks to review code, check for errors, analyze code quality, mentions security review, or wants feedback on their code.
skillsmp.com
null
https://github.com/Conte777/config_for_claude_code/tree/main/src/skills/code-review
Conte777
docker-configuration
Create and optimize Dockerfiles, docker-compose.yml files, multi-stage builds, and container configurations. Use when user mentions Docker, containers, Dockerfile, docker-compose, containerization, image optimization, or asks to dockerize an application.
skillsmp.com
null
https://github.com/Conte777/config_for_claude_code/tree/main/src/skills/docker-configuration
Conte777
go-development
Expert Go/Golang development including writing code, APIs, handlers, middleware, testing with go test, dependency management with go mod, and applying best practices from Context7. Use when user asks to write, modify, or debug Go code, mentions Golang, Go modules, go test, go build, REST APIs in Go, or working with .go...
skillsmp.com
null
https://github.com/Conte777/config_for_claude_code/tree/main/src/skills/go-development
Conte777
kubernetes-deployment
Create and manage Kubernetes manifests (Deployment, Service, ConfigMap, Secret, Ingress), Helm charts, validate configurations with kubectl dry-run. Use when user mentions Kubernetes, K8s, kubectl, Helm, deployments, services, pods, cluster configuration, or asks to deploy to Kubernetes.
skillsmp.com
null
https://github.com/Conte777/config_for_claude_code/tree/main/src/skills/kubernetes-deployment
Conte777
echo
Go Echo framework skill with documentation, guides, and examples
skillsmp.com
null
https://github.com/bailu2025/CC-Plugins/tree/main/plugins/go-echo-skills
bailu2025
gin
A comprehensive skill for the Go Gin web framework including routing, middleware, binding, and testing
skillsmp.com
null
https://github.com/bailu2025/CC-Plugins/tree/main/plugins/go-gin-skills
bailu2025
thrivve-mc-how-many
Thrivve Partners Monte Carlo simulation to forecast story/task completion based on historical throughput. Use when the user asks "how many stories/tasks will be completed by [date]" with historical daily throughput data. Requires at least 10 days of throughput history and a future target date. Provides probabilistic fo...
skillsmp.com
null
https://github.com/blujaxfan/claude_skill_monte_carlo_flow/tree/main/thrivve-mc-how-many
blujaxfan
thrivve-mc-when
Thrivve Partners Monte Carlo simulation to forecast completion date based on remaining work and historical throughput. Use when the user asks "when will I complete [N] stories/tasks" with historical daily throughput data. Requires at least 10 days of throughput history, a count of remaining items, and optional confiden...
skillsmp.com
null
https://github.com/blujaxfan/claude_skill_monte_carlo_flow/tree/main/thrivve-mc-when
blujaxfan
typo3-conformance
Evaluate TYPO3 extensions for conformance to official TYPO3 12/13 LTS standards, coding guidelines (PSR-12, TYPO3 CGL), and architecture patterns. Use when assessing extension quality, generating conformance reports, identifying technical debt, or planning modernization efforts. Evaluates: extension architecture, compo...
skillsmp.com
null
https://github.com/netresearch/typo3-conformance-skill
netresearch
dnd-dice-roller
Roll dice using D&D notation (d20, 2d6+3, advantage/disadvantage)
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-1-dice-rolling
JoeCotellese
dnd-character-stats
Manage D&D character stats with ability scores, HP, and persistence
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-2-character-stats
JoeCotellese
dnd-simple-combat
Manage D&D 5e combat encounters with turn-based mechanics, attack rolls, and HP tracking. This skill should be used when the user requests to start a combat encounter, fight a monster, enter the training arena, or engage in battle with their D&D character.
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-3-simple-combat
JoeCotellese
tutorial-4
Manage D&D 5e combat encounters with turn-based mechanics, spellcasting, attack rolls, and HP tracking. This skill should be used when the user requests to start a combat encounter, fight a monster, cast spells, enter the training arena, or engage in battle with their D&D character. Supports both weapon attacks and spe...
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-4-magic-system
JoeCotellese
tutorial-5
Manage D&D 5e character progression with XP tracking, automatic leveling, HP increases, proficiency bonus progression, and spell slot advancement. This skill should be used when conducting combat encounters with character advancement, awarding experience points after victories, or managing character level-ups in the tr...
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-5-character-progression
JoeCotellese
tutorial-6
Manage D&D 5e party-based encounters with multiple heroes vs multiple monsters. Teaches collection management, priority queues (initiative), and state synchronization through interactive JSON-driven combat. Players control characters, AI controls monsters.
skillsmp.com
null
https://github.com/JoeCotellese/dnd-dm-skill/tree/main/tutorial-6-party-combat
JoeCotellese
backend-api
Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resource-based URLs. Use this skill when creating or modifying API endpoints, route handlers, controllers, or API configuration files. Apply when working on REST API design, endpoint implementations, API ver...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/backend-api
maxritter
backend-migrations
Create and manage database migrations with reversible changes, proper naming conventions, and zero-downtime deployment strategies. Use this skill when creating database migration files, modifying schema, adding or removing tables/columns, managing indexes, or handling data migrations. Apply when working with migration ...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/backend-migrations
maxritter
backend-models
Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple layers. Use this skill when creating or modifying database model files, ORM classes, schema definitions, or data model relationships. Apply when working with model files (e.g., models.py, models/, Ac...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/backend-models
maxritter
backend-queries
Write secure, optimized database queries using parameterized queries, eager loading to prevent N+1 problems, and strategic indexing for performance. Use this skill when writing SQL queries, ORM queries, database interactions, or optimizing data fetching logic. Apply when working with query files, repository patterns, d...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/backend-queries
maxritter
frontend-accessibility
Build accessible user interfaces using semantic HTML, proper ARIA attributes, keyboard navigation, color contrast, and screen reader compatibility. Use this skill when creating or modifying frontend components, HTML templates, React/Vue/Svelte components, forms, interactive elements, navigation menus, modals, or any UI...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/frontend-accessibility
maxritter
frontend-components
Design reusable, composable UI components following single responsibility principle with clear interfaces, encapsulation, and minimal props. Use this skill when creating or modifying frontend components in any framework (React, Vue, Svelte, web components) or component files. Apply when working with .jsx, .tsx, .vue, ....
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/frontend-components
maxritter
frontend-css
Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) with design system adherence and performance optimization. Use this skill when writing or modifying styles, CSS files, utility classes, CSS-in-JS, styled components, or any styling code. Apply when worki...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/frontend-css
maxritter
frontend-responsive
Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different scre...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/frontend-responsive
maxritter
global-coding-style
Write clean, consistent code following naming conventions, automated formatting, DRY principles, small focused functions, and meaningful variable names across all languages and files. Use this skill when writing or modifying any code file in any language or framework. Apply when naming variables, functions, classes, or...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/global-coding-style
maxritter
global-commenting
Write self-documenting code with clear structure and naming, adding minimal, helpful, evergreen comments only for large sections of complex logic, avoiding comments about recent changes or temporary fixes. Use this skill when writing or reviewing code in any file where comments or code documentation are involved. Apply...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/global-commenting
maxritter
global-conventions
Follow consistent project structure, clear documentation, version control best practices, environment configuration, dependency management, code review processes, and feature flag usage for maintainable team development. Use this skill when organizing project files and directories, writing or updating documentation (RE...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/global-conventions
maxritter
global-error-handling
Implement robust error handling with user-friendly messages, specific exception types, fail-fast validation, centralized error handling, graceful degradation, retry strategies, and proper resource cleanup. Use this skill when implementing error handling logic, try-catch blocks, exception handling, error boundaries, val...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/global-error-handling
maxritter
global-validation
Implement comprehensive validation with server-side enforcement, client-side UX feedback, early failure, specific error messages, allowlists over blocklists, type checking, input sanitization, and consistent validation across all entry points. Use this skill when implementing validation logic in forms, API endpoints, d...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/global-validation
maxritter
testing-code-reviewer
Systematically review completed code implementations against original plans, requirements, and coding standards to ensure quality, plan alignment, and best practices adherence. Use this skill after completing any significant implementation work including features, refactorings, bug fixes, or architectural changes, when...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/testing-code-reviewer
maxritter
testing-debugging
Apply systematic four-phase debugging methodology (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures thorough understanding before attempting solutions, preventing random fixes and reducing debugging time from hours to minutes. Use this skill when encountering any test failure...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/testing-debugging
maxritter
testing-final-verification
Enforce evidence-based completion verification by requiring fresh execution of verification commands and confirmation of output before making any success claims, ensuring work is genuinely complete rather than assumed complete. Use this skill when about to claim that work is complete, finished, or done, when about to s...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/testing-final-verification
maxritter
testing-test-driven-development-tdd
Apply rigorous test-driven development methodology following the Red-Green-Refactor cycle (write failing test, implement minimal code to pass, refactor while staying green) that ensures tests genuinely verify behavior by requiring observed failure before implementation, preventing untested code and false-positive tests...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/testing-tdd
maxritter
testing-test-writing
Write focused tests for core user flows and critical paths with clear test names, behavior-focused assertions, mocked external dependencies, and fast execution, deferring edge case testing until explicitly required. Use this skill when creating or modifying test files, writing unit tests, integration tests, or test cas...
skillsmp.com
null
https://github.com/maxritter/claude-codepro/tree/main/.claude/skills/testing-test-writing
maxritter
detailed-implementation-plan
Generates detailed, step-by-step implementation plans for React/Next.js components based on component lists from plan-based-components and optional UI design images. Creates actionable task lists with file paths, dependencies, implementation details, and verification checklists. Use when users want specific implementat...
skillsmp.com
null
https://github.com/Henry229/blog-practice/tree/main/.claude/skills/detailed-implementation-plan
Henry229
strategic-search
Solve complex multi-constraint problems through systematic web search using multiple engines with adaptive strategies.
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/experiment2/claude_agent/extensions/skills/strategic-search
windowh1
research-reporter
This skill should be used when users request research on topics with compiled results saved to a file. It handles web searches, fetching authoritative sources, synthesizing information, and generating structured reports. Trigger phrases include "research and save", "search and summarize", "compile information about", o...
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/extended_agent/extensions/skills/research-reporter
windowh1
tech-trend-researcher
This skill should be used when users request research on technical topics, technology trends, industry developments, or any subject requiring web search, source analysis, and structured documentation. It provides a systematic workflow for gathering information from multiple web sources, synthesizing findings into a com...
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/extended_agent/extensions/skills/tech-trend-researcher
windowh1
web-research-documenter
This skill should be used when users request research on any topic that requires web search, source analysis, and structured documentation saved to a file. It provides a systematic workflow for gathering information from multiple web sources, synthesizing findings into a comprehensive document, and saving results to a ...
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/extended_agent/extensions/skills/web-research-documenter
windowh1
web-research-documenter
This skill should be used when users request research on a topic with the intent to save findings to a document. It provides a systematic workflow for conducting web research, synthesizing information from multiple sources, and creating well-structured documentation. Trigger words include "research and save", "look up ...
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/extended_agent/results/20251114_125747/web-research-documenter
windowh1
tech-ecosystem-analyzer
This skill should be used when users request comprehensive analysis of technology ecosystems, comparing multiple libraries/frameworks/tools with quantitative metrics from GitHub and web research. Trigger words include "ecosystem analysis", "compare libraries", "analyze React/Vue/Python ecosystem", "trending libraries",...
skillsmp.com
null
https://github.com/windowh1/wbl_residency/tree/main/papers/skills-vs-mcp/extended_agent/results/20251114_142114/tech-ecosystem-analyzer
windowh1
claude-code-knowledge
Access official Claude Code documentation including comprehensive guides on hooks, MCP servers, agent skills, slash commands, settings, CLI reference, security, memory, plugins, and troubleshooting. Use when the user asks about Claude Code features, configuration, capabilities, or best practices. ALWAYS use this skill ...
skillsmp.com
null
https://github.com/codethread/claude-code-plugins/tree/main/plugins/claude-code-knowledge/skills/claude-code-knowledge
codethread