원클릭으로
deploy-lamina
Use when releasing library changes or deploying services across the lamina workspace. Extends /deploy with lamina-specific tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when releasing library changes or deploying services across the lamina workspace. Extends /deploy with lamina-specific tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | deploy-lamina |
| description | Use when releasing library changes or deploying services across the lamina workspace. Extends /deploy with lamina-specific tools. |
Follow /deploy — here's how each step works in the lamina workspace.
lamina release <module> <version> # Tag and push a module
lamina release --dry-run <module> v0.2.0 # Preview first
lamina release --all # Release in dependency order
lamina release checks for dirty state, existing tags, and warns if dependencies have unpublished changes.
lamina doctor # Check workspace health before releasing
lamina test # Run full test suite across all modules
lamina repo # Verify all repos are clean
After a library release, services that depend on it need redeployment. Use /deploy-aurelia for the service deployment itself. The lamina layer handles:
lamina doctor — confirm dependencies are consistentlamina test — full suite passeslamina release — tag the library/deploy-aurelia for each affected serviceThen /verify.
$ARGUMENTS
Use when iterating on Bubble Tea TUI code. Every change gets a direct model test before committing — send messages, assert state and View().
Use before claiming any fix, release, or implementation is complete in the lamina workspace. Extends /verify with lamina-specific evidence commands.
Use when a build fails, tests break across repos, or dependencies are out of sync. Extends /debug with lamina-specific tools.
Use when grounding in the lamina workspace. Extends /ground with lamina-specific tools.