code-1-0-4Coding workflow with planning, implementation, verification, and testing for clean software development.
Install via ClawdBot CLI:
clawdbot install Lion504/code-1-0-4User explicitly requests code implementation. Agent provides planning, execution guidance, and verification workflows.
User preferences stored in ~/code/ when user explicitly requests.
~/code/
- memory.md # User-provided preferences only
Create on first use: mkdir -p ~/code
| Topic | File |
|-------|------|
| Memory setup | memory-template.md |
| Task breakdown | planning.md |
| Execution flow | execution.md |
| Verification | verification.md |
| Multi-task state | state.md |
| User criteria | criteria.md |
This skill ONLY:
~/code/This skill NEVER:
~/code/ and the user's projectRead ~/code/memory.md for user's stated preferences if it exists.
planning.md for patterns| After | Do |
|-------|-----|
| Each function | Suggest running tests |
| UI changes | Suggest taking screenshot |
| Before delivery | Suggest full test suite |
| User says | Action |
|-----------|--------|
| "Remember I prefer X" | Add to memory.md |
| "Never do Y again" | Add to memory.md Never section |
Only store what user explicitly asks to save.
Request -> Plan -> Execute -> Verify -> Deliver
This skill NEVER modifies its own SKILL.md or auxiliary files.
User data stored only in ~/code/memory.md after explicit request.
This skill makes NO network requests.
| Endpoint | Data Sent | Purpose |
|----------|-----------|---------|
| None | None | N/A |
Data that stays local:
~/code/memory.mdData that leaves your machine:
This skill does NOT:
~/code/ and user's projectGenerated Mar 1, 2026
A development team uses the skill to structure a new feature request, breaking it into testable steps and establishing verification criteria before coding begins. This ensures alignment and reduces rework.
Instructors leverage the skill to guide students through coding assignments, enforcing planning and verification steps to build good habits and improve code quality in academic settings.
Developers apply the skill to refactor outdated modules by planning incremental changes, verifying each step with tests to maintain functionality and avoid regressions in enterprise systems.
Freelancers use the skill to manage client projects, storing preferences for coding styles and workflows to ensure consistent delivery and meet specific client requirements efficiently.
IT departments utilize the skill to build custom tools, following structured workflows to plan, implement, and verify solutions that integrate with existing systems without external dependencies.
Offer a basic version of the skill for free to individual developers, with premium features like advanced planning templates and team collaboration tools available via subscription. Revenue comes from monthly or annual licenses.
Sell licenses to companies for integrating the skill into their development workflows, providing custom support, training, and integration services. Revenue is generated through one-time purchases or annual contracts.
Partner with coding bootcamps and universities to include the skill in curricula, offering discounted rates or revenue-sharing agreements. Revenue streams include bulk licenses and certification programs.
💬 Integration Tip
Integrate the skill by first setting up the ~/code directory and memory.md file to store user preferences, then reference its planning and verification files during development sprints.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.