Add global skills install and document npx skills usage#1601
Conversation
Expose `agentuity skills install --global` for ~/.agents/skills and document equivalent Git-based install commands in the CLI reference and cookbook. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest Agentuity deployment details.
View deployment logs with the Agentuity CLI: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
📜 Recent review details⏰ Context from checks skipped due to timeout. (7)
🧰 Additional context used📓 Path-based instructions (6)**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/cli/src/cmd/**/index.ts📄 CodeRabbit inference engine (packages/cli/AGENTS.md)
Files:
packages/cli/src/**/*.ts📄 CodeRabbit inference engine (packages/cli/AGENTS.md)
Files:
docs/src/web/content/**/*.mdx📄 CodeRabbit inference engine (docs/AGENTS.md)
Files:
**/packages/*/test/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (3)📚 Learning: 2025-12-21T00:31:41.858ZApplied to files:
📚 Learning: 2026-02-17T14:23:15.448ZApplied to files:
📚 Learning: 2026-02-21T02:05:57.982ZApplied to files:
🔇 Additional comments (9)
📝 WalkthroughWalkthroughThe PR adds global and Git-backed skills installation support, expands the Agent Skills CLI reference and cookbook with the new workflows, and updates tests plus shared skills-install helpers and constants. ChangesSkills install flow
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
Comment |
📦 Canary Packages Publishedversion: PackagesInstallAdd to your {
"dependencies": {
"@agentuity/task": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-task-3.1.4-5e47782.tgz",
"@agentuity/runtime": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-runtime-3.1.4-5e47782.tgz",
"@agentuity/aigateway": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-aigateway-3.1.4-5e47782.tgz",
"@agentuity/analytics": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-analytics-3.1.4-5e47782.tgz",
"@agentuity/cli": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-cli-3.1.4-5e47782.tgz",
"create-agentuity": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/create-agentuity-3.1.4-5e47782.tgz",
"@agentuity/migrate": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-migrate-3.1.4-5e47782.tgz",
"@agentuity/genesis": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-genesis-3.1.4-5e47782.tgz",
"@agentuity/coder": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-coder-3.1.4-5e47782.tgz",
"@agentuity/server": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-server-3.1.4-5e47782.tgz",
"@agentuity/vite": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-vite-3.1.4-5e47782.tgz",
"@agentuity/stream": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-stream-3.1.4-5e47782.tgz",
"@agentuity/client": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-client-3.1.4-5e47782.tgz",
"@agentuity/schedule": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-schedule-3.1.4-5e47782.tgz",
"@agentuity/webhook": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-webhook-3.1.4-5e47782.tgz",
"@agentuity/opencode": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-opencode-3.1.4-5e47782.tgz",
"@agentuity/telemetry": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-telemetry-3.1.4-5e47782.tgz",
"@agentuity/schema": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-schema-3.1.4-5e47782.tgz",
"@agentuity/queue": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-queue-3.1.4-5e47782.tgz",
"@agentuity/coder-tui": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-coder-tui-3.1.4-5e47782.tgz",
"@agentuity/adapter": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-adapter-3.1.4-5e47782.tgz",
"@agentuity/skills": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-skills-3.1.4-5e47782.tgz",
"@agentuity/api": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-api-3.1.4-5e47782.tgz",
"@agentuity/core": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-core-3.1.4-5e47782.tgz",
"@agentuity/email": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-email-3.1.4-5e47782.tgz",
"@agentuity/hono": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-hono-3.1.4-5e47782.tgz",
"@agentuity/keyvalue": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-keyvalue-3.1.4-5e47782.tgz",
"@agentuity/storage": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-storage-3.1.4-5e47782.tgz",
"@agentuity/vector": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-vector-3.1.4-5e47782.tgz",
"@agentuity/config": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-config-3.1.4-5e47782.tgz",
"@agentuity/claude-code": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-claude-code-3.1.4-5e47782.tgz",
"@agentuity/db": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-db-3.1.4-5e47782.tgz",
"@agentuity/sandbox": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-sandbox-3.1.4-5e47782.tgz",
"@agentuity/pi": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-pi-3.1.4-5e47782.tgz",
"@agentuity/drizzle": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-drizzle-3.1.4-5e47782.tgz",
"@agentuity/postgres": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-postgres-3.1.4-5e47782.tgz"
}
}Or install directly: bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-task-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-runtime-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-aigateway-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-analytics-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-cli-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/create-agentuity-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-migrate-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-genesis-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-coder-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-server-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-vite-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-stream-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-client-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-schedule-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-webhook-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-opencode-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-telemetry-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-schema-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-queue-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-coder-tui-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-adapter-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-skills-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-api-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-core-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-email-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-hono-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-keyvalue-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-storage-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-vector-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-config-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-claude-code-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-db-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-sandbox-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-pi-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-drizzle-3.1.4-5e47782.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/3.1.4-5e47782/agentuity-postgres-3.1.4-5e47782.tgz |
Summary
agentuity skills install --globalto install Agentuity skills into~/.agents/skillsvia theskillsCLI.npx skills add agentuity/sdk/skillscommands for project and global Git-based installs in the CLI reference and npm cookbook.Test plan
bun test packages/cli/test/skills-setup.test.tsbun run typecheckinpackages/cliagentuity skills install --globalinstalls skills under~/.agents/skillsMade with Cursor
Summary by CodeRabbit
New Features
~/.agents/skills.Bug Fixes