From sui-dev-agents
Orchestrates full SUI project lifecycle from architecture through smart contracts, frontend, integration, testing, and deployment. Routes to specialized skills per phase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sui-dev-agents:sui-full-stackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Complete end-to-end SUI Move project development workflow.**
Complete end-to-end SUI Move project development workflow.
This is the main orchestrator skill that guides you through the entire SUI development lifecycle:
sui-architect)sui-developer)sui-frontend) - Optionalsui-fullstack-integration)sui-tester)sui-deployer)# Start new project
sui-full-stack
# Resume existing project
sui-full-stack --resume
# Skip to specific stage
sui-full-stack --stage testing
.gitignore, pre-commit hooks via sui-security-guardsui-architect for guided Q&Asui-developer to generate Move code from specsui-frontend to set up React/Next.js/Vue@mysten/dapp-kit-react @mysten/dapp-kit-core @mysten/sui @tanstack/react-query (hooks/providers from @mysten/dapp-kit-react; UI components like ConnectButton from @mysten/dapp-kit-react/ui). The legacy @mysten/dapp-kit package is deprecated.sui-fullstack-integrationsui-indexer to set up a data pipeline (PostgreSQL + checkpoint processor)sui-tester for comprehensive testingsui-deployer with network selection.envsui-docs-queryEach phase includes a Git checkpoint:
sui-security-guard scan.sui-full-stack.json options and CLI usageThis skill orchestrates:
| Skill | Phase | Purpose |
|---|---|---|
sui-security-guard | All | Security at every checkpoint |
sui-docs-query | All | Latest documentation |
sui-architect | 1 | Architecture planning |
sui-developer | 2 | Move development |
sui-frontend | 3 | Frontend setup |
sui-fullstack-integration | 4 | Type generation |
sui-tester | 5 | Comprehensive testing |
sui-deployer | 6 | Multi-network deployment |
sui-tools-guide | All | Tool selection |
sui-indexer | 4 | Custom data pipelines (optional) |
❌ Skipping phases
❌ Not using Git checkpoints
❌ Deploying without comprehensive testing
❌ Ignoring security-guard warnings
❌ Manual frontend package ID updates
❌ Skipping frontend phase for backend-only projects
❌ Not documenting custom workflows
From idea to production-ready SUI dApp - guided every step of the way!
npx claudepluginhub first-mover-tw/sui-dev-agents --plugin sui-dev-agentsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.