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 ⌀ |
|---|---|---|---|---|---|
coordinating-specialized-agents | This skill should be used when working with multiple Claude Code agents to accomplish complex tasks - teaches systematic agent selection, orchestration patterns (parallel vs sequential), context preparation, and quality review of agent outputs for optimal multi-agent workflows. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/coordinating-specialized-agents | chriscarterux |
creating-claude-skills | This skill should be used when creating new skills or updating existing skills to extend Claude's capabilities. Combines Anthropic's official 6-step process with TDD methodology for creating high-quality, production-ready skills that work across Claude apps, Claude Code, and API. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/creating-claude-skills | chriscarterux |
data-visualization-techniques | This skill should be used when creating charts, graphs, dashboards, or data visualizations - covers chart type selection, D3.js patterns, Recharts usage, dashboard design principles, and data storytelling techniques for analytics-reporter and finance-tracker agents. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/data-visualization-techniques | chriscarterux |
database-design-decisions | This skill should be used when making critical database architecture decisions - choosing between SQL vs NoSQL, designing schemas, optimizing indexes, implementing caching strategies, and ensuring scalability. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/database-design-decisions | chriscarterux |
deploying-to-production | This skill should be used when deploying applications to production environments including Vercel, Fly.io, Hostinger VPS, or other platforms - covers environment management, zero-downtime deployments, Docker best practices, database migrations, rollback procedures, and health monitoring. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/deploying-to-production | chriscarterux |
design-to-development-handoff | This skill should be used when transitioning from design phase to development implementation - covers design token extraction, component specifications, responsive breakpoints, asset export, and systematic handoff patterns to ensure developers have everything needed for pixel-perfect implementation. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/design-to-development-handoff | chriscarterux |
effective-delegation-patterns | This skill should be used when deciding what to delegate to agents versus doing yourself, and how to structure delegation for maximum agent effectiveness - covers task breakdown, context preparation, scope boundaries, and output quality verification patterns. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/effective-delegation-patterns | chriscarterux |
error-handling-patterns | This skill should be used when implementing robust error handling strategies - try-catch patterns, error boundaries, retry logic, circuit breakers, and graceful degradation. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/error-handling-patterns | chriscarterux |
experiment-design-methodology | This skill should be used when designing A/B tests, feature experiments, or data-driven product decisions - covers hypothesis formation, experiment design, statistical significance, sample size calculation, and coordination with experiment-tracker agent for rigorous experimentation. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/experiment-design-methodology | chriscarterux |
feedback-driven-development | This skill should be used when collecting, analyzing, and acting on user feedback to drive product decisions - covers user interview techniques, feedback categorization, prioritization frameworks, and systematic workflow connecting feedback-synthesizer to sprint-prioritizer to implementation for data-driven product dev... | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/feedback-driven-development | chriscarterux |
internationalization-localization | This skill should be used when adding multi-language support or expanding to international markets - covers i18n setup with next-intl or react-i18next, translation management, RTL support, locale handling, currency formatting, and cultural adaptation for global applications. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/internationalization-localization | chriscarterux |
mobile-design-patterns | This skill should be used when designing or implementing mobile applications (iOS, Android, React Native, mobile web) - covers native patterns, gesture controls, navigation paradigms, responsive design, mobile-first components, performance constraints, and platform-specific guidelines for optimal mobile UX. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/mobile-design-patterns | chriscarterux |
monetization-strategies | This skill should be used when designing revenue models - choosing between freemium, subscriptions, usage-based pricing, ads, enterprise licensing, and hybrid approaches. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/monetization-strategies | chriscarterux |
performance-optimization | This skill should be used when optimizing application performance - profiling, caching, lazy loading, code splitting, image optimization, and CDN strategies. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/performance-optimization | chriscarterux |
rapid-prototyping | This skill should be used when building MVPs, proofs-of-concept, or products within tight timelines (6-day cycles) - optimizes for speed while maintaining quality through strategic decisions about building vs using pre-built components, scope management, and quality gates that don't slow momentum. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/rapid-prototyping | chriscarterux |
real-time-collaboration-patterns | This skill should be used when implementing real-time collaborative features (multiplayer editing, live cursors, presence, chat) - covers WebSocket patterns, CRDTs, conflict resolution, operational transforms, sync strategies, and implementation with Supabase Realtime, Socket.io, or Partykit. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/real-time-collaboration-patterns | chriscarterux |
security-fundamentals | This skill should be used when implementing security measures, preventing vulnerabilities, or securing applications - covers OWASP Top 10 prevention, input validation, authentication, secret management, and security best practices for all engineering agents. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/security-fundamentals | chriscarterux |
state-management-patterns | Comprehensive guide to choosing and implementing state management solutions in React applications - Redux Toolkit, Zustand, Context API, MobX, Recoil, and React Query | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/state-management-patterns | chriscarterux |
subagent-driven-development | Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/subagent-driven-development | chriscarterux |
testing-strategy-selection | This skill should be used when deciding what types of tests to write (unit, integration, E2E) and which testing tools/agents to use - covers test pyramid principles, cost-benefit analysis of different test types, and coordination between test-writer-fixer, api-tester, and performance-benchmarker agents. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/testing-strategy-selection | chriscarterux |
tiktok-content-strategy | This skill should be used when planning TikTok marketing campaigns, creating viral content ideas, or optimizing for TikTok's algorithm - covers hook patterns, optimal video structure, trending sounds, hashtag strategy, posting times, and creator collaboration for app growth and user acquisition. | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/tiktok-content-strategy | chriscarterux |
user-onboarding-patterns | Comprehensive guide to UX onboarding patterns including progressive disclosure, tooltips, walkthroughs, empty states, first-run experiences, and interactive tutorials with React implementations | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/user-onboarding-patterns | chriscarterux |
using-shadcn-ui | Use when building React UI components, implementing design systems, or needing pre-built accessible components - leverages shadcn/ui primitives and shadcnblocks.com (829 production-ready blocks) for rapid interface development | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/using-shadcn-ui | chriscarterux |
using-superpowers | Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Read tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists | skillsmp.com | null | https://github.com/chriscarterux/chris-claude-stack/tree/main/skills/using-superpowers | chriscarterux |
python-code-review | Reviews Python code for PEP8 compliance, type hints, modern best practices (Python 3.9+), and code quality. Detects anti-patterns, validates documentation, and provides severity-based recommendations. Integrates with modern tooling (ruff, mypy, uv). | skillsmp.com | null | https://github.com/tasanakorn/cc-marketplace/tree/main/plugins/python-dev/skills/python-code-review | tasanakorn |
python-project-setup | Sets up modern Python projects with uv tooling, src layout, and PEP8 standards. Handles both new and existing projects, presents interactive library selection for CLI/TUI apps, generates pyproject.toml, and provides complete scaffolding with type hints and proper structure. | skillsmp.com | null | https://github.com/tasanakorn/cc-marketplace/tree/main/plugins/python-dev/skills/python-project-setup | tasanakorn |
ddd-strategic-design | Guide for DDD strategic design - analyzing domains through structured questioning, conducting stakeholder interviews (PM/domain experts/users), and producing Bounded Context analysis, Context Maps, and Ubiquitous Language. Use when user needs help understanding domain boundaries, planning domain interviews, or structur... | skillsmp.com | null | https://github.com/MilesChou/claude-marketplace/tree/main/plugins/ddd/skills/ddd-strategic-design | MilesChou |
resolving-conflict | 協助解決 Git Rebase 或 Merge 過程中的衝突,提供系統化的衝突解決流程。 | skillsmp.com | null | https://github.com/MilesChou/claude-marketplace/tree/main/plugins/git/skills/resolving-conflict | MilesChou |
quick-fix | 當使用 test 開頭的 command、skill、agent 時,在執行過程中使用者提出改善建議,立即調整 .claude 目錄中對應的 md 檔案 | skillsmp.com | null | https://github.com/MilesChou/claude-marketplace/tree/main/plugins/plugin-dev/skills/quick-fix | MilesChou |
skills-development | 協助設計和開發 Claude Code Skills,提供 skill 設計的思考邏輯和最佳實踐 | skillsmp.com | null | https://github.com/MilesChou/claude-marketplace/tree/main/plugins/plugin-dev/skills/skills-development | MilesChou |
supabase-auth | Manage authentication and user operations in Supabase. Use for sign up, sign in, sign out, password resets, and user management. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/tree/main/skills/supabase-auth | Nice-Wolf-Studio |
supabase-database | Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/tree/main/skills/supabase-database | Nice-Wolf-Studio |
supabase-edge-functions | Deploy and manage Supabase Edge Functions. Use for invoking serverless functions, deploying new functions, and managing function deployments. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/tree/main/skills/supabase-edge-functions | Nice-Wolf-Studio |
supabase-realtime | Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/tree/main/skills/supabase-realtime | Nice-Wolf-Studio |
supabase-storage | Manage file storage operations in Supabase Storage. Use for uploading, downloading, listing, and deleting files in buckets. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/tree/main/skills/supabase-storage | Nice-Wolf-Studio |
code-review | GitHub code review operations - approve PRs, request changes, comment on code, and manage review workflows using gh CLI | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-github-skills/tree/main/skills/code-review | Nice-Wolf-Studio |
bubbletea-designer | Automates Bubble Tea TUI design by analyzing requirements, mapping to appropriate components from the Charmbracelet ecosystem, generating component architecture, and creating implementation workflows. Use when designing terminal UIs, planning Bubble Tea applications, selecting components, or needing design guidance for... | skillsmp.com | null | https://github.com/Human-Frontier-Labs-Inc/human-frontier-labs-marketplace/tree/master/plugins/bubbletea-designer | Human-Frontier-Labs-Inc |
carebridge-standards | Comprehensive coding standards and architectural patterns for the CareBridge eldercare management application. Includes critical patterns for case context management, Stripe integration, Next.js 15 requirements, component creation rules, and database operations. This skill should be used whenever working on the CareBri... | skillsmp.com | null | https://github.com/Human-Frontier-Labs-Inc/human-frontier-labs-marketplace/tree/master/plugins/carebridge-standards | Human-Frontier-Labs-Inc |
distributed-gummy | Orchestrate gummy-agents across distributed network using 'd' command for load-balanced, multi-host AI development | skillsmp.com | null | https://github.com/Human-Frontier-Labs-Inc/human-frontier-labs-marketplace/tree/master/plugins/distributed-gummy-orchestrator | Human-Frontier-Labs-Inc |
tailscale-sshsync-agent | Manages distributed workloads and file sharing across Tailscale SSH-connected machines. Automates remote command execution, intelligent load balancing, file synchronization workflows, host health monitoring, and multi-machine orchestration using sshsync. Activates when discussing remote machines, Tailscale SSH, workloa... | skillsmp.com | null | https://github.com/Human-Frontier-Labs-Inc/human-frontier-labs-marketplace/tree/master/plugins/tailscale-sshsync-agent | Human-Frontier-Labs-Inc |
discord-create-channel | Create new channels in Discord guilds/servers via the Discord API. Use this skill when the user wants to create text channels, voice channels, announcement channels, or categories in a Discord server. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-discord-skills/tree/main/discord-create-channel | Nice-Wolf-Studio |
discord-get-messages | Retrieve messages from Discord channels via the Discord API. Use this skill when the user wants to read, search, or analyze messages from a Discord channel. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-discord-skills/tree/main/discord-get-messages | Nice-Wolf-Studio |
discord-list-channels | List all channels in a Discord guild/server via the Discord API. Use this skill when the user wants to see all channels, find specific channels, or audit server structure. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-discord-skills/tree/main/discord-list-channels | Nice-Wolf-Studio |
discord-manage-channel | Manage and update Discord channels via the Discord API. Use this skill when the user wants to modify channel properties, update names/topics, change permissions, or delete channels. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-discord-skills/tree/main/discord-manage-channel | Nice-Wolf-Studio |
discord-send-message | Send messages to Discord channels via the Discord API. Use this skill when the user wants to send text messages, notifications, or formatted content to a Discord channel. | skillsmp.com | null | https://github.com/Nice-Wolf-Studio/agent-discord-skills/tree/main/discord-send-message | Nice-Wolf-Studio |
iot-uart-console-picocom | Use picocom to interact with IoT device UART consoles for pentesting operations including device enumeration, vulnerability discovery, bootloader manipulation, and gaining root shells. Use when the user needs to interact with embedded devices, IoT hardware, or serial consoles. | skillsmp.com | null | https://github.com/BrownFineSecurity/picocom-claude-skill/tree/master/.claude/skills/picocom | BrownFineSecurity |
home-assistant | Use this if the user wants to connect to Home Assistant or leverage Home Assistant in any shape or form inside their project. Guide users integrating Home Assistant into projects for home automation control or data ingestion. Collects and validates connection credentials (URL and Long-Lived Access Token), provides API ... | skillsmp.com | null | https://github.com/balloob/llm-skills/tree/main/home-assistant | balloob |
ollama | Use this if the user wants to connect to Ollama or leverage Ollama in any shape or form inside their project. Guide users integrating Ollama into their projects for local AI inference. Covers installation, connection setup, model management, and API usage for both Python and Node.js. Helps with text generation, chat in... | skillsmp.com | null | https://github.com/balloob/llm-skills/tree/main/ollama | balloob |
api-documentation | Auto-generate comprehensive API documentation with examples, schemas, and interactive tools. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/api-documentation | CuriousLearner |
api-tester | Quick API endpoint testing with comprehensive request/response validation. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/api-tester | CuriousLearner |
architecture-documenter | Document system architecture and technical design decisions for effective team communication and ... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/architecture-documenter | CuriousLearner |
auth-analyzer | Review and analyze authentication and authorization patterns for security vulnerabilities. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/auth-analyzer | CuriousLearner |
changelog-generator | Automatically generate changelogs from git commits following conventional commits, semantic versi... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/changelog-generator | CuriousLearner |
chart-generator | Generate charts and visualizations from data using various charting libraries and formats. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/chart-generator | CuriousLearner |
code-explainer | Explain complex code to team members in clear, understandable terms for effective knowledge shari... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/code-explainer | CuriousLearner |
code-formatter | Automatically format code across multiple languages with opinionated configurations. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/code-formatter | CuriousLearner |
code-reviewer | Automated code review with best practices, security checks, and quality standards. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/code-reviewer | CuriousLearner |
commit-helper | Intelligent commit message generation following conventional commit format. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/commit-helper | CuriousLearner |
complexity-analyzer | Measure and report code complexity metrics with actionable recommendations. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/complexity-analyzer | CuriousLearner |
compliance-checker | Check code against security compliance standards and best practices. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/compliance-checker | CuriousLearner |
conflict-resolver | Smart git merge conflict resolution with context analysis, pattern detection, and automated resol... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/conflict-resolver | CuriousLearner |
csv-processor | Parse, transform, and analyze CSV files with advanced data manipulation capabilities. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/csv-processor | CuriousLearner |
data-validator | Validate data against schemas, business rules, and data quality standards. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/data-validator | CuriousLearner |
dead-code-detector | Identify unused code, imports, variables, and functions for safe removal. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/dead-code-detector | CuriousLearner |
dependency-auditor | Automated security auditing of project dependencies to identify known vulnerabilities. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/dependency-auditor | CuriousLearner |
dependency-updater | Smart dependency update checker with changelog summaries and breaking change detection. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/dependency-updater | CuriousLearner |
deployment-checker | Pre-deployment validation checklist and automated readiness assessment. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/deployment-checker | CuriousLearner |
docker-helper | Docker Compose generation, optimization, and troubleshooting assistance. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/docker-helper | CuriousLearner |
documentation-generator | Auto-generate JSDoc, docstrings, README files, and API documentation. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/documentation-generator | CuriousLearner |
env-manager | Environment variable management, validation, and documentation. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/env-manager | CuriousLearner |
go-mod-helper | Go module system, dependency management, and project configuration assistance. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/go-mod-helper | CuriousLearner |
java-maven-helper | Maven build system, dependency management, and Java project configuration assistance. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/java-maven-helper | CuriousLearner |
json-transformer | Transform, manipulate, and analyze JSON data structures with advanced operations. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/json-transformer | CuriousLearner |
log-analyzer | Parse and analyze application logs to identify errors, patterns, and insights. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/log-analyzer | CuriousLearner |
meeting-notes | Convert meeting discussions into clear, actionable notes with tasks, decisions, and follow-ups fo... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/meeting-notes | CuriousLearner |
migration-generator | Create database migrations from model changes, schema diffs, and migration best practices. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/migration-generator | CuriousLearner |
mock-server | Create and manage mock API servers for development and testing. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/mock-server | CuriousLearner |
naming-analyzer | Suggest better variable, function, and class names based on context and conventions. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/naming-analyzer | CuriousLearner |
npm-helper | NPM and Node.js package management, project configuration, and dependency troubleshooting. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/npm-helper | CuriousLearner |
onboarding-helper | Generate comprehensive onboarding documentation and guides for new developers joining your team o... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/onboarding-helper | CuriousLearner |
openapi-generator | Generate comprehensive OpenAPI/Swagger specifications from existing code and APIs. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/openapi-generator | CuriousLearner |
pattern-detector | Detect design patterns and anti-patterns in code with recommendations. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/pattern-detector | CuriousLearner |
performance-profiler | Analyze code performance patterns and identify optimization opportunities. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/performance-profiler | CuriousLearner |
pr-template-generator | Generate comprehensive pull request descriptions that help reviewers understand changes quickly a... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/pr-template-generator | CuriousLearner |
project-scaffolder | Quick project setup with templates, best practices, and complete configuration for various framew... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/project-scaffolder | CuriousLearner |
python-venv-manager | Python virtual environment management, dependency handling, and project setup automation. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/python-venv-manager | CuriousLearner |
query-builder | Interactive database query builder for generating optimized SQL and NoSQL queries. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/query-builder | CuriousLearner |
query-optimizer | Analyze and optimize SQL queries for better performance and efficiency. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/query-optimizer | CuriousLearner |
refactor-assistant | Automated code refactoring suggestions and implementation. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/refactor-assistant | CuriousLearner |
report-generator | Generate professional markdown and HTML reports from data with charts, tables, and analysis. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/report-generator | CuriousLearner |
resource-monitor | Monitor system resources (CPU, memory, disk, network) during development and production. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/resource-monitor | CuriousLearner |
rust-cargo-assistant | Cargo build system, crate management, and Rust project configuration assistance. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/rust-cargo-assistant | CuriousLearner |
schema-visualizer | Generate database schema diagrams, ERDs, and documentation from database schemas. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/schema-visualizer | CuriousLearner |
search-enhancer | Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/search-enhancer | CuriousLearner |
secret-scanner | Detect accidentally committed secrets, credentials, and sensitive information in code. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/secret-scanner | CuriousLearner |
security-headers | Validate and implement HTTP security headers to protect web applications. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/security-headers | CuriousLearner |
seed-data-generator | Generate realistic test data for database development, testing, and demos. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/seed-data-generator | CuriousLearner |
snippet-manager | Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabi... | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/snippet-manager | CuriousLearner |
test-generator | Generate unit tests based on existing code patterns and testing frameworks. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/test-generator | CuriousLearner |
webhook-tester | Test webhook integrations locally with tunneling, inspection, and debugging tools. | skillsmp.com | null | https://github.com/CuriousLearner/devkit/tree/main/skills/webhook-tester | CuriousLearner |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.