Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@agenticide/install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@agenticide/install
Install AI agent skill profiles from the Aide marketplace. One command, instant skills — no account required.
npx @agenticide/install # local-first onboarding (scan, local MCP)
npx @agenticide/install <slug> # install a free marketplace profileLocal installs never require an account, a browser, or a login. Cloud sign-in is opt-in and only needed for team/cloud features.
One CLI for the whole toolchain
Everything lives behind a single command. The older @agentic-ide/* packages are
deprecated aliases that still work but print a pointer here.
| Command | What it does | Replaces |
|---|---|---|
npx @agenticide/install |
Local-first onboarding | — |
npx @agenticide/install <slug> |
Install a marketplace profile | — |
npx @agenticide/install init |
Detect your tech stack, generate starter skills | @agentic-ide/init |
npx @agenticide/install create-skill |
Scaffold a new SKILL.md |
@agentic-ide/create-skill |
npx @agenticide/install login |
Sign in to Aide cloud (opt-in) | @agentic-ide/login |
Run npx @agenticide/install --help for the full reference.
Where skills live
| Location | Contents |
|---|---|
~/.claude/skills/ |
Active skills Claude Code loads (thin MCP wrappers) |
<app-data>/com.agenticide.app/skills/ |
Full skill content from cloud profiles |
<app-data>/com.agenticide.app/profiles.json |
Profile + skill registry |
<app-data> resolves per platform:
- Windows —
%APPDATA%\com.agenticide.app - macOS —
~/Library/Application Support/com.agenticide.app - Linux —
$XDG_DATA_HOME/com.agenticide.app(or~/.local/share/...)
Requirements
- Node.js >= 18 (the published CLI runs on plain Node — no Bun needed at runtime)
- The
claudeCLI is optional; without it, skills install to disk and the command prints the one-liner to register the MCP server manually.
Links
- Marketplace: https://www.aideapp.dev/marketplace
- Account: https://www.aideapp.dev/account
- Security: https://www.aideapp.dev/security
License: BSL-1.1