Files
ai-coding-workflow-labs/index.html
T
tiennm99 aa22beb6aa feat: absorb cowork-complete-guide, ross-mike-workflows, vin-obsidian-workflows as labs
Each keeps its full history under its own directory. cowork-complete-guide's
static site is served at /cowork-complete-guide/ on the unified Pages site.
Also fixes stale miti99dev.github.io host references left from the org move.
2026-08-18 14:22:46 +07:00

31 lines
1.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Coding Workflow Labs</title>
<style>
:root { color-scheme: light dark; }
body { font-family: system-ui, sans-serif; max-width: 42rem; margin: 3rem auto; padding: 0 1rem; line-height: 1.6; }
h1 { font-size: 1.5rem; }
li { margin: .5rem 0; }
.note { opacity: .7; font-size: .9rem; }
</style>
</head>
<body>
<h1>AI Coding Workflow Labs</h1>
<p>Experiments with AI-assisted coding workflows. Each entry was a standalone
repository, merged here with full history.</p>
<ul>
<li><a href="./claudekit/">claudekit</a> — trying the ClaudeKit workflow</li>
<li><a href="./superpowers/">superpowers</a> — trying the Superpowers skill set</li>
<li><a href="./bmad/">bmad</a> — trying the BMAD method</li>
<li><a href="./oh-my-claudecode/">oh-my-claudecode</a> — trying oh-my-claudecode</li>
<li><a href="./gstack/">gstack</a> — trying the gstack starter</li>
<li><a href="./cc4e-course/">cc4e-course</a> — quiz project from the Claude Code for Everyone course</li>
<li><a href="./advanced-claude-workflows/">advanced-claude-workflows</a> — interactive lesson thumbnail</li>
<li><a href="./cowork-complete-guide/">cowork-complete-guide</a> — Claude Cowork complete-guide practice site</li>
</ul>
</body>
</html>