← Back to Skills Marketplace
14766
Downloads
15
Stars
204
Active Installs
4
Versions
Install in OpenClaw
/install coding
Description
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Usage Guidance
Before installing, understand that the skill will keep a persistent local record of coding preferences in ~/coding/. Only confirm preferences you actually want saved, review the memory file periodically, and use the skill's forget/edit flow to remove outdated or sensitive entries.
Capability Analysis
Type: OpenClaw Skill
Name: coding
Version: 1.0.3
The skill is designed to store user coding preferences locally within a dedicated `~/coding/` directory. The `SKILL.md` explicitly states strong security and privacy boundaries, including 'This skill NEVER: Makes network requests, Reads files outside `~/coding/`, Modifies its own SKILL.md'. All file operations are confined to its own data directory (`mkdir -p ~/coding`, reading/writing `memory.md` and `history.md`). There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with harmful intent. The instructions are clear, restrictive, and align with a benign, local data storage purpose.
Capability Assessment
Purpose & Capability
The stated purpose, runtime behavior, and files are coherent: it learns coding preferences only from explicit corrections and confirmations, stores them in ~/coding/memory.md and ~/coding/history.md, and applies them to future coding responses.
Instruction Scope
The instructions explicitly limit learning to confirmed user feedback and forbid inferring preferences from project files, observing without consent, making network requests, reading outside ~/coding/, or modifying its own SKILL.md.
Install Mechanism
The package appears to be a Markdown skill with a small set of reference/template files and no required binaries; the visible install/use commands are user-directed rather than automatic execution hooks.
Credentials
Local file access under ~/coding/ is proportionate for a preference-memory skill, and the 100-line memory limit reduces unnecessary accumulation.
Persistence & Privilege
The skill intentionally creates persistent local memory files, but the persistence is disclosed, narrow, editable by user request, and aligned with its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coding - After installation, invoke the skill by name or use
/coding - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Improve discoverability, add homepage and feedback section
v1.0.2
Replace vague observe/detect with explicit feedback learning, require user confirmation before storing preferences
v1.0.1
Migrate to external memory storage at ~/coding/
v1.0.0
Initial release - auto-adaptive code preferences
Metadata
Frequently Asked Questions
What is Coding?
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding. It is an AI Agent Skill for Claude Code / OpenClaw, with 14766 downloads so far.
How do I install Coding?
Run "/install coding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Coding free?
Yes, Coding is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Coding support?
Coding is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Coding?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.3.
More Skills