easyplatform-backend
[Implementation] Complete Easy.Platform backend development for EasyPlatform. Covers CQRS commands/queries, entities, validation, migrations, background jobs, and message bus. Use for any .NET backend task in this monorepo.
feature-docs
[Docs] Generate single-file feature documentation with verified test cases. Use for quick feature docs, feature README, any project (not enterprise modules). Outputs single markdown file with code evidence. Triggers on "quick feature docs", "feature readme", "single file docs", "verified documentation". For enterprise module hierarchy, use business-feature-docs instead.
feature
[Implementation] Use when the user asks to implement a new feature, enhancement, add functionality, build something new, or create new capabilities. Triggers on keywords like "implement", "add feature", "build", "create new", "develop", "enhancement".
figma-design
[Design & Content] Extract design specifications from Figma designs using MCP server. Triggers on Figma URLs, design context extraction, or design-to-code workflows. Formerly also known as "figma-extract".
fix-ci
[Fix & Debug] ⚡ Analyze Github Actions logs and fix issues
fix-fast
[Fix & Debug] ⚡ Analyze and fix small issues [FAST]
fix-hard
[Fix & Debug] ⚡⚡⚡ Use subagents to plan and fix hard issues
fix-issue
[Fix & Debug] ⚡⚡ Fix a GitHub issue with systematic debugging
fix-logs
[Fix & Debug] ⚡ Analyze logs and fix issues
fix-parallel
[Fix & Debug] ⚡⚡ Analyze & fix issues with parallel fullstack-developer agents
fix-test
[Fix & Debug] ⚡⚡ Run test suite and fix issues
fix-types
[Fix & Debug] ⚡ Fix type errors
fix-ui
[Fix & Debug] ⚡⚡ Analyze and fix UI issues
fix
[Fix & Debug] ⚡⚡ Analyze and fix issues [INTELLIGENT ROUTING]
frontend-angular
[Frontend] Use when creating or modifying Angular components, forms, stores, or API services in WebV2 (Angular 19) with proper base class inheritance, state management, and platform patterns.
frontend-design
[Frontend] Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications, OR when they provide screenshots/images/designs to replicate or draw inspiration from. For screenshot inputs, extracts design guidelines first using ai-multimodal analysis, then implements code following those guidelines. Generates creative, polished code that avoids generic AI aesthetics.
generate-dto
[Implementation] Generate entity DTO from an existing entity
git-cp
[Git & Release] Stage, commit and push all code in the current branch
git-merge
[Git & Release] ⚠️ Merge code from one branch to another
git-pr
[Git & Release] Create a pull request
investigate
[Fix & Debug] Investigate and explain how existing features or logic work. READ-ONLY exploration with no code changes.
kanban
[Tooling & Meta] Plans dashboard server with progress tracking and timeline visualization. Use when viewing plan directories with progress tracking, Gantt charts, and phase status.
learn
[Tooling & Meta] Teach Claude a new pattern, preference, or convention explicitly. Use when you want to save a correction, preference, or coding pattern for future sessions. Triggers on keywords like "remember this", "always do", "never do", "learn this pattern", "/learn".
learned-patterns
[Tooling & Meta] Manage learned patterns - list, view, archive, boost or penalize confidence. Use when you want to see what patterns Claude has learned, review pattern effectiveness, or manage the pattern library.
lint
[DevOps & Infra] Run linters and fix issues for backend or frontend
markdown-to-docx
[Utilities] Convert markdown files to Microsoft Word (.docx) with custom styling. Use when generating Word documents from markdown, creating editable documentation, or exporting reports for Microsoft Office.
markdown-to-pdf
[Utilities] Convert markdown files to PDF with custom styling. Use when generating PDF documents from markdown, creating printable documentation, or exporting reports.
mcp-management
[Tooling & Meta] Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.
memory-management
[Tooling & Meta] Use when saving or retrieving important patterns, decisions, and learnings across sessions. Triggers on keywords like "remember", "save pattern", "recall", "memory", "persist", "knowledge base", "learnings".
migration
[Implementation] ⚡⚡ Create or run database migrations
package-upgrade
[DevOps & Infra] Use when the user asks to analyze package upgrades, check for outdated dependencies, plan npm/NuGet updates, or assess breaking changes in package updates. Triggers on keywords like "upgrade packages", "outdated", "npm update", "breaking changes", "dependency upgrade", "package update", "version upgrade".
pdf-to-markdown
[Utilities] Convert PDF files to Markdown. Use when extracting text from PDFs, creating editable documentation from PDF reports, or converting PDF content to version-controlled markdown files.
performance
[Review & Quality] Use when analyzing and improving performance for database queries, API endpoints, frontend rendering, or cross-service communication. Triage skill that routes to database-optimization, frontend-patterns, or provides API/job/cross-service profiling guidance.
plan-analysis
[Planning] Use when the user provides an implementation plan file and asks to analyze it, assess impact, update specifications, or verify planned changes. Triggers on keywords like "analyze plan", "implementation plan", "assess impact", "update spec from plan", "verify plan".
plan-archive
[Planning] Write journal entries and archive specific plans or all plans
plan-ci
[Planning] Analyze Github Actions logs and provide a plan to fix the issues
plan-fast
[Planning] ⚡⚡ No research. Only analyze and create an implementation plan
plan-hard
[Planning] ⚡⚡⚡ Research, analyze, and create an implementation plan. Use --parallel for parallel-executable phases
plan-review
[Planning] Self-review plan for validity, correctness, and best practices
plan-two
[Planning] ⚡⚡⚡⚡ Research & create an implementation plan with 2 approaches
plan-validate
[Planning] Validate plan with critical questions interview
plan
[Planning] Use when you need to plan technical solutions that are scalable, secure, and maintainable.
pr
[Git & Release] ⚡ Create a pull request with standard format
problem-solving
[Planning] Apply systematic problem-solving techniques for complexity spirals (simplification cascades), innovation blocks (collision-zone thinking), recurring patterns (meta-pattern recognition), assumption constraints (inversion exercise), scale uncertainty (scale game), and dispatch when stuck. Techniques derived from Microsoft Amplifier project patterns adapted for immediate application.
product-owner
[Team Roles] Assist Product Owners with idea capture, backlog management, prioritization frameworks, and stakeholder communication. Use when working with product ideas, backlog items, sprint planning, or prioritization decisions. Triggers on keywords like "idea", "backlog", "prioritize", "sprint planning", "user value", "stakeholder", "product vision".
project-manager
[Team Roles] Assist Project Managers with status reports, dependency tracking, risk management, and team sync facilitation. Provides templates for sprint status, risk registers, dependency matrices, and meeting agendas. Triggers on keywords like "status report", "sprint status", "dependency", "risk", "team sync", "meeting agenda", "blockers", "project status", "sprint progress".
qa-engineer
[Team Roles] Assist QA Engineers with test planning, test case generation from acceptance criteria, coverage analysis, and regression test identification. Use when creating test plans, generating test cases, analyzing test coverage, or identifying regression risks. Triggers on keywords like "test plan", "test cases", "test spec", "test coverage", "regression", "QA", "testing strategy", "edge cases".
recover
[Tooling & Meta] Restore workflow context from checkpoint after session loss
refactoring
[Utilities] Use when restructuring code without changing behavior - extract method, extract class, rename, move, inline, introduce parameter object. Triggers on keywords like "extract", "rename", "move method", "inline", "restructure", "decompose".
release-notes
[Git & Release] Generate professional release notes from git commits between two refs with automated categorization. Use when creating release notes from git history.
Page 2 of 3 · 144 results