Build complete full-stack applications end-to-end using orchestrated skills
Meta-Skill that orchestrates multiple skills to build complete full-stack applications from concept to deployment.
This meta-skill chains together 7+ individual skills to create a complete application workflow. It handles everything from requirements gathering to deployment, using the skill registry and composer to intelligently orchestrate the process.
python3 /tmp/manus-skills-v2/meta-skills/full-stack-builder/scripts/build_app.py "SaaS app with auth and payments"
from lib.skill_registry import SkillRegistry
from lib.skill_composer import SkillComposer
registry = SkillRegistry()
composer = SkillComposer(registry)
# Define workflow
workflow_skills = [
"brainstorming",
"database-schema-generator",
"api-endpoint-builder",
"user-authentication-system",
"testing-framework",
"deployment-automation"
]
# Compose and execute
workflow = composer.compose_workflow(workflow_skills)
results = composer.execute_workflow(workflow, {"description": "My SaaS App"})
Total: 30-35 hours per application
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer