{"id":30853597,"url":"https://github.com/louisbrulenaudet/bodyboard","last_synced_at":"2026-01-20T16:53:37.871Z","repository":{"id":312322864,"uuid":"1046989201","full_name":"louisbrulenaudet/bodyboard","owner":"louisbrulenaudet","description":"Canonical instructions for coding assistants from a single AGENTS.md ✨","archived":false,"fork":false,"pushed_at":"2025-08-29T19:36:04.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T21:44:54.336Z","etag":null,"topics":["adapter","agentic-ai","agents","cline","codex","copilot","cursor","gemini","gemini-cli","github-copilot","openai-codex","vibe","vibe-coding"],"latest_commit_sha":null,"homepage":"https://github.com/louisbrulenaudet/bodyboard","language":"TypeScript","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/louisbrulenaudet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"louisbrulenaudet"}},"created_at":"2025-08-29T14:56:04.000Z","updated_at":"2025-08-29T19:36:07.000Z","dependencies_parsed_at":"2025-08-29T21:44:56.556Z","dependency_job_id":"b0591509-513d-4539-9fe3-81472964ab2b","html_url":"https://github.com/louisbrulenaudet/bodyboard","commit_stats":null,"previous_names":["louisbrulenaudet/bodyboard"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/louisbrulenaudet/bodyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fbodyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fbodyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fbodyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fbodyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisbrulenaudet","download_url":"https://codeload.github.com/louisbrulenaudet/bodyboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisbrulenaudet%2Fbodyboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274021064,"owners_count":25208730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["adapter","agentic-ai","agents","cline","codex","copilot","cursor","gemini","gemini-cli","github-copilot","openai-codex","vibe","vibe-coding"],"created_at":"2025-09-07T09:37:41.749Z","updated_at":"2026-01-20T16:53:37.845Z","avatar_url":"https://github.com/louisbrulenaudet.png","language":"TypeScript","funding_links":["https://github.com/sponsors/louisbrulenaudet"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/thumbnail.png\" alt=\"Bodyboard Thumbnail\" height=\"150\" /\u003e\n\u003c/p\u003e\n\n# Canonical instructions for coding assistants from a single AGENTS.md\n\n[![Biome](https://img.shields.io/badge/lint-biome-blue?logo=biome)](https://biomejs.dev/)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)\n[![Known Vulnerabilities](https://snyk.io/test/github/louisbrulenaudet/bodyboard/badge.svg)](https://snyk.io/test/github/louisbrulenaudet/bodyboard)\n[![CI](https://github.com/louisbrulenaudet/bodyboard/actions/workflows/ci.yaml/badge.svg)](https://github.com/louisbrulenaudet/bodyboard/actions/workflows/ci.yaml)\n\nMaintaining consistency across diverse code assistant configuration files presents challenges, especially when updates are required for multiple tools and collaboration involves several contributors. **Bodyboard** addresses this by generating canonical instructions for code helpers from a single `AGENTS.md` file, thereby streamlining the production of adapter outputs for Gemini CLI, Copilot, Cline, Claude, Rules, Windsurf, and OpenAI Codex integrations.\n\n**Supported adapters:** Gemini, Copilot, Cline, Claude, Rules (Zod), Windsurf\n\n```bash\nnpm install -g bodyboard\n```\n\nGenerate adapter outputs for all supported formats:\n\n```bash\nbodyboard create all\n```\n\nOr, generate a specific adapter output. For example for Gemini CLI:\n\n```bash\nbodyboard create gemini\n```\n\n### Generate Specific Adapter Output\n\n- Gemini: `bodyboard create gemini`\n- Copilot: `bodyboard create copilot`\n- Cline: `bodyboard create cline`\n- Claude: `bodyboard create claude`\n- Rules: `bodyboard create rules`\n- Windsurf: `bodyboard create windsurf`\n\n#### Options\n\n- `--out \u003cdir\u003e`: Output root directory (default: current repo)\n- `--dry-run`: Show paths and diffs without writing\n- `--verbose`: Detailed logs\n\n#### Example Output Files\n\n- `GEMINI.md`, `.gemini/settings.template.json`\n- `.github/copilot-instructions.md`\n- `.clinerules/instructions.md`\n\n## Workflow\n\n1. Edit [`AGENTS.md`](./AGENTS.md) with canonical instructions.\n2. Run CLI to generate all formats for code helpers.\n3. All writes are atomic; folders are created recursively.\n\n## Feedback\nIf you have any feedback, please reach out at [louisbrulenaudet@icloud.com](mailto:louisbrulenaudet@icloud.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrulenaudet%2Fbodyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisbrulenaudet%2Fbodyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrulenaudet%2Fbodyboard/lists"}