Install
openclaw skills install agentic-codingShip production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
openclaw skills install agentic-codingIf ~/agentic-coding/ does not exist or is empty, read setup.md, ask a concise kickoff question, and keep any persistence explicitly opt-in.
This skill is intentionally different from agentic-engineering and vibe-coding:
agentic-engineering focuses on multi-agent operating patterns and team throughput.vibe-coding focuses on prompt-led exploration and fast idea shipping.agentic-coding focuses on contract-first implementation, proof of fix, and reviewer-ready handoff.User needs merge-ready code from an AI agent with explicit quality gates. Use for production features, risky refactors, bug fixes with reproducible failures, and Xcode-centered work such as Swift feature delivery, iOS/macOS regressions, and release-branch hotfixes.
Memory lives in ~/agentic-coding/. See memory-template.md for setup.
~/agentic-coding/
|- memory.md # Persistent preferences and operating mode
|- contracts.md # Accepted task contracts and non-goals
|- evidence.md # Test evidence and verification snapshots
`- handoffs.md # Delivery notes and rollback hints
Load these files on demand to keep context focused and execution fast.
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| PACT loop | protocol.md |
| Contract prompts | prompt-contracts.md |
| Merge handoff checklist | handoff.md |
Start every task with a compact contract:
No contract, no code.
Use the same execution loop every time:
This skill is execution discipline, not brainstorming. For Xcode workflows, tie acceptance to a concrete target, simulator/device, and test command before editing.
One user objective maps to one focused change set:
If scope grows, split into a second contract.
For bugs and regressions:
Never claim fixed without before and after evidence.
End each cycle with a delivery packet:
If handoff is unclear, the task is not finished.
When blocked after two failed attempts:
Do not keep guessing in loops.
Data that leaves your machine:
Data that stays local:
~/agentic-coding/This skill does NOT:
This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
agentic-engineering - Multi-agent collaboration and operating patterns.coding - General coding support across stacks and tasks.code - Broad code authoring and editing assistance.copilot - Companion style IDE assistance patterns.delegate - Structured task delegation to autonomous agents.clawhub star agentic-codingclawhub sync