Skip to content

Conversation

@dyoshikawa
Copy link
Owner

Summary

  • Add global mode support for Cursor subagents (generation to ~/.cursor/agents/)
  • Add global mode support for Cursor skills (generation to ~/.cursor/skills/)
  • Update feature support table in README.md

Changes

  • CursorSkill.getSettablePaths(): Remove error for global mode, now returns same path for both project and global modes
  • skills-processor.ts: Set supportsGlobal: true for Cursor skills
  • subagents-processor.ts: Set supportsGlobal: true for Cursor subagents
  • Updated tests to reflect new global mode support

Closes #899

Test plan

  • All existing tests pass
  • Added test for CursorSubagent.getSettablePaths({ global: true })
  • Updated test for CursorSkill.getSettablePaths({ global: true })
  • Updated global targets list tests in skills-processor and subagents-processor

🤖 Generated with Claude Code

Enable Cursor's subagents and skills to be generated in global mode,
allowing users to maintain user-level agents in ~/.cursor/agents/
and skills in ~/.cursor/skills/.

Closes #899

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dyoshikawa dyoshikawa merged commit daeb185 into main Jan 30, 2026
10 checks passed
@dyoshikawa dyoshikawa deleted the feat/cursor-subagents-skills-global-support branch January 30, 2026 05:38
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.

Cursor's subagents/skills global support

1 participant