Skip to content

Allow to install skills globally, support ".agents" directory, and Cursor#515

Open
alexott wants to merge 1 commit into
databricks-solutions:mainfrom
alexott:global-installation-2
Open

Allow to install skills globally, support ".agents" directory, and Cursor#515
alexott wants to merge 1 commit into
databricks-solutions:mainfrom
alexott:global-installation-2

Conversation

@alexott
Copy link
Copy Markdown
Contributor

@alexott alexott commented May 6, 2026

This PR adds a few command-line flags to install_skills.sh:

  • --global - to install skills to the user's directory: ~/.claude/skills by default, ~/.agents/skills when used together with --agents, or ~/.cursor/skills when used with --cursor, or /Workspace/.assistant/skills when used with --install-to-genie
  • --agents - to install into the .agents/skills directory understandable by multiple tools (Codex, Copilot, ...)
  • --cursor - to install into the .cursor/skills directory

Reimplementation of #62

…rsor

This PR adds a few command-line flags to `install_skills.sh`:

- `--global` - to install skills to the user's directory: `~/.claude/skills` by default, `~/.agents/skills` when used together with `--agents`, or `~/.cursor/skills` when used with `--cursor`, or `/Workspace/.assistant/skills` when used with `--install-to-genie`
- `--agents` - to install into the `.agents/skills` directory understandable by multiple tools (Codex, Copilot, ...)
- `--cursor` - to install into the `.cursor/skills` directory
@alexott alexott force-pushed the global-installation-2 branch from 1402a7f to 787f6cf Compare May 10, 2026 07:33
@dustinvannoy-db
Copy link
Copy Markdown
Collaborator

@alexott there is support for global install already and a variety of tools supported. Can you clarify more about the use for these extra flags or the need for an agents folder? Feel free to DM me internally.

@alexott
Copy link
Copy Markdown
Contributor Author

alexott commented May 21, 2026

@dustinvannoy-db can you point me to a specific location in the install skills script? I don't see installation to .agents directory, etc.

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