{"id":37348148,"url":"https://github.com/SynaLinks/synalinks-skills","last_synced_at":"2026-01-23T10:01:44.794Z","repository":{"id":176157290,"uuid":"655021836","full_name":"SynaLinks/synalinks-skills","owner":"SynaLinks","description":"Claude skills for Synalinks","archived":false,"fork":false,"pushed_at":"2025-12-17T15:24:08.000Z","size":10916,"stargazers_count":891,"open_issues_count":0,"forks_count":87,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-12-21T03:42:09.773Z","etag":null,"topics":["artificial-intelligence","large-language-models","neuro-symbolic","neuro-symbolic-ai","neurosymbolic"],"latest_commit_sha":null,"homepage":"https://synalinks.github.io/synalinks/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SynaLinks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-17T16:31:00.000Z","updated_at":"2025-12-17T15:49:43.000Z","dependencies_parsed_at":"2023-10-27T12:30:13.796Z","dependency_job_id":"1da3a554-5ea5-47c9-8a42-d66fe7ea341f","html_url":"https://github.com/SynaLinks/synalinks-skills","commit_stats":null,"previous_names":["synalinks/hybridagi","synalinks/synalinks-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SynaLinks/synalinks-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynaLinks%2Fsynalinks-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynaLinks%2Fsynalinks-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynaLinks%2Fsynalinks-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynaLinks%2Fsynalinks-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SynaLinks","download_url":"https://codeload.github.com/SynaLinks/synalinks-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynaLinks%2Fsynalinks-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28687414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","large-language-models","neuro-symbolic","neuro-symbolic-ai","neurosymbolic"],"created_at":"2026-01-16T04:00:26.507Z","updated_at":"2026-01-23T10:01:44.768Z","avatar_url":"https://github.com/SynaLinks.png","language":"Python","funding_links":[],"categories":["📦 开源 Skills 库 (Open Source Skills)","Platform Skills"],"sub_categories":["架构演进：代码优先 (Code-First)"],"readme":"# Claude Skills for Synalinks\n\n\u003cdiv align=\"center\"\u003e\n\n⭐ If you find Synalinks useful, please star the repo (and [Synalinks](https://github.com/SynaLinks/synalinks) one)! Help us reach more AI/ML engineers and grow the community. ⭐\n\n\u003c/div\u003e\n\n---\n\nThis repository contains skills to use with Claude Code.\n\nWe'll progressively add more skills to cover more advanced Synalinks usecases, so keep tuned!\n\n## What Are Claude Skills?\n\nClaude 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.\n\n## What is the goal of Synalinks skills?\n\nThe 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.\n\n## Install\n\n```shell\ngit clone https://github.com/SynaLinks/synalinks-skills.git\ncd synalinks-skills\n```\n\n## Using Skills in Claude\n\nClick the skill icon (🧩) in your chat interface.\nAdd skills from the marketplace or upload custom skills.\nClaude automatically activates relevant skills based on your task.\n\nTo use these skills with Claude API and Claude.ai you'll need to zip the skills with:\n\n```shell\nzip -r synalinks.skill synalinks/\n```\n\nSee [Using skills with Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude#h_c6008b84ad) for more information.\n\n### Using Skills in Claude Code\n\nPlace the skill in `~/.config/claude-code/skills/`:\n\n```shell\nmkdir -p ~/.config/claude-code/skills/\ncp -r synalinks ~/.config/claude-code/skills/\n```\n\nVerify skill metadata:\n\n```shell\nhead ~/.config/claude-code/skills/synalinks/SKILL.md\n```\n\nStart Claude Code:\n\n```shell\nclaude\n```\n\nThe skill loads automatically and activates when relevant.\n\n# License\n\nThese skills are licensed under Apache 2.0, like Synalinks framework.\n\nSee the [LICENSE](LICENSE) file for full details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Acknoledgement\n\nThese skills have been created by [Ramiro Salas](https://www.linkedin.com/in/rsalas/) the CTO of [Hexatropian](https://www.linkedin.com/company/hextropian-systems/) an active early member of [Synalinks](https://github.com/SynaLinks/synalinks) community.\n\n## Synalinks Project\n\n- [Synalinks Framework](https://github.com/SynaLinks/synalinks) - The neuro-symbolic AI framework these skills are designed for\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSynaLinks%2Fsynalinks-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSynaLinks%2Fsynalinks-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSynaLinks%2Fsynalinks-skills/lists"}