Use when starting full-stack SUI projects requiring end-to-end orchestration from architecture to deployment. Triggers on new project initialization, complete workflow guidance needs, or multi-phase development tasks.
From sui-dev-agentsnpx claudepluginhub first-mover-tw/sui-dev-agents --plugin sui-dev-agentsThis skill uses the workspace's default tool permissions.
references/config.mdreferences/examples.mdreferences/phases.mdSearches, 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.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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/sui, @mysten/dapp-kitsui-fullstack-integrationsui-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 |
❌ 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!