{"id":35575988,"url":"https://github.com/afink170/agent-sync-cli","last_synced_at":"2026-01-13T23:38:18.726Z","repository":{"id":331399572,"uuid":"1126470891","full_name":"afink170/agent-sync-cli","owner":"afink170","description":"CLI tools to manage synchronization of AI coding agent files, such as reusable prompts and skills.","archived":false,"fork":false,"pushed_at":"2026-01-06T02:09:38.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-07T16:32:19.534Z","etag":null,"topics":["agent","ai","claude-code","cli","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/agent-sync-cli","language":"TypeScript","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/afink170.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-02T01:24:51.000Z","updated_at":"2026-01-06T01:45:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/afink170/agent-sync-cli","commit_stats":null,"previous_names":["afink170/agent-sync-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/afink170/agent-sync-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afink170%2Fagent-sync-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afink170%2Fagent-sync-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afink170%2Fagent-sync-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afink170%2Fagent-sync-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afink170","download_url":"https://codeload.github.com/afink170/agent-sync-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afink170%2Fagent-sync-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["agent","ai","claude-code","cli","typescript"],"created_at":"2026-01-04T19:13:35.614Z","updated_at":"2026-01-13T23:38:18.722Z","avatar_url":"https://github.com/afink170.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Sync CLI\n\nA CLI tool to manage synchronization of agent files (`AGENTS.md`, `CLAUDE.md`, skills) between different AI tools.\n\n## Installation\n\n```bash\nnpm install -g agent-sync-cli\n# or\npnpm add -g agent-sync-cli\n```\n\n## Usage\n\n### Basic Sync\n\n```bash\nagent-sync sync\n```\n\n### Dry Run\n\n```bash\nagent-sync sync --dry-run --verbose\n```\n\n### Sync Specific Rule\n\n```bash\nagent-sync sync --rule agents-to-claude\n```\n\n### Validate Config\n\n```bash\nagent-sync validate\n```\n\n## Configuration\n\nThe config options can be defined in any of the following locations:\n\n```bash\npackage.json\n.agentsyncrc\n.agentsyncrc.json\n.agentsyncrc.yaml\n.agentsyncrc.yml\n.agentsyncrc.js\n.agentsyncrc.ts\n.agentsyncrc.mjs\n.agentsyncrc.cjs\n.config/.agentsyncrc\n.config/.agentsyncrc.json\n.config/.agentsyncrc.yaml\n.config/.agentsyncrc.yml\n.config/.agentsyncrc.js\n.config/.agentsyncrc.ts\n.config/.agentsyncrc.mjs\n.config/.agentsyncrc.cjs\nagent-sync.config.js\nagent-sync.config.ts\nagent-sync.config.mjs\nagent-sync.config.cjs\n```\n\nAlternatively, the config can be loaded from a custom filepath via the `--config` option.\n\n```bash\nagent-sync sync --config my-config.json\n```\n\nExample config:\n\n```json\n{\n  \"rules\": [\n    {\n      \"name\": \"agents-to-claude\",\n      \"description\": \"Create CLAUDE.md symlinks pointing to AGENTS.md files in all directories\",\n      \"source\": \"AGENTS.md\",\n      \"target\": \"CLAUDE.md\",\n      \"recursive\": true,\n      \"type\": \"file\",\n      \"enabled\": true\n    },\n    {\n      \"name\": \"claude-skills-to-github\",\n      \"description\": \"Symlink .claude/skills directory to .github/skills\",\n      \"source\": \".claude/skills\",\n      \"target\": \".github/skills\",\n      \"recursive\": false,\n      \"type\": \"directory\",\n      \"enabled\": true\n    }\n  ]\n}\n```\n\n## Development and Contributing\n\nFor detailed information about development, build process, git hooks, commit conventions, and the development workflow, see [DEVELOPMENT.md](./DEVELOPMENT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafink170%2Fagent-sync-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafink170%2Fagent-sync-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafink170%2Fagent-sync-cli/lists"}