Built-in Claude Code Skills for SaaS Development #47
chaoming
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We just shipped built-in Claude Code skills with Fireact. Every project scaffolded with
create-fireact-appnow includes structured AI playbooks that teach Claude how Fireact works.What it does
Tell Claude what you want — "add a reports page" — and it handles all the wiring:
useSubscription,useConfig,useTranslation)app.config.jsonwith the route pathApp.tsxwrapped inProtectedSubscriptionRouteAll in one shot, following every Fireact convention.
8 Playbooks
How it ships
The skill lives in
.claude/skills/fireact-builder/and is copied into your project automatically when you runcreate-fireact-app. No separate installation or configuration needed.Try it
Then open in Claude Code and start building.
📖 Full blog post: https://fireact.dev/blog/build-saas-apps-with-ai-powered-development-skills/
📚 Docs: https://docs.fireact.dev/custom-development/claude-code/
We think this is the beginning of a new pattern: open-source frameworks that ship with AI skills. Let us know what you think!
Beta Was this translation helpful? Give feedback.
All reactions