{"id":49491664,"url":"https://github.com/roebi/aider-skills","last_synced_at":"2026-05-01T06:34:52.033Z","repository":{"id":340373567,"uuid":"1165744478","full_name":"roebi/aider-skills","owner":"roebi","description":"Agent Skills integration for aider - inject structured skills into your AI pair programming sessions with zero aider changes.","archived":false,"fork":false,"pushed_at":"2026-02-24T18:36:28.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-24T18:52:23.314Z","etag":null,"topics":["agent-skills","ai","aider","aider-chat","aider-skills","coding-assistant","llm"],"latest_commit_sha":null,"homepage":"https://github.com/roebi/aider-skills/blob/main/docs/aider-integration.md","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roebi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-02-24T13:54:56.000Z","updated_at":"2026-02-24T18:36:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roebi/aider-skills","commit_stats":null,"previous_names":["roebi/aider-skills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/roebi/aider-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roebi%2Faider-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roebi%2Faider-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roebi%2Faider-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roebi%2Faider-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roebi","download_url":"https://codeload.github.com/roebi/aider-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roebi%2Faider-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agent-skills","ai","aider","aider-chat","aider-skills","coding-assistant","llm"],"created_at":"2026-05-01T06:34:51.920Z","updated_at":"2026-05-01T06:34:52.019Z","avatar_url":"https://github.com/roebi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aider-skills\n\n\u003e [Agent Skills](https://agentskills.io) integration for [aider](https://aider.chat) —\n\u003e inject structured skills into your AI pair programming sessions with zero aider changes.\n\n[![CI](https://github.com/roebi/aider-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/roebi/aider-skills/actions/workflows/ci.yml)\n[![PyPI](https://img.shields.io/pypi/v/aider-skills)](https://pypi.org/project/aider-skills/)\n[![Python](https://img.shields.io/pypi/pyversions/aider-skills)](https://pypi.org/project/aider-skills/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n---\n\n## Install\n\n```bash\npip install aider-skills\n```\n\n## Quickstart\n\n```bash\n# Inside an aider session:\n/run aider-skills to-prompt ./my-skills\n\n# Or at startup:\naider --read $(aider-skills tmpfile ./my-skills)\n```\n\nThe model receives structured metadata about available skills and reads\nindividual `SKILL.md` files on demand — exactly as the\n[agentskills.io spec](https://agentskills.io/integrate-skills) describes\nfor filesystem-based agents.\n\n## Why\n\nAider has no plugin or hook system. `aider-skills` uses aider's own\n`/run` command and `--read` flag as integration points, requiring no\nfork and no changes to aider's internals.\n\n## Documentation\n\nSee [docs/aider-integration.md](docs/aider-integration.md) for full usage,\nall three integration patterns, and skill authoring guidance.\n\n## Commands\n\n| Command | What it does |\n|---|---|\n| `to-prompt DIR...` | Print `\u003cavailable_skills\u003e` XML — use with `/run` |\n| `to-conventions DIR...` | Print markdown block — use with `CONVENTIONS.md` |\n| `tmpfile DIR...` | Write to temp file, print path — use with `--read` |\n| `list DIR...` | Human-readable list of discovered skills |\n| `validate DIR` | Validate a single skill directory |\n\n## Related\n\n- [agentskills.io](https://agentskills.io) — the Agent Skills specification\n- [skills-ref](https://github.com/agentskills/agentskills/tree/main/skills-ref) — reference implementation this wraps\n- [aider](https://aider.chat) — AI pair programming in your terminal\n- [cecli](https://cecli.dev) — aider fork with native skills support built in\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froebi%2Faider-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froebi%2Faider-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froebi%2Faider-skills/lists"}