neplexlabs/commandkit

create-commandkit

Scaffold CommandKit projects with create-commandkit. Use when generating a new bot, selecting example templates, package manager flags, and reproducible initialization commands.

First seen Apr 5, 2026

Installation

$ npx skills add neplexlabs/commandkit --skill create-commandkit

Also in this package

Other skills from neplexlabs/commandkit · top by installs.

npx skills add neplexlabs/commandkit

Browse all from neplexlabs/commandkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 166
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,033 B
  • docs SUMMARY.md 202 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 34 installs

SKILL.md

Create CommandKit CLI

Activation guidance

Use for greenfield setup, template selection, and first-run onboarding commands.

Required filesystem expectations

  • generated project root with package.json
  • commandkit.config.ts or .js
  • src/app/commands/ and src/app/events/

Execution workflow

  1. Select bootstrap mode (interactive, defaults, or example).
  2. Select package manager and installation flags.
  3. Produce copy-paste command and next steps.
  4. Verify generated structure before adding features.

Guardrails

  • Prefer official examples for reliable baseline behavior.
  • Keep generated instructions deterministic and shell-ready.

Reference index

Name Description
references/00-filesystem-structure.md Expected post-scaffold structure and immediate verification checks.
references/01-bootstrap-commands.md Standard initialization command variants.
references/02-example-templates.md Using curated and custom example sources.
references/03-package-manager-flags.md Package manager and setup flags with selection guidance.

Tool index

Name Description
tools/recommend-command.mjs Generates a recommended scaffold command from simple CLI hints.