Author Profile: MrWaip

Skills published by MrWaip with real stars/downloads and source-aware metadata.

Total Skills

12

Total Stars

12

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

audit

1

Stars
1
Downloads
0

diagnose-diagnostics

1

Stars
1
Downloads
0

diagnose-matt

1

Stars
1
Downloads
0

diagnose

1

Stars
1
Downloads
0

fix-test

1

Stars
1
Downloads
0

grill-with-docs

1

Stars
1
Downloads
0

improve-codebase-architecture

1

Stars
1
Downloads
0

port

1

Stars
1
Downloads
0

Published Skills

Security

audit

Gap analysis for an existing feature vs reference Svelte compiler. Use when the user asks what is missing in our implementation of a feature, asks to audit a feature, or wants to check feature completeness against the reference compiler.

Repository SourceNeeds Review
General

diagnose-diagnostics

Diagnose a diagnostic mismatch or suspected false positive/negative against npm `svelte/compiler` by isolating the first owning failure, capturing it in `tasks/diagnostic_tests`, and recording the follow-up in the owning spec or in `specs/unknown.md`. Use when the problem is diagnostic parity rather than JS/CSS output parity.

Repository SourceNeeds Review
General

diagnose-matt

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

Repository SourceNeeds Review
General

diagnose

Diagnose a Svelte component, playground repro, or component file by isolating the first owning failure, turning it into focused persistent tests, and recording the follow-up in the owning spec or in `specs/unknown.md`. Use when a broad repro is failing and the next step is not yet reduced to one named failing test or one approved spec slice.

Repository SourceNeeds Review
Security

fix-test

Triage one failing compiler test to decide whether it should be fixed locally, escalated into a slice for port, or sent back to audit/spec work. Use when a failing test may hide a larger architectural or feature-completeness gap and Claude should classify the work before implementing.

Repository SourceNeeds Review
General

grill-with-docs

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

Repository SourceNeeds Review
Coding

improve-codebase-architecture

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

Repository SourceNeeds Review
Coding

port

Port the next explicit unchecked use case from a Svelte compiler spec to the Rust implementation. Use when a feature already has a spec and Claude should fully close one use case, or a small group of use cases that naturally close together, while keeping strict parser/analyze/codegen boundaries. If the selected use case is too large to close cleanly, decompose it in the spec and stop.

Repository SourceNeeds Review
General

profile

Профайлинг компилятора и анализ горячих точек. Только по явному вызову `/profile`.

Repository SourceNeeds Review
General

to-issues

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

Repository SourceNeeds Review
General

to-prd

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

Repository SourceNeeds Review
Automation

triage

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

Repository SourceNeeds Review
Author MrWaip | V50.AI