Scaffold a new App from a bundled template (CRA / create-next-app style),
then install Skills.
- Node.js 22.12+ (for
npx) - Bun
- GitHub CLI (
gh) - A GitHub token that can read private releases:
export GH_TOKEN=ghp_your_token_here(GITHUB_TOKEN works as a fallback. The token is passed via environment only.)
Prefer the slim release tarball (CLI + templates only):
gh release download v1.0.1-beta -R atiq-r/create-atiq-app -p 'create-atiq-app-*.tgz'
npx --yes ./create-atiq-app-1.0.1-beta.tgz my-app
cd my-app
bun install
bun run devOpen http://localhost:3000.
To scaffold into the current directory, pass . instead of my-app.
npx github:atiq-r/create-atiq-app#v1.0.1-betastill clones the full git tree. Use the release.tgzfor the slim CLI + templates payload.
| Flag | Default | What it does |
|---|---|---|
--template <framework> |
next |
Bundled template to copy |
--provider cursor|claude|both |
both |
Skills provider trees to install |
--skills-tag <tag> |
latest release | Pin Skills to a release tag |