Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: Coding
slug: coding
version: 1.0.3
homepage: https://clawic.com/skills/coding
description: Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
changelog: Improve discoverability, add homepage and feedback section
metadata: {"clawdbot":{"emoji":"💻","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
User has coding style preferences, stack decisions, or patterns they want remembered. Agent learns ONLY from explicit corrections and confirmations, never from observation.
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
| Topic | File |
|-------|------|
| Categories of preferences | dimensions.md |
| When to add preferences | criteria.md |
| Memory templates | memory-template.md |
All data stored in ~/coding/. Create on first use:
mkdir -p ~/coding
This skill ONLY:
~/coding/)This skill NEVER:
~/coding/~/coding/memory.mdNo preference is stored without explicit user confirmation:
Keep each entry 5 words max:
python: prefer 3.11+naming: snake_case for filestests: colocated, not separate folderGroup by type (see dimensions.md):
~/coding/memory.md if existsUser can ask:
Data that stays local:
~/coding/This skill does NOT:
~/coding/clawhub star codingclawhub sync