Skip to content

Vendor agent-toolkit skills and agents for Cloud Agents - #165

Closed
juangaitanv wants to merge 1 commit into
mainfrom
cursor/vendor-agent-toolkit-skills-ae3c
Closed

Vendor agent-toolkit skills and agents for Cloud Agents#165
juangaitanv wants to merge 1 commit into
mainfrom
cursor/vendor-agent-toolkit-skills-ae3c

Conversation

@juangaitanv

Copy link
Copy Markdown
Contributor

Makes the Corgea/agent-toolkit workflows available to Cursor Cloud Agents working on this repository.

Why not the Team Marketplace

Cloud Agents never receive a developer's ~/.cursor/skills or ~/.cursor/agents. The marketplace route would avoid vendoring, but importing a team marketplace requires the Teams or Enterprise plan plus a team Admin role, which we do not currently have. Project skills (.cursor/skills/) and project subagents (.cursor/agents/) are loaded from the checked-out revision and need no plan tier or dashboard access.

Changes

  • Add 19 vendored skills under .cursor/skills/ and 15 vendored subagents under .cursor/agents/.
  • Document the refresh workflow in AGENTS.md.

No Rust, manifest, or harness files are touched.

Maintenance

The files are generated, not hand-written. Change them upstream in agent-toolkit, then:

python3 /path/to/agent-toolkit/scripts/install_project_skills.py --target "$(pwd)"
python3 /path/to/agent-toolkit/scripts/install_project_skills.py --target "$(pwd)" --check

--check exits non-zero on drift and is suitable for a CI gate once agent-toolkit is available to CI.

Verification

  • Installer reported 34 component paths written, then --check reported the tree matches upstream.
  • Executable bits preserved on vendored scripts (100755 in the index).
  • All skills keep disable-model-invocation: true, so they stay explicit-only (/rpi, /shipwright) and do not fire automatically.
Open in Web Open in Cursor 

Cursor Cloud Agents do not receive a developer's user-level skills, and Team Marketplace import requires a Teams admin. Vendor the Corgea/agent-toolkit components into .cursor/skills and .cursor/agents so Cloud Agents on this repository load them from the checkout.

Generated by scripts/install_project_skills.py; refresh upstream rather than editing in place.

Co-authored-by: juan <juan@corgea.com>
@juangaitanv
juangaitanv deleted the cursor/vendor-agent-toolkit-skills-ae3c branch August 27, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants