sandermuller/oss-contribution-boost
Composer 安装命令:
composer require sandermuller/oss-contribution-boost
包简介
Agent skills and guidelines for contributing to repositories you do not own (boost catalog).
README 文档
README
Agent skills and guidelines for contributing to repositories you do not own — open source, an upstream you forked, another team's repo. A Composer-distributed boost catalog: pure Markdown, no runtime code.
What it ships
oss-contributionskill — the foreign-repo contribution playbook: read the target's rules first, run its gate, draft maintainer-facing prose for a human (never post it as the agent), one PR at a time, scope ambition to trust.verification-before-completionguideline — evidence-before-claims, with doc-only and intended-red (failing-test) carve-outs.rector-ecosystem-house-styleguideline — the shared rectorphp / symplify / TomasVotruba conventions (php-tagged).conventions-schema.json— per-repo slots (gate command, base branch, package kind, …) the skill resolves at sync time.
Install
composer require --dev sandermuller/oss-contribution-boost
Allowlist it and sync with a boost engine
(sandermuller/boost-core or
laravel/boost):
// boost.php or .config/boost.php return BoostConfig::configure() ->withAgents([Agent::CLAUDE_CODE, Agent::CODEX, Agent::CURSOR]) ->withAllowedVendors(['sandermuller/oss-contribution-boost']) ->withTags(['github', 'php']) ->withConventions([/* gate.command, contribution.base_branch, … */]);
vendor/bin/boost sync
The skill and guidelines fan out into each configured agent's directory (Claude Code, Codex, Cursor,
…). Per-repo values are supplied through withConventions(...) against conventions-schema.json.
License
MIT — see LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-13