Skip to content

Repository files navigation

create-atiq-app

Scaffold a new App from a bundled template (CRA / create-next-app style), then install Skills.

Prerequisites

  1. Node.js 22.12+ (for npx)
  2. Bun
  3. GitHub CLI (gh)
  4. 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.)

Create an app

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 dev

Open http://localhost:3000.

To scaffold into the current directory, pass . instead of my-app.

npx github:atiq-r/create-atiq-app#v1.0.1-beta still clones the full git tree. Use the release .tgz for the slim CLI + templates payload.

Options

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

More

Releases

Packages

Contributors

Languages