⭐ If you find Synalinks useful, please star the repo (and Synalinks one)! Help us reach more AI/ML engineers and grow the community. ⭐
This repository contains skills to use with Claude Code.
We'll progressively add more skills to cover more advanced Synalinks usecases, so keep tuned!
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.
The goal of Synalinks skills is to teach Claude to use properly the Synalinks framework. Given that Synalinks is based on Keras, LMs tend to mixup Keras and other LMs framework syntax witch results in bad practices and buggy code. These skills are provided to streamline the development of neuro-symbolic applications with Synalinks framework.
git clone https://github.com/SynaLinks/synalinks-skills.git
cd synalinks-skillsClick the skill icon (🧩) in your chat interface. Add skills from the marketplace or upload custom skills. Claude automatically activates relevant skills based on your task.
To use these skills with Claude API and Claude.ai you'll need to zip the skills with:
zip -r synalinks.skill synalinks/See Using skills with Claude for more information.
Place the skill in ~/.config/claude-code/skills/:
mkdir -p ~/.config/claude-code/skills/
cp -r synalinks ~/.config/claude-code/skills/Verify skill metadata:
head ~/.config/claude-code/skills/synalinks/SKILL.mdStart Claude Code:
claudeThe skill loads automatically and activates when relevant.
These skills are licensed under Apache 2.0, like Synalinks framework.
See the LICENSE file for full details.
Contributions are welcome! Please feel free to submit a Pull Request.
These skills have been created by Ramiro Salas the CTO of Hexatropian an active early member of Synalinks community.
- Synalinks Framework - The neuro-symbolic AI framework these skills are designed for