An implementation workflow that isolates code changes, validates them, commits and pushes the result, and opens a draft GitHub pull request.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install implement
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install implement using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Implement is an Openclaw Skills workflow for turning an already-discussed coding task into a focused, reviewable change. It creates an isolated Worktrunk worktree, follows repository conventions, implements the feature or fix, runs an appropriate validation command, and preserves the worktree for continued iteration.
The skill completes the delivery path by creating a conventional commit, pushing the branch, and opening a draft pull request. It avoids unrelated cleanup, unsafe Git shortcuts, premature merging, and unnecessary architecture discussions, making it a practical Openclaw Skills option for everyday feature development.
worktree-dev flow when architecture or scope is too complex.fix/, feat/, or refactor/, then run wt switch --create <branch-name> --yes.CLAUDE.md and repository conventions, keep the diff focused, and avoid unrelated refactoring.git push -u origin <branch-name> and determine the repository default branch with GitHub CLI.wt remove after the PR merges.wt) installed and available on PATHgh) authenticated for the target repositoryCLAUDE.md when applicablewt switch --create <branch-name> --yes
Worktrunk may copy ignored environment and dependency files through the user-level post-create hook at ~/.config/worktrunk/config.toml. If required environment variables are missing, retry the copy manually:
wt step copy-ignored --from <source-branch>
git commit -m "<short message matching repository style>"
git push -u origin <branch-name>
gh repo view --json defaultBranchRef -q '.defaultBranchRef.name'
gh pr create --draft --title "<short title>" --body "<summary and test plan>"
The workflow remains in the new worktree after the PR is created. Do not use wt merge, force-push, --no-verify, or git commit --amend. Remove the worktree manually after the PR merges:
wt remove
| Data | Organization or source |
|---|---|
| Branch | Descriptive Worktrunk branch using prefixes such as fix/, feat/, add/, chore/, refactor/, or perf/ |
| Working directory | Isolated Worktrunk worktree associated with the branch |
| Code changes | Focused diff containing only the requested implementation and necessary supporting edits |
| Commit | New commit matching the recent git log --oneline -10 style; no amend or generated signature |
| Remote state | Pushed branch tracked by origin |
| Pull request | Draft GitHub PR with a title under 70 characters, summary, test plan, and optional Closes #<number> reference |
| Validation | Typecheck, lint, test, compilation, or another existing repository check, with its result reported |
| Preview | Background development server URL and detected port when a supported dev script exists |
.env.local, .env.*, node_modules, and other files copied by wt step copy-ignored.bun.lockb, pnpm-lock.yaml, yarn.lock, or otherwise npm.copy-ignored fallback.worktree-dev workflow instead of forcing a lean implementation path.Loading
A source-grounded consulting delivery workflow that transforms scattered client inputs into validated storylines, executive presentations, strategy documents, and speaker scripts.

Convert building-code PDFs and regulations into auditable, searchable AI skills with indexed clauses, preserved legal wording, structured tables, and cross-standard references.

Toolbelt gives AI agents a shared, queryable workspace for documents, structured data, entities, relationships, and persistent findings.

Turn historical battles and military conflicts into rigorously researched, single-screen mobile PNG briefings with tactical analysis and source citations.

A guided co-creation skill that transforms imaginative dialogue into vivid surreal scenes and production-ready image prompts.

A Renaissance-inspired AI writing voice that turns artists’ lives, anecdotes, and rivalries into authoritative art history.








































