Malformed Yaml
A Claude skill from Mane087/skill-router.
Writing Plans
Use when a specification exists and a multi-step implementation plan must be written before touching code.
Unknown Phase
Declares a phase outside the supported lifecycle.
Minimal
The smallest manifest a skill can declare.
React
React practices for building components and hooks.
Playwright
Playwright end to end browser testing.
Skill Router Metadata
>
Unnormalized
>
Code Review
Reviewing a diff or branch for correctness, clarity and regressions.
Ask Questions
Clarifying an underspecified request before implementing it.
Verification Before Completion
Use before claiming that work is complete, fixed or passing, and before committing or opening a pull request.
Scalar Frontmatter
A Claude skill from Mane087/skill-router.
Tailwind
Tailwind CSS utility classes for styling markup.
Executing Plans
Use when a written plan exists and has to be carried out step by step with review checkpoints.
Tdd
Test driven development, writing a failing test before the implementation.
Dispatching Parallel Agents
Use when two or more independent tasks can run without shared state or sequential dependencies.
Architecture Diagrams
Create validated architecture, workflow, sequence, data-flow and state diagrams from a description of a system.
Write Good Code
Writing maintainable code, naming, duplication, coupling and simplification.
Receiving Code Review
Use when review feedback arrives, to evaluate each comment on its technical merits before changing anything.
Angular
>
Postgres
PostgreSQL schema design, queries and migrations.
Insecure Defaults
Finding fail open defaults, hardcoded secrets and permissive security settings.
Systematic Debugging
Use when a bug, a failing test or unexpected behaviour appears, before proposing a fix.
Architecture Planning
Planning a change, weighing tradeoffs and choosing an approach before writing code.
Empty Description
A Claude skill from Mane087/skill-router.
Brainstorming
Use when turning a vague idea into a written design document, before any code is written.
Test Driven Development
Use when implementing a feature or a bug fix, to write the failing test before the implementation code.
Using Git Worktrees
Use when feature work needs isolation from the current workspace, before executing a plan.
Missing Frontmatter
A Claude skill from Mane087/skill-router.
Nestjs
NestJS practices for building backend modules, controllers and providers.
Requesting Code Review
Use when a change is complete and needs review before merging, to check that it meets its requirements.
Typescript
TypeScript types, generics, narrowing and strict compiler settings.
Jest
Jest unit testing, assertions, mocking and coverage.
Duplicate Keys
First description.
Writing Skills
Use when creating a new skill, editing an existing one, or verifying that a skill works.
Not A Valid Name
The name is not lowercase kebab-case.
Fp Check
Verifying a suspected security finding to rule out a false positive.
Foreign Fields
Carries frontmatter fields written by other tools that share this file.
Finishing A Development Branch
Use when the implementation is done and the branch has to be integrated, rebased or merged.