← Back to Skills Marketplace
alexbingquanxu-cpu

Coding Custom

by alexbingquanxu-cpu · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
443
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install coding-custom
Description
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
README (SKILL.md)

When to Use

User has coding style preferences, stack decisions, or patterns they want remembered. Agent learns ONLY from explicit corrections and confirmations, never from observation.

Architecture

Memory lives in ~/coding/ with tiered structure. See memory-template.md for setup.

~/coding/
├── memory.md      # Active preferences (≤100 lines)
└── history.md     # Archived old preferences

Quick Reference

Topic File
Categories of preferences dimensions.md
When to add preferences criteria.md
Memory templates memory-template.md

Data Storage

All data stored in ~/coding/. Create on first use:

mkdir -p ~/coding

Scope

This skill ONLY:

  • Learns from explicit user corrections ("I prefer X over Y")
  • Stores preferences in local files (~/coding/)
  • Applies stored preferences to code output

This skill NEVER:

  • Reads project files to infer preferences
  • Observes coding patterns without consent
  • Makes network requests
  • Reads files outside ~/coding/
  • Modifies its own SKILL.md

Core Rules

1. Learn from Explicit Feedback Only

  • User corrects output → ask: "Should I remember this preference?"
  • User confirms → add to ~/coding/memory.md
  • Never infer from silence or observation

2. Confirmation Required

No preference is stored without explicit user confirmation:

  • "Actually, I prefer X" → "Should I remember: prefer X?"
  • User says yes → store
  • User says no → don't store, don't ask again

3. Ultra-Compact Format

Keep each entry 5 words max:

  • python: prefer 3.11+
  • naming: snake_case for files
  • tests: colocated, not separate folder

4. Category Organization

Group by type (see dimensions.md):

  • Stack — frameworks, databases, tools
  • Style — naming, formatting, comments
  • Structure — folders, tests, configs
  • Never — explicitly rejected patterns

5. Memory Limits

  • memory.md ≤100 lines
  • When full → archive old patterns to history.md
  • Merge similar entries: "no Prettier" + "no ESLint" → "minimal tooling"

6. On Session Start

  1. Load ~/coding/memory.md if exists
  2. Apply stored preferences to responses
  3. If no file exists, start with no assumptions

7. Query Support

User can ask:

  • "Show my coding preferences" → display memory.md
  • "Forget X" → remove from memory
  • "What do you know about my Python style?" → show relevant entries

Common Traps

  • Adding preferences without confirmation → user loses trust
  • Inferring from project structure → privacy violation
  • Exceeding 100 lines → context bloat
  • Vague entries ("good code") → useless, be specific

Security & Privacy

Data that stays local:

  • All preferences stored in ~/coding/
  • No telemetry or analytics

This skill does NOT:

  • Send data externally
  • Access files outside ~/coding/
  • Observe without explicit user input

Feedback

  • If useful: clawhub star coding
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent and only stores small local files under ~/coding, which is appropriate for a coding-preferences memory. Before installing: (1) confirm you are comfortable with the agent writing to ~/coding (check or back up that path if needed); (2) verify the agent actually asks for confirmation before saving preferences (the SKILL.md mandates it, but it's enforced by runtime behavior); (3) be aware the agent may use stored preferences to change code output automatically — review entries in ~/coding/memory.md if results seem unexpected; (4) note minor metadata mismatches (registry name/slug/version/owner vs. SKILL.md) — not a security issue but worth asking the publisher for consistency if that concerns you.
Capability Analysis
Type: OpenClaw Skill Name: coding-custom Version: 1.0.0 The 'Coding' skill is a utility designed to manage and persist user coding preferences in a local directory (~/coding/). The instructions in SKILL.md and supporting documentation (criteria.md, dimensions.md) emphasize explicit user consent, local-only storage, and strict scope limitations, specifically forbidding network requests or access to files outside the designated memory directory.
Capability Assessment
Purpose & Capability
The skill's name/description (coding-style memory) aligns with what it asks the agent to do: create and read/write small local files under ~/coding and apply preferences when generating code. It does not request unrelated binaries, credentials, or system paths.
Instruction Scope
SKILL.md limits operations to creating ~/coding, loading/saving memory.md and history.md, and applying stored preferences to outputs. It explicitly forbids reading project files, making network requests, or touching files outside ~/coding, which is coherent with its stated scope.
Install Mechanism
No install spec or bundled code — instruction-only. This minimizes the disk/write/execute footprint and matches the declared design.
Credentials
The skill requires no environment variables, credentials, or external config paths. Its only persistence is local files under the user's home directory, which is proportionate to a preference-memory feature.
Persistence & Privilege
The skill persists user preferences on disk (~/coding/memory.md and history.md) which is expected. always:false (not force-included). The agent is allowed autonomous invocation by platform default — this is normal, but it means the agent could apply stored preferences automatically during interactions. The skill's rules state it must ask before storing preferences.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coding-custom
  3. After installation, invoke the skill by name or use /coding-custom
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Added homepage link and feedback section to improve discoverability. - Updated description for clarity on coding style memory. - Enhanced documentation for preference storage, confirmation process, and privacy/security scope. - Clarified rules for learning only from explicit user feedback and never from observation.
Metadata
Slug coding-custom
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Coding Custom?

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 443 downloads so far.

How do I install Coding Custom?

Run "/install coding-custom" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Coding Custom free?

Yes, Coding Custom is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Coding Custom support?

Coding Custom is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Coding Custom?

It is built and maintained by alexbingquanxu-cpu (@alexbingquanxu-cpu); the current version is v1.0.0.

💬 Comments