
Robusta
- 17 repo stars
- Updated July 27, 2026
- RobustaRush/seedkit
robusta is a Claude Code marketplace plugin whose seedkit skill scaffolds production-ready Django projects with uv, Celery, auth, and deploy configs for developers who need cookiecutter-quality stacks without stale LLM b
About
Robusta Seedkit is a Claude Code plugin for Django scaffolding and incremental integration. Two skill variants ship: /seedkit with pinned reference files for exact package versions and pitfalls, and /seedkit-slim relying on model knowledge without reference bundles. Interactive prompts guide adding allauth, Stripe via dj-stripe, django-modern-rest, django-channels with ASGI, Celery, Tailwind with DaisyUI, S3 storage, structlog, health checks, Docker, and deploy targets such as VPS, Fly.io, or GitHub SSH. Install via /plugin marketplace add RobustaRush/seedkit and /plugin install seedkit@robusta, or use npx skills add for Cursor and other agents. Developers reach for Seedkit when bootstrapping Django SaaS backends or wiring production packages into an existing codebase without memorizing every config snippet.
- /seedkit skill with reference files for pinned Django package versions and pitfalls
- /seedkit-slim variant without bundled reference files for lighter context
- Integrates allauth, Stripe/dj-stripe, django-modern-rest, Channels, Celery, Tailwind
- Covers Docker, CI/CD, S3 storage, structlog, healthchecks, VPS/Fly deploy
- Install: /plugin marketplace add RobustaRush/seedkit then /plugin install seedkit@robusta
Robusta by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add RobustaRush/seedkitAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 17 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | RobustaRush/seedkit ↗ |
How do you scaffold a production Django project with agents?
Run /seedkit to bootstrap Django SaaS stacks with Stripe, Celery, Channels, Docker, and CI via guided agent prompts.
Who is it for?
Python developers starting or extending Django SaaS backends who want agent-guided scaffolding with pinned package references and a nine-scenario verified testcase loop.
Skip if: Non-Django stacks, teams needing verified production deploys on VPS or Fly.io today, or projects where the testcase harness has not been run on your target LLM model.
What you get
Bootable Django project tree, pinned dependency configs, Docker Compose files, CI pipeline, and feature modules appended via `/seedkit add`.
- Django project source tree
- Docker Compose dev setup
- GitHub Actions CI config
By the numbers
- Ships two skill variants: `/seedkit` and `/seedkit-slim`
- Verified against nine core end-to-end scenarios in seedkit-examples
- Each testcase validation cycle runs all nine scenarios in 1.5–2 hours
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Choose seedkit over generic Django prompts when you need pinned dependency references and a boot-verified agent skill instead of stale cookiecutter templates.
FAQ
What is the difference between seedkit and seedkit-slim?
seedkit `/seedkit` includes reference files with exact package versions, config snippets, and known pitfalls, while `/seedkit-slim` relies only on model knowledge. Both share the same generate-boot-check testcase loop.
How many scenarios does seedkit verify against?
Robusta Seedkit validates against nine core end-to-end scenarios in the seedkit-examples repository. The testcase harness reruns all nine per review cycle, taking roughly 1.5–2 hours on Claude Sonnet.