{"id":32329874,"url":"https://github.com/wscoble/beyond-the-prompt","last_synced_at":"2026-05-07T09:34:34.020Z","repository":{"id":320103751,"uuid":"1080820692","full_name":"wscoble/beyond-the-prompt","owner":"wscoble","description":"Skills \u0026 Subagents for AI development: progressive disclosure, context efficiency, and evaluation-first patterns. Built with Nix + Reveal.js.","archived":false,"fork":false,"pushed_at":"2025-10-21T23:18:20.000Z","size":1996,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-22T01:12:39.519Z","etag":null,"topics":["claude-code","nix","presentation-slides","reveal-js"],"latest_commit_sha":null,"homepage":"https://scoble.me","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wscoble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-21T23:13:33.000Z","updated_at":"2025-10-21T23:18:23.000Z","dependencies_parsed_at":"2025-10-22T01:12:47.920Z","dependency_job_id":"fb254d59-d848-4a01-a335-45f56db16fc0","html_url":"https://github.com/wscoble/beyond-the-prompt","commit_stats":null,"previous_names":["wscoble/beyond-the-prompt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wscoble/beyond-the-prompt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wscoble%2Fbeyond-the-prompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wscoble%2Fbeyond-the-prompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wscoble%2Fbeyond-the-prompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wscoble%2Fbeyond-the-prompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wscoble","download_url":"https://codeload.github.com/wscoble/beyond-the-prompt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wscoble%2Fbeyond-the-prompt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","nix","presentation-slides","reveal-js"],"created_at":"2025-10-23T18:19:44.360Z","updated_at":"2026-05-07T09:34:34.008Z","avatar_url":"https://github.com/wscoble.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beyond the Prompt: Lessons from Building with Claude Code\n\nA presentation about using Skills and Subagents to guide AI-assisted development, demonstrated through the FLUO project's FluoDSL sandboxing decision.\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/beyond-the-prompt.git\ncd beyond-the-prompt\n\n# Start the presentation (requires Nix)\nnix run .#present\n```\n\nOpen http://localhost:8000 in your browser.\n\n## Prerequisites\n\n- [Nix](https://nixos.org/download.html) package manager with flakes enabled\n\n## Commands\n\n### Run Presentation Only\n\n```bash\nnix run .#present\n```\n\nServes the presentation at http://localhost:8000\n\n### Run Full Demo\n\n```bash\nnix run .#demo\n```\n\nServes:\n- Presentation at http://localhost:8000\n- Conversation viewer at http://localhost:8001 (if available)\n\n### Development Mode\n\n```bash\n# Enter development shell with all tools\nnix develop\n\n# Start presentation server with live reload\ncaddy file-server --root ./presentation --listen :8000\n```\n\n## Presenter Mode\n\nPress `P` during the presentation to toggle presenter mode with speaker notes and timing.\n\nPress `C` to clone the slideshow for dual-screen presentation.\n\n## Key Keyboard Shortcuts\n\n- `→` / `Space` - Next slide\n- `←` - Previous slide\n- `P` - Toggle presenter mode\n- `C` - Clone slideshow\n- `F` - Toggle fullscreen\n- `?` - Show help\n\n## Project Structure\n\n```\n.\n├── flake.nix                 # Nix flake with apps and devShell\n├── README.md                 # This file\n├── CLAUDE.md                 # Instructions for Claude Code\n├── docs/\n│   ├── adr/                  # Architecture Decision Records\n│   └── demo/                 # Demo materials\n└── presentation/\n    ├── index.html            # Reveal.js presentation\n    ├── slides.md             # Presentation content\n    ├── assets/               # Images, CSS, themes\n    └── vendor/               # Vendored dependencies\n```\n\n## Content\n\nThis presentation covers:\n\n1. **Context Window Economics** - Progressive disclosure and token efficiency\n2. **Skills + Subagents Pattern** - HOW to implement vs SHOULD we build\n3. **Preventing Waste** - Evaluation before execution\n\n## Learn More\n\n- FLUO Project: https://github.com/fluohq/fluo\n- See `.skills/` and `.subagents/` directories in FLUO for implementation examples\n- Read ADRs in `docs/adr/` for architectural context\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwscoble%2Fbeyond-the-prompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwscoble%2Fbeyond-the-prompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwscoble%2Fbeyond-the-prompt/lists"}