🎩 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
7
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).

latest
Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
285
Maintainers
1
Weekly downloads
 
Created
Source

Agentic Development Starter Kit

create-adsk

npm downloads Socket Badge

Adopt agent skills, Cursor commands, and team profiles — versioned in your repo. Not a skills marketplace.

(create-adsk applies an ADSK profile: skills via the skills CLI plus optional Cursor commands/rules.)

Quick Start

Interactive

npx create-adsk

Follow the prompts. You pick a profile (kit depth), optionally select packs (product-value-loop, engineering-methods), then the CLI installs skills, syncs Cursor commands when the profile includes them, and writes .adsk/config.json.

ProfileYou get
coreSpec-driven workflow + Cursor commands
deliveryCore + DevOps strategy + release automation
maintainerDelivery + skill/README/PR authoring + supply-chain gate + stock rules
skills-onlyAll first-party skills; no .cursor/ writes

Source: profiles.json. Contract: docs/product/create-adsk.md.

Non-interactive

npx create-adsk --profile delivery --yes
FlagMeaning
--profile <id>Choose a profile without prompting
--yes / -ySkip prompts (core if --profile is omitted; packs off unless --packs / --with-optional-packs)
--packs <ids>Comma-separated pack IDs (e.g. engineering-methods)
--with-optional-packsInclude all packs

See npx create-adsk --help for the full option list.

Commands

npx create-adsk          # init (interactive; default)
npx create-adsk update   # refresh from .adsk/config.json
npx create-adsk status   # profile + drift (exit 1 if drift)

Other useful flags: --dry-run, --scope project|global, --force-rules, --target <dir>. Pack docs: docs/engineering-methods.md, docs/product-value-loop.md.

Two tools

ToolOwns
npx skillsSkill folders in .agents/skills/
npx create-adskADSK profile (skills + Cursor + .adsk/config.json)

Local kit path (optional)

Developing against a checkout instead of the published package:

npx --yes /path/to/agentic-development-starter-kit/packages/create-adsk

(npx --yes skips the npx install prompt for that path — not the same as create-adsk --yes.)

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

Releases (kit vs npm)

Kit GitHub releases (v*) and this npm package are independent.

You want…Do this
Land code on GitHubPR → green tier1 → merge to main
Kit changelog / GitHub ReleaseMerge the release-please PR when ready
New npx create-adsk on npmBump package.json version on main, then tag create-adsk-vX.Y.Z

Full workflow: docs/RELEASE.md. Publishing uses Trusted Publishing via .github/workflows/publish-create-adsk.yml.

FAQs

Package last updated on 24 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