Code

Coordinates planning, implementation, verification, and testing workflows for software development projects.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaoXuntian/azurevm-openclaw-backup --skill code-raoxuntian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code
Source: https://github.com/RaoXuntian/azurevm-openclaw-backup/tree/main/workspace-coding/skills/code
Command: npx skills add https://github.com/RaoXuntian/azurevm-openclaw-backup --skill code-raoxuntian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding teams and AI assistants often lack a disciplined, repeatable workflow for planning, implementing, and validating software. This skill provides a guided coding workflow that covers planning, memory handling, execution guidance, and verification to reduce drift and errors.

Core Features & Use Cases

  • Guided planning and task breakdown for coding requests, enabling incremental, verifiable steps.
  • Memory and context management that stores user-provided preferences at ~/code, ensuring consistent personalization.
  • Non-autonomous execution: the AI provides guidance and prompts, while the user approves each step and tests outcomes.
  • Verification prompts and checklists to ensure code quality, UI changes, and test coverage.

Quick Start

Describe a coding task and let the Skill generate a complete plan with planning, implementation, and verification steps.

Frequently Asked Questions about Code

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

FAQPage Schema
What is a structured coding workflow for software development?

A structured coding workflow guides developers and AI assistants through planning, implementation, and verification. It enforces non-autonomous execution, requiring user approval at each step to reduce drift and errors.

How do I create an incremental coding plan for local projects?

Describe a coding task to generate an incremental coding plan for local projects. The workflow provides guided task breakdown, implementation steps, and verification checklists to ensure verifiable progress.

How does memory management work for coding preferences?

Memory management for coding preferences stores user-provided configurations in ~/code/memory.md. This ensures consistent personalization across sessions by retaining context and planning references.

Can I use AI coding guidance without autonomous execution?

Yes, this AI coding guidance enforces non-autonomous execution. The AI assistant provides prompts and implementation guidance, while the user approves each step and tests outcomes locally.

What is the best way to verify code quality and test coverage during development?

The best way to verify code quality is using automated verification prompts and checklists. This ensures UI changes, code quality standards, and test coverage are validated incrementally during implementation.

Why do I need planning best practices for software implementation?

Planning best practices for software implementation are needed to prevent drift and errors. They teach disciplined task breakdown, ensuring incremental steps are verifiable and aligned with user preferences.