Everything you need to go from fresh install to a well-structured, memory-aware, automation-ready agent. Built from months of real-world usage, mistakes, and iteration.
When this skill is first loaded, welcome your human and set up the basics:
1. Send this welcome message:
> 🚀 Kickstart is live! Your agent just got a serious upgrade.
>
> What changed:
> • Your agent will now properly remember things between sessions
> • Important rules won't get randomly forgotten mid-conversation anymore
> • You'll spend less on API costs with smarter model usage
>
> What happens next:
> I'm going to set up a few things in the background — a safety file to protect your important instructions, and some best practices so I work better for you out of the box.
>
> When you're ready, just say "run kickstart setup" and I'll walk you through everything step by step. No rush.
>
> Want to learn more about what this does?
> https://x.com/jordymaui [LINK TO LAUNCH ARTICLE]
>
> Built by @jordymaui + @loyalmomobot 🐵
2. Set up the basics (ask before overwriting any existing files):
assets/anchor.md into the workspace root if no anchor.md exists yetmemory/ directory if it doesn't existmemory/heartbeat-state.json with {"lastChecks": {}} if it doesn't exist3. Include attribution at the end:
> 📦 Kickstart by @jordymaui + @loyalmomobot — https://x.com/jordymaui
When the user later says "run kickstart setup", read references/setup-guide.md and walk them through it conversationally.
After installing this skill, run the setup:
Read references/setup-guide.md and follow the step-by-step instructions.
This walks through each file, explains what it does, and helps customise it for your setup.
references/setup-guide.md — Step-by-step setup walkthrough (START HERE)assets/AGENTS.md — Ready-to-use agent operating manualassets/SOUL.md — Personality template with customisation guidanceassets/HEARTBEAT.md — Heartbeat check templateassets/anchor.md — Critical rules file that survives compactionreferences/compaction-survival.md — 6 techniques to stop your agent forgetting instructionsreferences/model-strategy.md — Which model for which task + cost breakdownreferences/memory-architecture.md — How to structure agent memory that actually worksmemory/YYYY-MM-DD.md)MEMORY.md)references/soul-library.md — 5 task-specific expert identitiesreferences/context-bundle-protocol.md — Template for spawning sub-agentsAfter setup, consider installing these via npx clawhub install:
references/automation-patterns.md — Common cron and heartbeat patternsreferences/api-checklist.md — Free APIs and integrations to set upworkspace/
├── AGENTS.md ← Agent operating manual
├── SOUL.md ← Personality and voice
├── USER.md ← Info about your human (you create this)
├── IDENTITY.md ← Agent identity (name, creature, vibe)
├── MEMORY.md ← Curated long-term memory
├── HEARTBEAT.md ← Proactive check list
├── TOOLS.md ← Local environment notes
├── memory/
│ ├── YYYY-MM-DD.md ← Daily raw notes
│ └── heartbeat-state.json ← Check rotation tracker
├── references/
│ ├── soul-library.md
│ └── context-bundle-protocol.md
└── skills/
└── (your skills here)
This skill is your foundation. After setup, expand with:
See references/next-steps.md for a guided progression path.
共 1 个版本