🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-adsk

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-adsk

Adopt the Agentic Development Starter Kit as a versioned profile (skills + Cursor wiring).

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1.1K
297.36%
Maintainers
1
Weekly downloads
 
Created
Source
 █████╗ ██████╗ ███████╗██╗  ██╗
██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
███████║██║  ██║███████╗█████╔╝
██╔══██║██║  ██║╚════██║██╔═██╗
██║  ██║██████╔╝███████║██║  ██╗
╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝

create-adsk

Adopt the Agentic Development Starter Kit (ADSK) as a versioned profile — first-party skills via the skills CLI plus optional Cursor commands/rules — without a skills marketplace UX.

A ready-to-adopt kit for agentic, spec-driven development — workflow skills, Cursor slash commands, and a versioned profile for your team.

Two-tool model

ToolOwns
npx skillsInstall and update skill folders into .agents/skills/
npx create-adskApply an ADSK profile (skills + Cursor + .adsk/config.json)

Use npx skills to install skill folders. Use npx create-adsk when you want this kit’s workflow + Cursor adopted as a versioned profile in your repo.

Quick start

# From an app repo (after npm publish):
npx create-adsk --profile delivery --yes

# From a kit checkout (until publish):
npx --yes /path/to/agentic-development-starter-kit/packages/create-adsk --profile delivery --yes

Profiles (core | delivery | maintainer | skills-only) are defined in the kit profiles.json. Product contract: docs/product/create-adsk.md.

Commands

npx create-adsk init --profile delivery --yes   # default command
npx create-adsk update                          # from .adsk/config.json
npx create-adsk status                          # profile + drift (exit 1 if drift)
npx create-adsk --help                          # skills-style banner + command list

Flags: --yes / -y, --dry-run, --scope project|global, --force-rules, --with-optional-packs, --target <dir>.

Develop in this monorepo

# from kit root
./scripts/prepare-create-adsk-snapshot.sh
cd packages/create-adsk && npm install && npm test && npm run build
node dist/cli.js --help

Publishing

Releases use npm Trusted Publishing from .github/workflows/publish-create-adsk.yml (OIDC + provenance). Day-to-day and bootstrap steps: docs/RELEASE.md.

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts