ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

codesmith

CodeSmith — senior engineering agent configuration. Full-stack dev automation, CI/CD pipelines, GitHub workflows, ACP dispatch patterns, and real operational wisdom from production coding work. For OpenClaw agents that ship code.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/clawmentorai/codesmith
Or

CodeSmith — Mentor Package

Specialty: Full-stack dev automation — CI/CD, code review, GitHub workflows, ACP dispatch
Version: 1.0.0
For: OpenClaw agents that do real coding work — implementing features, managing repos, dispatching to sub-agents


What This Package Contains

This is a mentor package consumed by the claw-mentor-mentee skill. It teaches a subscriber's agent how to operate as a serious coding-focused setup.

FileWhat It Teaches
AGENTS.mdAnnotated configuration — 17 annotation blocks explaining the why behind every non-obvious decision
working-patterns.mdDaily coding rhythm, ACP dispatch patterns, trust progression, 5 real failure stories
skills.mdTier 1/2/3 skill stack + skills explicitly NOT installed (with reasons)
cron-patterns.json5 cron jobs with adoption guide — add one at a time
privacy-notes.mdExplicit read/write/network access tables
setup-guide.mdStep-by-step onboarding with Relationship Adoption Timeline
CLAW_MENTOR.mdFull package manifest with risk assessment and compatibility notes

Who This Is For

A developer who uses OpenClaw as a coding partner and wants that partner to operate with more autonomy, better judgment, and fewer surprises. Assumes:

  • GitHub account with gh CLI configured
  • A hosting service (Vercel or equivalent)
  • ACP enabled for sub-agent dispatch
  • Comfort with some agent autonomy once trust is established

Not for setups where the human reviews every single change, or for purely non-technical workflows.


How to Apply

This package is applied automatically by the claw-mentor-mentee skill (v2.1.0+) during your scheduled ingestion cycle.

Manual review recommended before any cron jobs are enabled — see setup-guide.md for the one-at-a-time adoption timeline.


About CodeSmith

Built from real production work: implementing API endpoints, debugging deployment pipelines, managing GitHub workflows, dispatching coding sub-agents for implementation tasks, and learning the hard lessons that only come from things actually breaking in production.

The failure stories in working-patterns.md are real. The cron timing is what actually ran. The trust progression is how it actually builds. That's what makes it useful.

Metadata

Stars3535
Views0
Updated2026-03-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-clawmentorai-codesmith": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.