{"id":51540530,"url":"https://github.com/sandermuller/rector-ecosystem-boost","last_synced_at":"2026-07-09T13:01:43.238Z","repository":{"id":364642598,"uuid":"1268528923","full_name":"SanderMuller/rector-ecosystem-boost","owner":"SanderMuller","description":"Agent skills, coding standards, and PR conventions for the rector / symplify / TomasVotruba ecosystem (boost catalog).","archived":false,"fork":false,"pushed_at":"2026-06-13T21:27:26.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T22:22:12.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/SanderMuller.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":"SECURITY.md","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-06-13T16:33:59.000Z","updated_at":"2026-06-13T21:27:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SanderMuller/rector-ecosystem-boost","commit_stats":null,"previous_names":["sandermuller/rector-ecosystem-boost"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SanderMuller/rector-ecosystem-boost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanderMuller%2Frector-ecosystem-boost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanderMuller%2Frector-ecosystem-boost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanderMuller%2Frector-ecosystem-boost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanderMuller%2Frector-ecosystem-boost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SanderMuller","download_url":"https://codeload.github.com/SanderMuller/rector-ecosystem-boost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SanderMuller%2Frector-ecosystem-boost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35299763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":[],"created_at":"2026-07-09T13:01:41.212Z","updated_at":"2026-07-09T13:01:43.227Z","avatar_url":"https://github.com/SanderMuller.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rector-ecosystem-boost\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/sandermuller/rector-ecosystem-boost.svg?style=flat-square)](https://packagist.org/packages/sandermuller/rector-ecosystem-boost)\n[![Total Downloads](https://img.shields.io/packagist/dt/sandermuller/rector-ecosystem-boost.svg?style=flat-square)](https://packagist.org/packages/sandermuller/rector-ecosystem-boost)\n[![License](https://img.shields.io/packagist/l/sandermuller/rector-ecosystem-boost.svg?style=flat-square)](LICENSE)\n\nAgent skills, coding standards, and PR conventions for the **rector / symplify / TomasVotruba**\necosystem — and for contributing to repos you don't own. A Composer-distributed\n[boost](https://github.com/sandermuller/boost-core) catalog: pure-Markdown, no runtime code.\n\n## What it ships\n\n**Skills** (loaded on demand):\n- **`oss-contribution`** — the foreign-repo contribution playbook: read the target's rules first, run\n  its gate, draft maintainer-facing prose for a human (never post it as the agent), one PR at a time,\n  scope ambition to trust.\n- **`rule-authoring`** — the canonical shape for an ecosystem rule (Rector / PHPStan / symplify):\n  mirror-path namespace, `final` + framework base, ctor injection, bail-early, the test + fixture\n  conventions, no value-object tests. Tuned per repo by the `rule.*` conventions.\n\n**Guidelines** (always loaded):\n- **`rector-ecosystem-house-style`** — the shared rectorphp / symplify / TomasVotruba coding standards\n  (final classes, strict types, ReflectionProvider-not-runtime, no setters, …); php-tagged.\n- **`pr-contribution`** — the ecosystem's PR conventions + anti-slop rules (one feature/PR, tests\n  required, lead-with-a-failing-test, no coverage/Docker padding, why-not-what descriptions); php-tagged.\n- **`verification-before-completion`** — evidence-before-claims, with doc-only and intended-red\n  (failing-test) carve-outs.\n\n**`conventions-schema.json`** — per-repo slots (gate command, base branch, package kind, PHP floor,\ndocs path, rule framework / test-case base / identifier scheme) the skills and guidelines resolve at\nsync time, so one catalog tunes itself per repo.\n\n## Install\n\n```bash\ncomposer require --dev sandermuller/rector-ecosystem-boost\n```\n\nAllowlist it and sync with a boost engine\n([`sandermuller/boost-core`](https://github.com/sandermuller/boost-core) or\n[`laravel/boost`](https://github.com/laravel/boost)):\n\n```php\n// boost.php or .config/boost.php\nreturn BoostConfig::configure()\n    -\u003ewithAgents([Agent::CLAUDE_CODE, Agent::CODEX, Agent::CURSOR])\n    -\u003ewithAllowedVendors(['sandermuller/rector-ecosystem-boost'])\n    -\u003ewithTags(['github', 'php'])\n    -\u003ewithConventions([/* gate.command, contribution.base_branch, … */]);\n```\n\n```bash\nvendor/bin/boost sync\n```\n\nThe skill and guidelines fan out into each configured agent's directory (Claude Code, Codex, Cursor,\n…). Per-repo values are supplied through `withConventions(...)` against `conventions-schema.json`.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandermuller%2Frector-ecosystem-boost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandermuller%2Frector-ecosystem-boost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandermuller%2Frector-ecosystem-boost/lists"}