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 ⌀ |
|---|---|---|---|---|---|
rails-security | Specialized skill for Rails security, authorization, and data protection. Use when implementing Pundit policies, Lockbox encryption, Blind Index searches, authentication, secure configuration, or fixing security vulnerabilities. Includes security best practices and common pitfall prevention. | skillsmp.com | null | https://github.com/alec-c4/claude-skills-rails-dev/tree/master/rails-security | alec-c4 |
rails-technical-writer | Technical documentation specialist for Rails projects. Use when writing README files, API documentation, setup guides, architectural decisions, code comments, or user-facing documentation. Focuses on clarity, completeness, and maintainability. | skillsmp.com | null | https://github.com/alec-c4/claude-skills-rails-dev/tree/master/rails-technical-writer | alec-c4 |
rails-testing | Specialized skill for Rails testing with RSpec, FactoryBot, and TDD workflows. Use when writing tests, setting up test coverage, creating factories, or implementing test-driven development. Covers unit tests, integration tests, system tests, and component tests. | skillsmp.com | null | https://github.com/alec-c4/claude-skills-rails-dev/tree/master/rails-testing | alec-c4 |
rails-viewcomponents | Specialized skill for building ViewComponents with Hotwire (Turbo & Stimulus). Use when creating reusable UI components, implementing frontend interactions, building Turbo Frames/Streams, or writing Stimulus controllers. Includes component testing with Lookbook. | skillsmp.com | null | https://github.com/alec-c4/claude-skills-rails-dev/tree/master/rails-viewcomponents | alec-c4 |
ruby-on-rails-development | Rails skills router and knowledge base. Routes your request to the appropriate specialist skill. Contains core Rails principles and conventions. Use when unsure which specialist to choose or for general Rails questions. | skillsmp.com | null | https://github.com/alec-c4/claude-skills-rails-dev/tree/master/ruby-on-rails-development | alec-c4 |
app-planner | Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and distribution strategy. | skillsmp.com | null | https://github.com/rshankras/claude-code-ios-skills/tree/main/skills/app-planner | rshankras |
coding-best-practices | Reviews Swift/iOS code for adherence to modern Swift idioms, Apple platform best practices, architecture patterns, and code quality standards. Use when user mentions best practices, code review, clean code, refactoring, or wants to improve code quality. | skillsmp.com | null | https://github.com/rshankras/claude-code-ios-skills/tree/main/skills/coding-best-practices | rshankras |
skill-creator | Guides you through creating well-structured Claude Code skills with proper modularization, templates, and best practices. Use when creating new skills or improving existing ones. | skillsmp.com | null | https://github.com/rshankras/claude-code-ios-skills/tree/main/skills/skill-creator | rshankras |
ui-review | Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards. | skillsmp.com | null | https://github.com/rshankras/claude-code-ios-skills/tree/main/skills/ui-review | rshankras |
best-practices | 提供软件开发最佳实践指导,自动检查和建议改进 | skillsmp.com | null | https://github.com/wutongci/agentdemo/tree/master/backend/skills-package/skills/best-practices | wutongci |
code-quality | 自动检查代码质量问题,提供改进建议 | skillsmp.com | null | https://github.com/wutongci/agentdemo/tree/master/backend/skills-package/skills/code-quality | wutongci |
security | 自动检查常见安全漏洞和安全最佳实践 | skillsmp.com | null | https://github.com/wutongci/agentdemo/tree/master/backend/skills-package/skills/security | wutongci |
git | Automate Git workflow for AgentOS. Handles branch creation, TODO-based commits, and PR generation following project conventions. | skillsmp.com | null | https://github.com/kys0213/agentos/tree/main/.claude/skills/git | kys0213 |
testing | Automate test writing for AgentOS project with proper conventions. Applies layer-specific test patterns (Unit/E2E/Electron-E2E) based on code location and generates consistent test code following Given-When-Then structure. | skillsmp.com | null | https://github.com/kys0213/agentos/tree/main/.claude/skills/testing | kys0213 |
worldcrafter-auth-guard | Add authentication and authorization to routes, Server Actions, and API endpoints using Supabase Auth. Use when user needs "protect [route]", "add authentication", "require login", "add RBAC", "implement login/logout", or mentions auth, permissions, OAuth, API keys. Provides patterns for protected routes, Server Action... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-auth-guard | hopeoverture |
worldcrafter-database-setup | Create database tables with Prisma ORM, migrations, and RLS policies. Use when user needs "create database table", "add [model] model", "set up RLS", "create migration", "store data in database", or "design schema". Generates Prisma models with proper naming conventions, creates migrations, sets up Row-Level Security p... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-database-setup | hopeoverture |
worldcrafter-feature-builder | Build complete features with Server Actions, forms, Zod validation, database CRUD operations, and comprehensive tests. Use when user requests "add a feature", "build a [feature]", "create [feature] with forms", or needs end-to-end implementation with validation and testing. Scaffolds pages, actions, schemas, loading/er... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-feature-builder | hopeoverture |
worldcrafter-route-creator | Scaffold Next.js App Router routes for simple pages without forms or complex logic. Use when user needs "create a page", "add route", "add about/contact/terms page", "create API endpoint", "add layout", or mentions SSE/webhooks. Generates page, layout, loading, error, and not-found files with boilerplate. Best for stat... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-route-creator | hopeoverture |
worldcrafter-skill-selector | Meta-skill for selecting correct WorldCrafter skill. Use when unclear which skill to use, request maps to multiple skills, need to orchestrate skills, user asks for guidance, or ambiguous requests need clarification. Provides decision trees and trigger matching for feature-builder (complete features with forms), databa... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-skill-selector | hopeoverture |
worldcrafter-test-generator | Generate comprehensive tests following three-layer pyramid - unit (Vitest), integration (real database), E2E (Playwright). Use when user needs "add tests", "improve coverage", "test [feature]", "write E2E tests", "generate test factory", or mentions testing auth, forms, database, AI features, visualizations, real-time ... | skillsmp.com | null | https://github.com/hopeoverture/worldcrafter-v2/tree/master/.claude/skills/worldcrafter-test-generator | hopeoverture |
database-query-helper | Helps query and analyze PostgreSQL databases. Use when the user asks about database queries, schema inspection, table relationships, or data analysis tasks. Can connect to local or remote PostgreSQL instances and execute safe, parameterized queries. Supports schema exploration, query optimization suggestions, and data ... | skillsmp.com | null | https://github.com/jduncan-rva/database-query-helper | jduncan-rva |
markdown | Transform AI markdown generation to be 100% markdownlint-compliant. Use this skill whenever generating messages containing markdown, generating or editing markdown files (.md) for technical documentation, README files, guides, tutorials, or any GFM content requiring clean, professional presentation. | skillsmp.com | null | https://github.com/RedondoK/claude-md-skill/tree/main/markdown | RedondoK |
nuxt-content | Use when answering questions about OR implementing features with Nuxt Content (queries, MDC components, document-driven mode), especially when uncertain about current API - Nuxt Content is frequently updated with breaking changes, so fetch current documentation from llms.txt before responding to ensure accuracy over tr... | skillsmp.com | null | https://github.com/alexanderop/awesome-claude-code-vue/tree/main/.claude/skills/nuxt-content | alexanderop |
reviewing-authentication-and-authorization-security | Use when reviewing authentication or authorization code. Provides comprehensive security guidance on JWT validation, token exchange, OAuth 2.0/2.1 compliance, PKCE, Resource Indicators, MCP authorization, session management, and API authentication. Covers critical vulnerabilities including token forwarding, audience va... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/auth-security | bbrowning |
managing-cross-repository-configuration | Use when user asks where to put configuration, skills, or learnings, or discusses sharing config across projects. Provides decision criteria for the three-tier architecture (global ~/.claude, plugin, project-local .claude) to prevent duplication and ensure reusability. Invoke before creating new skills or configuration... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/cross-repo-config | bbrowning |
troubleshooting-gpt-oss-and-vllm-errors | Use when diagnosing openai_harmony.HarmonyError or gpt-oss tool calling issues with vLLM. Identifies error sources (vLLM server vs client), maps specific error messages to known GitHub issues, and provides configuration fixes for tool calling problems with gpt-oss models. | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/gpt-oss-troubleshooting | bbrowning |
reviewing-llama-stack-code | Use when reviewing code or PRs in the llama-stack repository (llamastack/llama-stack on GitHub). Provides specialized knowledge about Llama Stack's architecture, testing patterns (recordings folders), backward compatibility requirements, distributed system considerations, and code review focus areas specific to this pr... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/llama-stack | bbrowning |
creating-and-managing-plugin-marketplaces | Use before creating or editing marketplace.json files, setting up marketplace repositories, or when user asks about plugin distribution. Provides expert guidance on marketplace structure, manifest configuration, plugin organization, semantic versioning, and git-based distribution workflows. Invoke when working with mar... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/marketplace-builder | bbrowning |
validating-openai-api-implementations | Use when reviewing OpenAI API usage, answering questions about OpenAI endpoints, or validating implementations against the official API specification. Provides expert knowledge on chat completions, embeddings, models, audio, assistants, batch processing, and moderations endpoints. Essential for code reviews involving O... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/openai-api-expert | bbrowning |
creating-and-editing-claude-plugins | Use before creating or editing plugin.json manifests, organizing .claude-plugin directories, or when user asks about plugin structure, versioning, or distribution. Provides expert guidance on manifest configuration, component organization, semantic versioning, and shareable plugin best practices. Invoke when working wi... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/plugin-builder | bbrowning |
locating-plugin-source-code | Use when you need to find the source code location of installed plugins, explore plugin structure, access reference materials in plugins, or debug plugin issues. Provides step-by-step guidance to trace installed plugins back to their local repository locations by reading ~/.claude/plugins/installed_plugins.json and nav... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/plugin-source-locator | bbrowning |
reviewing-pull-requests | Use when user mentions reviewing PRs, provides GitHub PR URLs/numbers, or discusses code review. Provides structured analysis of code quality, backward compatibility, security issues, test coverage, and unaddressed comments with categorized findings (Critical/High/Medium/Low). Creates isolated git worktree for safe rev... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/pr-review | bbrowning |
creating-and-editing-claude-skills | Use before creating or editing any SKILL.md files, and immediately after making skill changes to verify quality. Invoked when user asks about skill structure, descriptions, or best practices. Provides expert guidance on naming, descriptions for discoverability, progressive context reveal, and validation workflows. Crit... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/skill-builder | bbrowning |
version-controlling-global-configuration | Use when user asks about version controlling ~/.claude directory or syncing Claude Code settings across machines. Provides git setup instructions and .gitignore patterns to track only portable settings while excluding logs, session data, and machine-specific plugin metadata. Invoke before initializing git in ~/.claude ... | skillsmp.com | null | https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/bbrowning-claude/skills/version-control-config | bbrowning |
mdx-to-lexical | Convert Astro MDX content to Payload Lexical JSON format, including frontmatter parsing, component extraction, inline block resolution, and relationship linking. Use when converting MDX files, transforming markdown content, processing Astro components, generating Lexical JSON, migrating rich text from Keystatic to Payl... | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/mdx-to-lexical | ComparePower |
migration-validator | Verify migration results at all layers - database queries, field presence checks, relationship integrity, admin UI testing with Playwright, and comprehensive validation reporting. Use when validating migrations, verifying database seeding, checking data integrity, testing admin UI functionality, generating validation r... | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/migration-validator | ComparePower |
payload-schema-generator | Generate Payload CMS collection schemas from frontmatter analysis and field discovery. Scans MDX files, extracts unique fields, maps field types, generates TypeScript CollectionConfig with proper configuration (trash, versions, access control). Use when creating new collections, analyzing content structure, defining Pa... | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/payload-schema-generator | ComparePower |
schema-drift-detector | Detect ComparePower API schema changes by comparing current API responses with expected schemas, identifying new/removed/changed fields, and auto-generating Payload field definitions. Use when monitoring API schemas, detecting field changes, updating collection schemas after API changes, generating Payload field config... | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/schema-drift-detector | ComparePower |
skill-creator | Create new Claude Code Skills following project conventions. Generate SKILL.md with proper YAML frontmatter, create folder structure with scripts and templates directories, set up tool permissions with allowed-tools, and follow naming conventions (lowercase-with-hyphens). Use when creating new skills, scaffolding skill... | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/skill-creator | ComparePower |
validation-manager | Manage custom validators in src/utilities/validators/ including field validators (email, phone, URL, text, number, slug) and rich-text validators (heading hierarchy, accessibility, links). Create new validators, update existing ones, apply to collection hooks, generate test cases, and document validator usage. | skillsmp.com | null | https://github.com/ComparePower/payload-cms-cloudflare-baseline/tree/main/.claude/skills/validation-manager | ComparePower |
backend-dev-guidelines | Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers lay... | skillsmp.com | null | https://github.com/BrianDai22/concetrateaiquiz/tree/main/.claude/skills/backend-dev-guidelines | BrianDai22 |
competitive-analysis-templates | Master competitive analysis templates including competitor deep-dives, battle cards, feature comparison matrices, and win/loss analysis. Use when analyzing competitors, creating battle cards for sales, positioning against alternatives, tracking competitive moves, or preparing for competitive threats. Covers competitive... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/competitive-analysis-templates | slgoodrich |
go-to-market-playbooks | Master product launches, positioning, messaging, and GTM strategies. Use when planning launches, entering markets, or positioning products. | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/go-to-market-playbooks | slgoodrich |
interview-frameworks | Master user interviews including interview guide design, questioning techniques, active listening, probing, avoiding leading questions, and interview analysis. Use when conducting user interviews, designing interview guides, researching user needs, discovering problems, validating assumptions, or gathering qualitative ... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/interview-frameworks | slgoodrich |
launch-planning-frameworks | Master product launch planning including launch types (soft, hard, tiered), launch strategies, launch timelines, cross-functional coordination, and launch execution. Use when planning product launches, coordinating cross-functional teams, creating launch plans, timing market entry, executing launches, or building launc... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/launch-planning-frameworks | slgoodrich |
market-sizing-frameworks | Master TAM/SAM/SOM calculations, market sizing methodologies, and validation frameworks. Use when assessing market opportunity, validating business viability, planning market entry, estimating revenue potential, or determining if a market is worth pursuing. Covers bottom-up, top-down, and value theory sizing methods, c... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/market-sizing-frameworks | slgoodrich |
prd-templates | Master PRD templates including problem statements, success metrics, requirements, user stories, and technical considerations. Use when writing PRDs, documenting features, defining requirements, communicating product decisions, or creating feature specifications. Covers PRD structure, writing best practices, and templat... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/prd-templates | slgoodrich |
prioritization-methods | Apply RICE, ICE, MoSCoW, Kano, and Value vs Effort frameworks. Use when prioritizing features, roadmap planning, or making trade-off decisions. | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/prioritization-methods | slgoodrich |
product-market-fit | Master frameworks for measuring, achieving, and maintaining product-market fit (PMF). Use when validating new products, assessing readiness to scale, diagnosing retention problems, planning market expansion, measuring "very disappointed" score, implementing PMF engines, or determining if you have permission to grow. Co... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/product-market-fit | slgoodrich |
product-positioning | Master product positioning and differentiation using April Dunford's framework for creating category-defining products. Use when launching new products, repositioning existing products, defining competitive strategy, developing messaging, entering new markets, or differentiating from competitors. Covers positioning sta... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/product-positioning | slgoodrich |
roadmap-frameworks | Master product roadmaps including roadmap types (timeline, outcome-based, Now-Next-Later), communication strategies, and prioritization. Use when creating roadmaps, communicating strategy, prioritizing initiatives, or evolving product direction. Covers roadmap formats, communication tactics, and roadmap best practices ... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/roadmap-frameworks | slgoodrich |
specification-techniques | Master techniques for writing clear, complete product specifications and requirements documents (PRDs). Use when defining feature requirements, writing user stories, creating acceptance criteria, documenting API specifications, aligning cross-functional teams, reducing ambiguity, covering edge cases, or translating pro... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/specification-techniques | slgoodrich |
synthesis-frameworks | Master research synthesis including qualitative analysis, affinity diagramming, theme identification, pattern recognition, and insight extraction. Use when synthesizing research, analyzing interviews, identifying patterns, extracting insights, organizing findings, or translating research into action. Covers synthesis m... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/synthesis-frameworks | slgoodrich |
usability-frameworks | Usability testing methodology, Nielsen's heuristics, and usability metrics for evaluating user interfaces | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/usability-frameworks | slgoodrich |
user-research-techniques | Master user interviews, usability testing, surveys, and research synthesis. Use when planning research, gathering user insights, or validating assumptions. | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/user-research-techniques | slgoodrich |
user-story-templates | Master user story templates including As-a/I-want/So-that format, acceptance criteria (Given-When-Then), story splitting, and INVEST criteria. Use when writing user stories, defining acceptance criteria, splitting stories, refining backlogs, or communicating requirements to development teams. Covers user story best pra... | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/user-story-templates | slgoodrich |
validation-frameworks | Problem and solution validation methodologies, assumption testing, and MVP validation experiments | skillsmp.com | null | https://github.com/slgoodrich/agents/tree/main/plugins/ai-pm-copilot/skills/validation-frameworks | slgoodrich |
smartspec | AI-Ready requirements specification generator that transforms vague ideas into professional specification documents deliverable to AI development tools (BMAD Story Format and GitHub Spec-Kit Format) through intelligent guided conversations. Use this when users need to create requirement specifications, product requirem... | skillsmp.com | null | https://github.com/gowerlin/SmartSpec/tree/main/claude-skill | gowerlin |
equilateral-agents | 22 production-ready AI agents with database-driven orchestration for security reviews, code quality analysis, deployment validation, infrastructure checks, and compliance. Auto-activates for security concerns, deployment tasks, code reviews, quality checks, and compliance questions. Includes upgrade paths to enterprise... | skillsmp.com | null | https://github.com/Equilateral-AI/equilateral-agents-open-core/tree/main/.claude/skills/equilateral-agents | Equilateral-AI |
steerings-generator | Extract tacit engineering knowledge through guided interviews and generate structured steerings. Use when user mentions "steerings", "tacit knowledge", "conventions", "engineering practices", "interview", or wants to document team/project knowledge. Also activates when user asks for "steerings for X", "document X conve... | skillsmp.com | null | https://github.com/timurkhakhalev/cc-plugins/tree/main/steerings-generator-cc-skill/skills/steerings-generator | timurkhakhalev |
ac-expander | Turn vague Acceptance Criteria into measurable checks and test assertions | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/ac-expander | MacroMan5 |
agent-selector | Automatically selects the best specialized agent based on user prompt keywords and task type. Use when routing work to coder, tester, reviewer, research, refactor, documentation, or cleanup agents. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/agent-selector | MacroMan5 |
brainstorming | Structured ideation for options, trade-offs, and a clear decision | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/brainstorming | MacroMan5 |
breaking-change-detector | Detects backward-incompatible changes to public APIs, function signatures, endpoints, and data schemas before they break production. Suggests migration paths. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/breaking-change-detector | MacroMan5 |
code-review-request | Request and process code review efficiently with a simple rubric and patch plan | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/code-review-request | MacroMan5 |
context-packer | Build a compact, high-signal context brief (files, symbols, recent commits) instead of pasting large code blocks | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/context-packer | MacroMan5 |
diff-scope-minimizer | Keep changes narrowly scoped with a tiny patch plan and stop criteria | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/diff-scope-minimizer | MacroMan5 |
error-handling-completeness | Evaluates if error handling is sufficient for new code - checks try-catch coverage, logging, user messages, retry logic. Focuses on external calls and user-facing code. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/error-handling-completeness | MacroMan5 |
gh-issue-sync | Create or update GitHub issue for the story and sub-issues for tasks | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/gh-issue-sync | MacroMan5 |
git-worktrees | Use Git worktrees to isolate tasks and keep diffs small and parallelizable | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/git-worktrees | MacroMan5 |
memory-graph | Persistent memory graph skill using the MCP Memory server | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/memory-graph | MacroMan5 |
output-style-selector | Automatically choose the best output style (tables, bullets, YAML, HTML, concise) to improve scanability and save tokens | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/output-style-selector | MacroMan5 |
performance-budget-checker | Detects performance anti-patterns like N+1 queries, nested loops, large file operations, and inefficient algorithms. Suggests fast fixes before issues reach production. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/performance-budget-checker | MacroMan5 |
project-docs-sync | Automatically synchronize project documentation when major changes occur (new tech, architecture changes, requirements shifts). Detects significant updates and propagates changes across TECH-STACK.md, ARCHITECTURE.md, and SPECIFICATIONS.md. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/project-docs-sync | MacroMan5 |
project-planner | Transforms project ideas into structured documentation (overview + specifications). Use when starting new projects or when brief needs project-level planning with vision, features, and technical requirements. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/project-planner | MacroMan5 |
regression-testing | Evaluates and implements regression tests after bug fixes based on severity, code complexity, and coverage. Use when bugs are fixed to prevent future regressions. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/regression-testing | MacroMan5 |
security-audit | Triggers for authentication, payments, user input, and API endpoints to check OWASP risks. Auto-evaluates security need and provides actionable fixes, not checklists. | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/security-audit | MacroMan5 |
story-traceability | Ensure Acceptance Criteria map to Tasks and Tests for PR-per-story workflow | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/story-traceability | MacroMan5 |
task-slicer | Split features into atomic 2–4h tasks with independent tests and minimal dependencies | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/task-slicer | MacroMan5 |
tech-stack-architect | Design complete technology stack and system architecture from project requirements - generates TECH-STACK.md with frontend/backend/database/DevOps choices plus rationale, and ARCHITECTURE.md with components, data flow, and mermaid diagrams | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/tech-stack-architect | MacroMan5 |
test-driven-development | Enforce RED→GREEN→REFACTOR micro-cycles and keep diffs minimal | skillsmp.com | null | https://github.com/MacroMan5/claude-code-workflow-plugins/tree/main/.claude/skills/test-driven-development | MacroMan5 |
speckit-specify | Create or update the feature specification from a natural language feature description. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/B1_specify | es27dev |
speckit-clarify | Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/C1_clarify | es27dev |
brand-guidelines | Applies PACON Real Estate GmbH's official brand colors and visual identity to any sort of artifact that may benefit from having PACON's professional look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/.custom/brand-guidelines | es27dev |
speckit-plan | Execute the implementation planning workflow using the plan template to generate design artifacts. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/D1_plan | es27dev |
speckit-analyze | Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/E1_analyze | es27dev |
speckit-tasks | Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/F1_tasks | es27dev |
speckit-implement | Execute the implementation plan by processing and executing all tasks defined in tasks.md | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/G1_implement | es27dev |
better-auth | Production-ready authentication framework for TypeScript with first-class Cloudflare D1 support. Use this skill when building auth systems as a self-hosted alternative to Clerk or Auth.js, particularly for Cloudflare Workers projects. Supports social providers (Google, GitHub, Microsoft, Apple), email/password, magic l... | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/.imported/better-auth | es27dev |
webapp-testing | Interactive testing toolkit for local web applications using Chrome DevTools MCP. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and inspecting console logs - all with visual feedback in real-time. | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/.imported/webapp-testing | es27dev |
speckit-workflow | Multi-agent workflow for spec-driven development using the Checkcard MCP system (A1 → F1) | skillsmp.com | null | https://github.com/es27dev/devkit-base/tree/main/.claude/skills/speckit | es27dev |
aem-block-development | Technical implementation guide for AEM Edge Delivery blocks - DOM manipulation, decoration patterns, and JavaScript best practices. Use when implementing block functionality after content structure is designed. | skillsmp.com | null | https://github.com/samircaus/elsie/tree/main/.agents/skills/aem-block-development | samircaus |
aem-block-reusability | Check Block Collection and Block Party BEFORE implementing blocks - avoid reinventing the wheel. Use when asked to implement any block or component for AEM Edge Delivery Services, before starting implementation. | skillsmp.com | null | https://github.com/samircaus/elsie/tree/main/.agents/skills/aem-block-reusability | samircaus |
aem-content-modeling | Design author-friendly content structures that work for non-technical content creators. Use when designing content structures for blocks in AEM Edge Delivery Services. | skillsmp.com | null | https://github.com/samircaus/elsie/tree/main/.agents/skills/aem-content-modeling | samircaus |
aem-development-workflow | Required workflow for AEM EDS development - linting, testing, preview validation, and PRs with demo links. Use when developing blocks or features for AEM Edge Delivery Services projects, before doing anything else. | skillsmp.com | null | https://github.com/samircaus/elsie/tree/main/.agents/skills/aem-development-workflow | samircaus |
ios-simulator-skill | 21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output. | skillsmp.com | null | https://github.com/conorluddy/ios-simulator-skill/tree/main/skill | conorluddy |
n8n-vibe-workflow | n8nの自動化ワークフローをJSON形式で生成します。ワークフロー作成、自動化、n8n、統合、インテグレーション、webhook、APIなどが言及された場合に使用します。 | skillsmp.com | null | https://github.com/Ma-san229/yuz/tree/main/Output(成果物)/n8n-vibe-workflow | Ma-san229 |
prp-core-runner | Orchestrate complete PRP workflow from feature request to pull request. Run create branch, create PRP, execute implementation, commit changes, and create PR in sequence. Use when implementing features using PRP methodology or when user requests full PRP workflow. | skillsmp.com | null | https://github.com/NanoBoom/nano-claude-code-plugins/tree/main/plugins/prp-core/skills/prp-core-runner | NanoBoom |
ai-partner-chat | 基于用户画像和向量化笔记提供个性化对话。当用户需要个性化交流、上下文感知的回应,或希望 AI 记住并引用其之前的想法和笔记时使用。 | skillsmp.com | null | https://github.com/eze-is/ai-partner-chat | eze-is |
youtube-comment-analysis | Use when user requests YouTube comments. Run standalone for comment analysis or sequential with youtube-to-markdown for cross-analysis with video summary. | skillsmp.com | null | https://github.com/vre/flow-state/tree/main/youtube-comment-analysis | vre |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.