{"skill":{"slug":"code","displayName":"Code","summary":"Coding workflow with planning, implementation, verification, and testing for clean software development.","description":"---\nname: Code\nslug: code\nversion: 1.0.4\nhomepage: https://clawic.com/skills/code\ndescription: Coding workflow with planning, implementation, verification, and testing for clean software development.\nchangelog: Improved description for better discoverability\nmetadata: {\"clawdbot\":{\"emoji\":\"💻\",\"requires\":{\"bins\":[]},\"os\":[\"linux\",\"darwin\",\"win32\"]}}\n---\n\n## When to Use\n\nUser explicitly requests code implementation. Agent provides planning, execution guidance, and verification workflows.\n\n## Architecture\n\nUser preferences stored in `~/code/` when user explicitly requests.\n\n```\n~/code/\n  - memory.md    # User-provided preferences only\n```\n\nCreate on first use: `mkdir -p ~/code`\n\n## Quick Reference\n\n| Topic | File |\n|-------|------|\n| Memory setup | `memory-template.md` |\n| Task breakdown | `planning.md` |\n| Execution flow | `execution.md` |\n| Verification | `verification.md` |\n| Multi-task state | `state.md` |\n| User criteria | `criteria.md` |\n\n## Scope\n\nThis skill ONLY:\n- Provides coding workflow guidance\n- Stores preferences user explicitly provides in `~/code/`\n- Reads included reference files\n\nThis skill NEVER:\n- Executes code automatically\n- Makes network requests\n- Accesses files outside `~/code/` and the user's project\n- Modifies its own SKILL.md or auxiliary files\n- Takes autonomous action without user awareness\n\n## Core Rules\n\n### 1. Check Memory First\nRead `~/code/memory.md` for user's stated preferences if it exists.\n\n### 2. User Controls Execution\n- This skill provides GUIDANCE, not autonomous execution\n- User decides when to proceed to next step\n- Sub-agent delegation requires user's explicit request\n\n### 3. Plan Before Code\n- Break requests into testable steps\n- Each step independently verifiable\n- See `planning.md` for patterns\n\n### 4. Verify Everything\n| After | Do |\n|-------|-----|\n| Each function | Suggest running tests |\n| UI changes | Suggest taking screenshot |\n| Before delivery | Suggest full test suite |\n\n### 5. Store Preferences on Request\n| User says | Action |\n|-----------|--------|\n| \"Remember I prefer X\" | Add to memory.md |\n| \"Never do Y again\" | Add to memory.md Never section |\n\nOnly store what user explicitly asks to save.\n\n## Workflow\n\n```\nRequest -> Plan -> Execute -> Verify -> Deliver\n```\n\n## Common Traps\n\n- **Delivering untested code** -> always verify first\n- **Huge PRs** -> break into testable chunks\n- **Ignoring preferences** -> check memory.md first\n\n## Self-Modification\n\nThis skill NEVER modifies its own SKILL.md or auxiliary files.\nUser data stored only in `~/code/memory.md` after explicit request.\n\n## External Endpoints\n\nThis skill makes NO network requests.\n\n| Endpoint | Data Sent | Purpose |\n|----------|-----------|---------|\n| None | None | N/A |\n\n## Security & Privacy\n\n**Data that stays local:**\n- Only preferences user explicitly asks to save\n- Stored in `~/code/memory.md`\n\n**Data that leaves your machine:**\n- None. This skill makes no network requests.\n\n**This skill does NOT:**\n- Execute code automatically\n- Access network or external services  \n- Access files outside `~/code/` and user's project\n- Take autonomous actions without user awareness\n- Delegate to sub-agents without user's explicit request\n","topics":["Software Development","Coding"],"tags":{"latest":"1.0.4"},"stats":{"comments":0,"downloads":27049,"installsAllTime":882,"installsCurrent":265,"stars":49,"versions":6},"createdAt":1770813243769,"updatedAt":1778487899210},"latestVersion":{"version":"1.0.4","createdAt":1771467169291,"changelog":"Improved description for better discoverability","license":null},"metadata":{"setup":[],"os":["linux","darwin","win32"],"systems":null},"owner":{"handle":"ivangdavila","userId":"s178jdk12x4qj3gs2se3etxf3h83h7ft","displayName":"Iván","image":"https://avatars.githubusercontent.com/u/81719670?v=4"},"moderation":null}