Agent Team Playground
Description
Long-lasting playground for dogfooding the agent-team pattern and other gh-aw workflows from github-agent-runner.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-team-playground
Long-lasting dogfooding ground for the [agent-team](https://github.com/verkyyi/github-agent-runner/tree/main/catalog/agent-team) pattern and other workflows shipped by [github-agent-runner](https://github.com/verkyyi/github-agent-runner).
Everything here is disposable. Code is intentionally simple so the agents have room to do real work without tripping over real-project complexity.
⚠️ **This is a testing playground, not a real project.** Please don't file bug reports about `greet()` — the bugs are there on purpose. If you're interested in the pattern itself, see [github-agent-runner](https://github.com/verkyyi/github-agent-runner). For security issues, see [SECURITY.md](SECURITY.md).
Layout
src/
greet.py toy module — bugs to find, features to add
tests/
test_greet.py pytest scaffold
.github/
workflows/
ci.yml runs pytest on every PR (so the reviewer has CI signal)
*.lock.yml installed agent-team workflows (via /install-agent-team)
How to dispatch a task
- Open an issue describing a change you want.
- Add the
agent-teamlabel. - Watch the spec → plan → impl → review thread; merge the approved PR.
Full pattern docs: [catalog/agent-team/README.md](https://github.com/verkyyi/github-agent-runner/blob/main/catalog/agent-team/README.md).
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git