Skip to content

Commit 95c12e6

Browse files
committed
update
1 parent d1d3ca8 commit 95c12e6

4 files changed

Lines changed: 2 additions & 57 deletions

File tree

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ sass:
1111
nav:
1212
- title: Home
1313
url: /
14-
- title: Program
15-
url: /program
1614
- title: Resources
1715
url: /resources
1816
- title: Guide

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Please prepare these before coming to an event:
2828

2929
1. **A Bash or Zsh terminal** — Linux and macOS include one by default. Windows participants should use WSL 2.
3030
2. **A project issue**[File an issue](https://github.com/CodingThrust/VibeTraining/issues/new?template=project-idea.yml) before the event describing what workflow you want to automate or what harness you want to build.
31-
3. **A Codex or Claude Code account** — Install the tool and confirm that you can log in before arriving (Note: a $20 plan might not be enough).
31+
3. **A Codex or Claude Code account** — Install the tool and confirm that you can log in before arriving (Note: a $20 plan might not be enough). Please refer to the [AI Coding Tool Setup Guide](setup-guide) for installation instructions.
32+
3233

3334
## Communication
3435
[GitHub discussions](https://github.com/CodingThrust/VibeTraining/discussions)

program.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

resources.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ title: Resources
77

88
Use these resources to assemble a vibe coding harness. In practice, a good harness usually has both an **instruction layer** and a **tool layer**: skills tell the AI agent how to reason and coordinate work; CLIs, MCP servers, scripts, and tests make repeated actions reliable.
99

10-
## AI Coding Tools
11-
12-
| Tool | Type | Link |
13-
|------|------|------|
14-
| Claude Code | Terminal CLI | [code.claude.com](https://code.claude.com) |
15-
| Codex CLI | Terminal CLI | [github.com/openai/codex](https://github.com/openai/codex) |
16-
| OpenCode | Terminal CLI | [opencode.ai](https://opencode.ai) |
17-
18-
Get your AI coding tools ready before the hackathon:
19-
20-
- [AI Coding Tool Setup Guide](setup-guide) — Installation instructions for Claude Code, Cursor, Codex CLI, and OpenCode
21-
2210
## Learning Resources
2311
- [Documentation: The Complete Guide to Building Skills for Claude](https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf)
2412
- [Video: Agentic Coding (MIT Open Course)](https://missing.csail.mit.edu/2026/agentic-coding/)

0 commit comments

Comments
 (0)