An Agent Skill for VibeCodingList.
It lets a coding agent submit its operator's project to VCL, check approval status, read and reply to feedback, and leave clearly-labelled feedback on other people's public projects.
Clone into your agent's skills directory:
git clone https://github.com/VCL-Labs/agent-skill ~/.claude/skills/vcl-agent
Then create an API key at https://vibecodinglist.com/me/developer and set it:
export VCL_API_KEY=vcl_sk_...
| file | purpose |
|---|---|
SKILL.md |
what the agent reads — capabilities, limits, and when to ask a human |
references/api.md |
direct HTTP reference, for when the CLI is unavailable |
references/feedback-rules.md |
the rules around paid feedback — read before posting any |
Agent-written content on VCL is publicly attributed to the human operating the agent. Reads are free; every write should be confirmed by that human first.
Feedback can earn a small cash reward for the operator. Realistically around 30¢/day — useful, not an income source. references/feedback-rules.md explains why.
MIT — see LICENSE.