developer-portal¶
/plugin marketplace add git@code.siemens.com:developer/portal.git
/plugin install developer-portal@siemens-xcelerator-developer-portal
claude plugin marketplace add git@code.siemens.com:developer/portal.git
claude plugin install developer-portal@siemens-xcelerator-developer-portal
copilot plugin marketplace add git@code.siemens.com:developer/portal.git
copilot plugin install developer-portal@siemens-xcelerator-developer-portal
Setup SSH authentication
The plugin marketplace requires SSH access to the repository.
Generate an SSH key (if you don't have one):
ssh-keygen -t ed25519 -C "your-email@siemens.com"Add your public key to code.siemens.com:
Copy the contents of
~/.ssh/id_ed25519.puband add it to your SSH keys in your code.siemens.com profile settings.Test the connection:
ssh -T git@code.siemens.comRun the marketplace add command above. The CLI will use your SSH key for authentication.
Troubleshooting: If you still see auth prompts, ensure your SSH agent is running and add your key:
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
Documentation¶
Available skills¶
| Skill | Description | Use it when… |
|---|---|---|
find-docs | Search the Siemens Xcelerator Developer Portal (public or internal) for documentation, guides, and API references. Uses the MCP server when available; automatically triggers setup-mcp if not configured. | You need to look up docs, find a product page, or answer a question about portal content. |
setup-mcp | Install and authenticate the public or internal Developer Portal MCP server in Claude Code or GitHub Copilot. Executes the install command, verifies it, and runs the OAuth flow for the internal MCP. | First-time MCP setup, switching between public and internal portals, or troubleshooting a missing MCP. |