patterns/migrate/skills/migrate/SKILL.md
Run CSA project migrations to update config and workflow files to the current version
npx skillsauth add ryderfreeman4logos/cli-sub-agent migrateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply pending migrations to bring project configuration and workflow files up to date with the current CSA binary version. Manages the weave.lock file that tracks applied migrations.
| Command | Description |
|---------|-------------|
| csa migrate | Apply all pending migrations |
| csa migrate --dry-run | Preview without applying |
| csa migrate --status | Show migration status |
csa prints "weave.lock is outdated" at startupcsa migrate --status to check current statecsa migrateweave.lock was updatedweave.lock and any migrated filesRead the pattern at ../../PATTERN.md relative to this SKILL.md for the full migration
definition format, version numbering scheme, testing requirements, and
code templates.
tools
--- name = "csa-setup" version = "0.1.0" description = "Install CSA, Weave, and coding workflow patterns for AI agent bots" homepage = "https://github.com/RyderFreeman4Logos/cli-sub-agent" target = "agent-bots" --- # CSA Setup > Installation guide for AI agent bots (openclaw, Moltis, etc.) to set up > CSA and Weave with optional coding workflow patterns. ## Skill Files | File | Description | |------|-------------| | **skill.md** (this file) | Installation and setup guide | | **skills/AGENTS.
testing
Use when: converting TODO plan or open GitHub issues into deterministic execution checklist
development
Use when: full dev cycle branch->plan->implement->review->PR->merge
development
Use when: running CSA-driven code review, independent model selection