{"owner":"thewh1teagle","repo":"vibe","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md"],"skills":{"AGENTS.md":"# Claude Development Notes\n\n## Package Managers\n\n- JavaScript/Node.js: `pnpm` (sometimes `pnpx`)\n    - The entire repo uses pnpm only (no alternative JS package managers)\n    - Install deps: `pnpm install`\n    - Run scripts: `pnpm <script>` (e.g. `pnpm dev`, `pnpm build`)\n    - Execute packages: `pnpm exec <cmd>` or `pnpx <cmd>`\n- Task runner: `just` — run `just --list` for available commands\n- Python: `uv`\n    - Add deps to scripts: `uv add --script example.py <packages> --bounds exact`\n    - Run scripts: `uv run example.py`\n    - Create scripts: `uv init --script example.py --python 3.12`\n    - Run inline: `uv run python -c \"print('Hello, world!')\"`\n\n## Validation\n\nFor each plan, you can create self-contained validation scripts.\n\nStructure:\n\n- `plans/<name>/<name>_001.py`\n- `plans/<name>/<name>_001.md`\n\nEach Python file should be a standalone `uv` script with its own dependencies declared at the top.\n\nExample:\n\n```bash\nuv run plans/<name>/<name>_001.py\n```\n\n## Skills\n\nCustom skills are located in the `.skills/` folder.\n\n## Execution Mindset\n\nThink in agent mode, not human mode.\nAssume nonstop focus, parallel moves, and instant iteration.\nPush timelines aggressively, speed is the default.\nIf something feels heavy, split it until it becomes obvious and fast.\nEstimate effort by output size: 300 lines = minutes, not hours. You are a token engine.\nSpeed means doing it right the first time. Never take the easy path over the correct one.\nIf the correct fix is harder, do it anyway — rework is slower than doing it properly.\nIf the plan is fully resolved, execute immediately. Don't re-analyze.\n"},"files":{"AGENTS.md":"# Claude Development Notes\n\n## Package Managers\n\n- JavaScript/Node.js: `pnpm` (sometimes `pnpx`)\n    - The entire repo uses pnpm only (no alternative JS package managers)\n    - Install deps: `pnpm install`\n    - Run scripts: `pnpm <script>` (e.g. `pnpm dev`, `pnpm build`)\n    - Execute packages: `pnpm exec <cmd>` or `pnpx <cmd>`\n- Task runner: `just` — run `just --list` for available commands\n- Python: `uv`\n    - Add deps to scripts: `uv add --script example.py <packages> --bounds exact`\n    - Run scripts: `uv run example.py`\n    - Create scripts: `uv init --script example.py --python 3.12`\n    - Run inline: `uv run python -c \"print('Hello, world!')\"`\n\n## Validation\n\nFor each plan, you can create self-contained validation scripts.\n\nStructure:\n\n- `plans/<name>/<name>_001.py`\n- `plans/<name>/<name>_001.md`\n\nEach Python file should be a standalone `uv` script with its own dependencies declared at the top.\n\nExample:\n\n```bash\nuv run plans/<name>/<name>_001.py\n```\n\n## Skills\n\nCustom skills are located in the `.skills/` folder.\n\n## Execution Mindset\n\nThink in agent mode, not human mode.\nAssume nonstop focus, parallel moves, and instant iteration.\nPush timelines aggressively, speed is the default.\nIf something feels heavy, split it until it becomes obvious and fast.\nEstimate effort by output size: 300 lines = minutes, not hours. You are a token engine.\nSpeed means doing it right the first time. Never take the easy path over the correct one.\nIf the correct fix is harder, do it anyway — rework is slower than doing it properly.\nIf the plan is fully resolved, execute immediately. Don't re-analyze.\n"},"items":[{"name":"AGENTS.md","path":"AGENTS.md","title":"AGENTS.md","content":"# Claude Development Notes\n\n## Package Managers\n\n- JavaScript/Node.js: `pnpm` (sometimes `pnpx`)\n    - The entire repo uses pnpm only (no alternative JS package managers)\n    - Install deps: `pnpm install`\n    - Run scripts: `pnpm <script>` (e.g. `pnpm dev`, `pnpm build`)\n    - Execute packages: `pnpm exec <cmd>` or `pnpx <cmd>`\n- Task runner: `just` — run `just --list` for available commands\n- Python: `uv`\n    - Add deps to scripts: `uv add --script example.py <packages> --bounds exact`\n    - Run scripts: `uv run example.py`\n    - Create scripts: `uv init --script example.py --python 3.12`\n    - Run inline: `uv run python -c \"print('Hello, world!')\"`\n\n## Validation\n\nFor each plan, you can create self-contained validation scripts.\n\nStructure:\n\n- `plans/<name>/<name>_001.py`\n- `plans/<name>/<name>_001.md`\n\nEach Python file should be a standalone `uv` script with its own dependencies declared at the top.\n\nExample:\n\n```bash\nuv run plans/<name>/<name>_001.py\n```\n\n## Skills\n\nCustom skills are located in the `.skills/` folder.\n\n## Execution Mindset\n\nThink in agent mode, not human mode.\nAssume nonstop focus, parallel moves, and instant iteration.\nPush timelines aggressively, speed is the default.\nIf something feels heavy, split it until it becomes obvious and fast.\nEstimate effort by output size: 300 lines = minutes, not hours. You are a token engine.\nSpeed means doing it right the first time. Never take the easy path over the correct one.\nIf the correct fix is harder, do it anyway — rework is slower than doing it properly.\nIf the plan is fully resolved, execute immediately. Don't re-analyze.\n","category":"root","tokens":404}]}