A reusable set of skill definitions for use in your repository, reflecting reasonable (though opinionated) guidelines for agentic coding assistants.
These skills are regularly tested against Cleura AI and OpenCode, but they are experimental.
To use these skills in your repository, include them as a Git submodule:
git submodule add https://github.com/cleura/skills .agents/skillsIf you want to add skills selectively, you can use symlinks instead. For example:
git submodule add https://github.com/cleura/skills cleura-skills
mkdir -p .agents/skills
cd .agents/skills
ln -s ../../cleura-skills/<skill-name> .Once you have added the submodule to your repository, be sure to clone with --recurse-submodules.
You can also globally enable submodule recursion in your Git configuration:
git config --global submodule.recurse trueThis project is licensed under the GNU GPLv3, see LICENSE.md for details.