Files
ai-coding-workflow-labs/README.md
T
tiennm99 67bd88f41e feat: host cc4e-course quiz and advanced-claude-workflows lesson on the unified Pages site
The quiz app is a pure client-side Next.js page, so it static-exports with
output: 'export' and a basePath under the site; the lesson thumbnail is a
self-contained HTML file served as that directory's index.
2026-08-11 11:45:21 +07:00

1.6 KiB

ai-coding-workflow-labs

Experiments with AI-assisted coding workflows and tooling. Each directory was a standalone repository, merged here with full history. The web demos are served together at tiennm99.github.io/ai-coding-workflow-labs.

Directory Experiment Demo
claudekit/ ClaudeKit workflow (Vite/JS) /claudekit/
superpowers/ Superpowers skill set (Vite/TS) /superpowers/
bmad/ BMAD method (Vite/JS) /bmad/
oh-my-claudecode/ oh-my-claudecode (static) /oh-my-claudecode/
gstack/ gstack starter (Astro/Bun) /gstack/
cc4e-course/ Claude Code for Everyone course work /cc4e-course/
advanced-claude-workflows/ Hooks/aliases notes /advanced-claude-workflows/

The Deploy to GitHub Pages workflow builds every app with its base path under this repo and publishes them as one site with a root index.

Archive of experiments — not production code.