Coding

Store confirmed coding preferences locally to guide future code outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stores coding preferences and memory in a local, private directory to guide future code outputs.

Core Features & Use Cases

  • Persist coding style decisions and corrections locally at ~/coding/ to ensure consistent results across sessions.
  • Enforce explicit user consent before persisting any preference, and archive older preferences to histories.
  • Apply stored preferences to subsequent code generations, while preventing inference from mere observation.

Quick Start

Tell me a preference and confirm to store it.

Frequently Asked Questions about Coding

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

FAQPage Schema
How do I persist coding preferences locally for future sessions?

To persist coding preferences locally, you provide explicit corrections and confirm them. The system stores these style decisions in a private local directory to guide future code outputs across sessions.

Does the coding memory feature automatically infer my preferences from context?

No, the coding memory feature never infers preferences from context alone. It applies stored preferences only when explicit corrections are provided and confirmed by the user.

What is the best way to ensure consistent code style across developer tools?

The best way to ensure consistent code style is to store your decisions locally. Once you confirm a preference, the system automatically applies it to subsequent code generations.

How do I manage and archive older coding preferences in local storage?

You manage and archive older coding preferences automatically through the system's history feature. It maintains a per-user history by archiving older preferences when new ones are confirmed.

Do I need explicit user confirmation to store every coding style preference?

Yes, explicit user confirmation is required to store any coding style preference. The system enforces this consent mechanism before persisting any data to your local directory.