Code

Guide a Plan→Execute→Verify coding workflow with local preference checks.

18|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill code-yuanyuekejijn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code
Source: https://github.com/yuanyuekejiJN/AivoClaw/tree/main/extraSkills/code-1.0.4
Command: npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill code-yuanyuekejijn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-focused requests often fail because they jump straight to implementation without a clear plan or verification, leading to untested, hard-to-reason-about changes.

Core Features & Use Cases

  • Planned coding workflow: Breaks the user request into testable steps so each change has clear “done” criteria.
  • Verification-first guidance: Promotes running tests and validating results before delivering code, reducing regressions.
  • Local preference memory on request: Reads coding preferences from ~/code/memory.md and only stores new preferences when the user explicitly asks.

Use case: You ask for a new feature (e.g., a login page with validation), and this skill helps structure the work into steps, ensures you verify each part, and recommends tests and checks before you deliver anything.

Quick Start

Ask for a code implementation plan and verification steps for your request, e.g., "Implement a login page with validation and tests, then verify everything step by step."

Frequently Asked Questions about Code

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

FAQPage Schema
How do I plan and verify a new feature implementation step by step?

To verify code implementations step by step, follow a structured workflow that breaks requests into testable steps, establishes clear done criteria for each change, and validates results before delivery to prevent untested code regressions.

What is a verification-first coding workflow?

A verification-first coding workflow is a process that promotes running tests and validating implementation results before delivering code, preventing unplanned and unverified changes from causing hard-to-reason-about regressions.

How do I save and reuse my clean code preferences locally?

To save and reuse clean code preferences locally, the workflow checks the ~/code/memory.md file for saved preferences, and only stores new coding preferences when explicitly requested by the user.

Does this coding workflow automatically execute file modifications?

No, this coding workflow does not automatically execute file modifications. It avoids automatic execution and restricts any network or file modifications outside the designated ~/code/ directory to ensure controlled changes.

Can I use this structured workflow for complex software verification tasks?

Yes, you can use this structured workflow for complex software verification tasks. It guides a Plan, Execute, and Verify process to help structure work into testable steps and recommend checks before delivering clean software.