Skip to content

capire/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CAP Skills

About this project

Curated set of skills helping AI coding agents build and maintain CAP applications.

Requirements and Setup

Skills work with AI coding tools that support the open skill standard, such as OpenCode, Claude Code, or VS Code Copilot.

skills CLI

Inside your project, run:

npx skills add https://github.com/capire/skills.git

See skills CLI.

Claude Code Plugin

Inside Claude Code, run:

/plugin marketplace add capire/skills
/plugin install cap-developer@cap

See Claude Code plugins.

VS Code Copilot Plugin

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".

See Copilot agent plugins.

Symlink (manual)

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/skills

Support, Feedback, Contributing

This 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.

Code of Conduct

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.

Licensing

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.

About

Skills for Development of SAP Cloud Application Programming Model

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors