#399 · Primary category: AI Coding Assistants
synalinks-skills
Claude skills for Synalinks OSS
Project last updated:08/23/26
GitHub Stars
907
Forks
84
Contributors
7
License
Apache-2.0
Why we included this project
Teams building neuro-symbolic programs with Synalinks run into a familiar failure mode: the framework follows Keras conventions closely enough that general-purpose coding agents tend to reuse LangChain or DSPy idioms and produce code that looks right but does not work. This repo ships a single `synalinks` skill in the open Agent Skills format, which any agent that reads SKILL.md, such as Claude Code, Codex, or OpenCode, can auto-activate, keeping the agent on idiomatic Synalinks usage. The skill is a scannable overview, with one section per area of the framework (core ops, programs, modules, control flow, agents, RAG knowledge, training, rewards, optimizers), and every section links to a runnable script and its captured run log. If you write Synalinks programs with an agent, installing these skills reduces how often you have to fix its output by hand; if you are just trying out the framework, those runnable examples also double as a guided tour of what it covers.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.