@mosaicsite/claude-skill
v1.0.8
Published
Mosaic Platform skill for Claude Code - build and deploy apps instantly
Maintainers
Readme
@mosaicsite/claude-skill
Mosaic: Your full-stack app development co-platform.
Give your AI assistant the complete skill to build and deploy production apps - Database, Vector Store, Auth, Storage, Git, and Compute, all unified in one friendly API.
Installation
npx @mosaicsite/claude-skillThe installer auto-detects your AI tools and installs appropriately:
| Tool | Install Location |
|------|-----------------|
| Claude Code | CLAUDE.md or ~/.claude/skills/mosaic.md |
| Cursor | .cursorrules or .cursor/mosaic.md |
| GitHub Copilot | .github/copilot-instructions.md |
| Gemini | GEMINI.md |
| Generic | AI_INSTRUCTIONS.md |
What Your AI Learns
After installation, your AI assistant can:
- Create projects with PostgreSQL + pgvector + Git repo
- Design schemas and execute SQL with vector search
- Build apps - Auto-detects Node.js, Python, Go, Rust, static
- Deploy - Push to Git, trigger deploy, live in 30 seconds
- Add user auth - Magic link signup/login for your app's users
- Upload files to S3 storage
- Push code via API - No Git credentials needed
- Submit tickets when help is needed
Usage
- Get your API key from https://mosaic.site/dashboard
- Tell your AI: "Build me a todo app on Mosaic"
- Provide your API key when asked
- AI handles: project creation → database → code → Git → deploy → live URL
Example Conversation
You: Build me a blog on Mosaic. My API key is mk_xxxxx
AI: I'll build your blog on Mosaic...
1. Creating project "blog"...
→ Slug: blog-a1b2
→ Git: https://git.mosaic.site/you/blog-a1b2.git
2. Setting up database...
→ Created tables: posts, authors
3. Building the app...
→ Created: package.json, server.js, public/index.html
4. Pushing to Git...
→ Committed and pushed
5. Deploying...
→ Status: running
✅ Your blog is live at https://blog-a1b2.mosaic.siteManual Installation
If auto-detect doesn't work:
# Fetch latest skill
curl -s https://api.mosaic.site/skill.md >> CLAUDE.mdOr copy CLAUDE.md from this package to your project.
Keep Updated
# Re-run installer to get latest
npx @mosaicsite/claude-skill
# Or fetch directly
curl -s https://api.mosaic.site/skill.md > CLAUDE.mdLinks
- Dashboard: https://mosaic.site/dashboard
- API Docs: https://api.mosaic.site
- Full Skill: https://api.mosaic.site/skill.md
- Support: https://mosaic.site/support
License
MIT
