skill-identifier

When to trigger this skill - be specific about the scenarios where Claude should use it

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "skill-identifier" with this command: npx skills add ViperJuice/skillsmp-viperjuice-viperjuice-skill-identifier

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

phase-roadmap-builder

Produces or extends a multi-phase roadmap spec (`specs/phase-plans-v<N>.md`) that `/plan-phase` can ingest. Use when the user wants to turn the current conversation's plan, an architecture discussion, or a pointed-at markdown spec into a phased roadmap — phrases like 'build a phase roadmap', 'turn this into a phased plan', 'create a multi-phase spec', 'add a phase to the roadmap', 'extend the phase plan', or after a long planning conversation when the user says 'ok let's formalize this'. Also triggers when the user wants to APPEND phases to an existing roadmap without editing prior phases. Designs for maximum parallelism: fewer phases, more parallel lanes per phase, tight early interface freezes.

Repository SourceNeeds Review
General

execute-phase

Executes a plan-phase plan doc to completion. Spawns one worktree-isolated teammate per swim lane via TeamCreate, respects the lane DAG and interface freeze gates, auto-merges lanes when their verify passes, and retries once on failure before halting. Assigns each teammate a model + thinking level matched to the lane's complexity. Run after /plan-phase has produced plans/phase-plan-<VERSION>-<PHASE_ALIAS>.md.

Repository SourceNeeds Review
General

file-read-cache

Guidelines for avoiding redundant file reads during a session. Use throughout any coding session. Instructs Claude to track which files have been read and avoid re-reading unchanged files.

Repository SourceNeeds Review
General

safe-edit

Checklist for safe file editing operations. Use before any Edit or Write tool call. Enforces read-before-edit pattern, detects potential conflicts from external modifications, and prevents common edit failures.

Repository SourceNeeds Review
skill-identifier | V50.AI