MSBart2/CopilotTraining
Skill Claude CodeCodex
Use this skill when asked to verify, validate, or fact-check a lore entry, character description, seed data record, or any Breaking Bad content against the canonical reference in docs/breaking-bad-universe.md. Triggers on: check lore, verify lore, fact-check, canon check, lore accuracy, is this correct, seed data…
MSBart2/CopilotTraining
Skill Claude CodeCodex
Use this skill when asked to add a new entity type with a card grid page to FanHub. It scaffolds the full stack: backend model, DbContext registration, seed data, EF Core migration, REST controller (GET + POST), frontend model, homepage stat card + nav-card, and a Blazor list page with an inline add form.
MSBart2/CopilotTraining
Agent
Review code against architectural standards and patterns.
MSBart2/CopilotTraining
Agent
Reviews code changes against FanHub architectural standards.
MSBart2/CopilotTraining
Agent
Researches and outlines multi-step plans.
MSBart2/CopilotTraining
Agent
Reviews infrastructure and deployment-related changes.
MSBart2/CopilotTraining
Agent
Validates FanHub data against schema AND database.
MSBart2/CopilotTraining
Agent
Research and analyze features to generate implementation plans.
MSBart2/CopilotTraining
Agent
Implement features from Feature Specs with full editing capabilities.
MSBart2/CopilotTraining
Agent
Security and standards review with comprehensive analysis, no code modifications.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering api route standards for fanhub, route structure, http status codes, response format (fanhub standard) and fanhub-specific patterns.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering backend api development standards, route architecture, async patterns, error handling and response format.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering docker development standards, dockerfile patterns, build stage, production stage and ✅ correct (cache dependencies).
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering documentation writing standards, structure, main title (h1 - once per document), section (h2) and subsection (h3).
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering frontend ui development standards, component architecture, state management, error handling and file organization.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Infrastructure and DevOps standards for Docker, Kubernetes, Terraform, and CI/CD workflows.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering javascript development standards, variables, functions, objects and arrays.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering python development standards, code style, variables and functions: snakecase, classes: pascalcase and constants: uppersnakecase.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
React component standards and patterns for FanHub.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering testing standards for fanhub, test structure, test categories, fanhub-specific test patterns and mocking standards.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering testing standards, test structure, test naming, assertions and mocking.
MSBart2/CopilotTraining
Instructions file GitHub Copilot
Instructions for MSBart2/CopilotTraining, covering typescript development standards, type definitions, type safety, generics and union types.
MSBart2/CopilotTraining
Skill Claude CodeCodex
REST API design standards for FanHub's Express backend. Use when creating or modifying API endpoints to ensure consistency.
MSBart2/CopilotTraining
Skill Claude CodeCodex
Generates failing tests that reproduce reported bugs in FanHub. Use when a bug report comes in and you need to create a test that demonstrates the issue before fixing it. Follows FanHub's testing patterns and data integrity rules.