
Security News
The AI Industry Is Betting on Open Weights
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.
create-adsk
Advanced tools
Adopt the Agentic Development Starter Kit as a versioned profile (skills + Cursor wiring).

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.)
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.
| Profile | You get |
|---|---|
core | Spec-driven workflow + Cursor commands |
delivery | Core + DevOps strategy + release automation |
maintainer | Delivery + skill/README/PR authoring + supply-chain gate + stock rules |
skills-only | All first-party skills; no .cursor/ writes |
Source: profiles.json. Contract: docs/product/create-adsk.md.
npx create-adsk --profile delivery --yes
| Flag | Meaning |
|---|---|
--profile <id> | Choose a profile without prompting |
--yes / -y | Skip 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-packs | Include all packs |
See npx create-adsk --help for the full option list.
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.
| Tool | Owns |
|---|---|
npx skills | Skill folders in .agents/skills/ |
npx create-adsk | ADSK profile (skills + Cursor + .adsk/config.json) |
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.)
# 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
Kit GitHub releases (v*) and this npm package are independent.
| You want… | Do this |
|---|---|
| Land code on GitHub | PR → green tier1 → merge to main |
| Kit changelog / GitHub Release | Merge the release-please PR when ready |
New npx create-adsk on npm | Bump 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
Adopt the Agentic Development Starter Kit as a versioned profile (skills + Cursor wiring).
The npm package create-adsk receives a total of 285 weekly downloads. As such, create-adsk popularity was classified as not popular.
We found that create-adsk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.