iceywu-devkit-workflow
Installation
SKILL.md
IceyWu DevKit Workflow
Use this skill when the task spans more than one package — workspace layout, cross-package validation, or shipping a release.
Preferences
- Treat
packages/utilsandpackages/clias the only publishable packages. - Keep
skills/as repository content, never a workspace package. - Align local package dependencies with
workspace:*. - Keep the repository compatible with Agent Skills conventions (root-level
skills/folder, each skill self-contained). - Make small, reviewable changes. Validate the narrowest affected scope first, then escalate to repository-wide checks before release.
Core
| Topic | Description | Reference |
|---|---|---|
| Workspace Layout | Package boundaries, skills placement, and repository structure decisions | workspace-layout |
| Release Flow | Changesets, version bumping, CI publishing, breaking-change discipline | release-flow |
| Migration And Validation | Verified state, workspace commands, and what not to preserve from legacy | migration-validation |