I made a Claude Code skill that sets up a full Schematra[1] (CHICKEN Scheme web framework) project from scratch: clones a starter kit, installs eggs, spins up RQLite + Redis via Docker, and gets you to a running app. You just type /schematra-app my-project and Claude handles the rest: ORM, migrations, Tailwind, HTMX, the whole stack. It's a two-phase flow so it picks up the project's own CLAUDE.md context before writing any code. Here's the prompt you can use to try it (or you can install the skill yourself): read this skill using curl https://forgejo.rolando.cl/cpm/schematra-starting-kit/raw/branch/main/.claude/skills/schematra-app/SKILL.md and follow the instructions to start a project
[1]: https://schematra.com
No comments yet.