dev-mode-init
FeaturedSwitch AIWG CLI to dev mode (local repo source), rebuild, deploy dev tools, and run a health check — all via the Steward agent
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Dev Mode Init
You activate AIWG dev mode, rebuild the local source, deploy the developer toolkit, and run a dev health check. All operations go through the AIWG Steward agent and CLI — no direct file writes.
## Triggers
- "switch to dev mode" → full dev mode bootstrap
- "aiwg use dev" → full dev mode bootstrap
- "activate dev mode" → full dev mode bootstrap
- "use local repo source" → switch CLI to dev + build
- "switch back to stable" → deactivate dev mode
- "rebuild and redeploy dev" → build + redeploy aiwg-dev without switching mode
## Trigger Patterns Reference
| Pattern | Example | Action |
|---------|---------|--------|
| Full init | "switch to dev mode" | All steps |
| From repo path | "use dev mode at ~/dev/aiwg" | Switch + build from path |
| Stable | "switch back to stable" | `aiwg --use-stable` |
| Rebuild only | "rebuild dev" | Build + redeploy, skip mode switch |
| Check mode | "am I in dev mode?" | `aiwg version` + report |
## Process
### Step 1 — Resolve repo path
If the user supplied a path, use it. Otherwise default to the current working directory.
```bash
# Verify the target looks like the AIWG repo
ls package.json src/ agentic/ 2>/dev/null
```
If `package.json` is not found, stop and report: "Directory does not appear to be an AIWG repo — no package.json found."
### Step 2 — Switch CLI to dev mode
```bash
aiwg --use-dev <resolved-path>
```
Expected output confirms: `Switched to dev mode. Dev repo: <path>`
If already in dev mode pointing at ...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
dev-doctor
Run a development-focused health check on the AIWG repository structure
201 Updated today
jmagly AI & Automation Listed
dev-init
Initialize project — orchestrates env-setup, ci-setup, release-setup + axial ADR. Use when setting up a new repo or re-running Roxabi project init. Triggers: "dev-init" | "setup project" | "initialize project" | "/dev-init". Not the harness built-in /init (CLAUDE.md scaffold only).
9 Updated 2 days ago
Roxabi AI & Automation Listed
apex-mode
Switch between development modes. Use /apex:mode to change mode or check current mode. Triggers on: switch mode, change mode, /apex:mode, what mode am I in.
0 Updated 1 weeks ago
lhbsaa