mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-13 02:18:12 +00:00
Convert all 41 TypeScript source/config files in cc4e-course/quiz-project (Next.js), gstack (Astro), and superpowers (Vite/React/Phaser) to plain JavaScript with JSDoc type annotations, replacing tsconfig.json with jsconfig.json (strict + checkJs) in each subproject. No behavior changes: lint, typecheck, test, and build gates match their TypeScript baselines exactly in all three subprojects. Update stack references in the affected READMEs accordingly.
1.6 KiB
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 miti99dev.github.io/ai-coding-workflow-labs.
| Directory | Experiment | Demo |
|---|---|---|
claudekit/ |
ClaudeKit workflow (Vite/JS) | /claudekit/ |
superpowers/ |
Superpowers skill set (Vite/JS) | /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.