This repo is set up for an internal hackathon with OpenCode, and the GitHub Copilot Extension in VS Code.
- Install OpenCode from opencode.ai/download.
- If you are using OpenCode for the first time, run
/connectinside OpenCode and authenticate with the GitHub Copilot provider. - If you are not a developer, use the OpenCode desktop app.
- If you want OpenCode inside your editor, simply run the cli in an integrated terminal.
- Use the GitHub Copilot Extension locally against this repo if desired.
opencode.json: main OpenCode config.opencode/prompts/frontend.md: prompt for the frontend agent.agents/skills/: reusable OpenCode skills available to agentsAGENTS.md: shared project instructions for local AI tools
- Change OpenCode models or agents in
opencode.json - Add more skills under
.agents/skills/<skill-name>/SKILL.md - Add shared repo guidance in
AGENTS.md
After changing OpenCode config, restart OpenCode to reload the config.
Some repo-local OpenCode skills that are useful during the hackathon:
agent-browser: use for browser automation, QA flows, screenshots, scraping, and testing web apps. Example: "Open the signup flow and take a screenshot of the error state."frontend-design/design-engineering: use for stronger UI design and frontend polish.design-engineeringis the stronger choice when motion, animation, and interaction polish matter. Example: "Make this landing page feel more premium without changing the content."grill-with-docs: use to build up shared knowledge and refine an idea into a clearer plan before executing. Example: "Grill this checkout redesign before we implement it."logging-best-practices: use when adding or reviewing logs. Example: "Review this API flow and suggest better structured logs."
- Treat this repo and all prompts as internal-only
- OpenCode chat sharing is disabled in
opencode.jsonand should stay disabled - Do not enable MCP servers for this repo
- OpenCode docs: opencode.ai/docs
- OpenCode download: opencode.ai/download