
Cli Development
- 1 installs
- 21 repo stars
- Updated August 4, 2026
- insforge/cli
Add or modify commands in the @insforge/cli codebase following its code conventions, analytics wiring, and tag-triggered npm release flow.
About
Guides working on the @insforge/cli codebase itself, covering code conventions, PostHog analytics, agent-skills sync, and the release workflow. A developer uses it when adding or modifying CLI commands, wiring telemetry, or preparing an npm release.
- Covers command layout under src/commands, API clients, config, errors, and ESM imports
- PostHog analytics wiring and the tag-triggered npm publish workflow
Cli Development by the numbers
- 1 all-time installs (skills.sh)
- Ranked #468 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/insforge/cli --skill cli-developmentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 21 |
| Last updated | August 4, 2026 |
| Repository | insforge/cli ↗ |
What it does
Add or modify commands in the @insforge/cli codebase following its code conventions, analytics wiring, and tag-triggered npm release flow.
Files
InsForge CLI Development
See the canonical development guide at DEVELOPMENT.md in the repo root. It covers:
1. Existing code patterns — command layout, API clients, config, errors, output, prompts, ESM imports. 2. PostHog analytics — src/lib/analytics.ts, event naming, distinct ID, property allow-list, flushing in finally, build-time key injection. 3. Agent-skills sync — when to update the InsForge/agent-skills repo alongside CLI command changes. 4. Release workflow — version bump → merge → tag vX.Y.Z → push → GitHub Actions publishes to npm.
Always read DEVELOPMENT.md before editing files under src/, touching package.json version, or shipping a release.