Curated set of skills helping AI coding agents build and maintain CAP applications.
Skills work with AI coding tools that support the open skill standard, such as OpenCode, Claude Code, or VS Code Copilot.
Inside your project, run:
npx skills add https://github.com/capire/skills.gitSee skills CLI.
Inside Claude Code, run:
/plugin marketplace add capire/skills
/plugin install cap-developer@cap
See Claude Code plugins.
Add the repository to your Copilot marketplace sources in settings.json:
"chat.plugins.marketplaces": [
"https://github.com/capire/skills.git"
]In Extensions (Shift+Cmd+X), search for @agentPlugins, find the desired skill, and click "Install".
Symlink the skills/ directory into your tool's config folder:
# OpenCode (project-level)
ln -s /path/to/cap-skills-public/skills .opencode/skills
# OpenCode (global)
ln -s /path/to/cap-skills-public/skills ~/.config/opencode/skills
# Claude Code (project-level)
ln -s /path/to/cap-skills-public/skills .claude/skillsThis project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Copyright 2026 SAP SE or an SAP affiliate company and capire/skills contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.