v4-best-practices

Verify path and symbol assumptions and use confirmed path:line references in plan output.

17|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill v4-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v4-best-practices
Source: https://github.com/jrcjrcc/deepseek-nyamu/tree/main/crates/tui/assets/skills/v4-best-practices
Command: npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill v4-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users working with deepseek-v4-pro or deepseek-v4-flash in thinking mode, providing rules to prevent common issues like stale references and vague plan output.

Core Features & Use Cases

  • Prevent Stale References: Ensures that all file paths, functions, and types referenced in code or plan output are confirmed to exist.
  • Verify Path and Symbol Assumptions: Before executing a plan touching multiple files, verifies path and symbol assumptions.
  • Use Confirmed Path:Line References: In plan-mode output, replaces vague location pointers with confirmed path:line references.
  • Use Case: Ideal for users who want to ensure the reliability of their multi-step or plan-driven tasks using deepseek-v4-pro or deepseek-v4-flash.

Quick Start

To apply best practices, execute your plan with the v4-best-practices skill.

Frequently Asked Questions about v4-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent stale references in deepseek-v4-pro thinking mode?

To prevent stale references in deepseek-v4-pro thinking mode, apply best practices that verify all file paths, functions, and types exist before execution. This ensures referenced symbols remain valid throughout multi-step plan-driven tasks.

How do I verify path and symbol assumptions for multi-step tasks?

Verifying path and symbol assumptions for multi-step tasks involves checking file paths and types prior to executing a plan. This validation process prevents errors when modifications touch multiple files across your codebase.

What are the best practices for deepseek-v4-flash plan output?

Best practices for deepseek-v4-flash plan output require replacing vague location pointers with confirmed path:line references. This provides precise navigation and ensures all generated plans point to verified code locations.

Can I use v4-best-practices for plan-driven code review tasks?

Yes, you can use v4-best-practices for plan-driven code review tasks. It enforces rules to prevent stale references and validates path assumptions, ensuring reliability during complex multi-step workflows.

Why does deepseek-v4-pro output vague location pointers in plan mode?

Deepseek-v4-pro outputs vague location pointers in plan mode without enforced best practices. Applying specialized rules replaces these ambiguous pointers with confirmed path:line references, improving plan accuracy and execution reliability.