Full Stack Development
knowledge skill
Builds and deploys a complete web application from backend to frontend. Produces a production-ready Docker container with a REST API, database schema, and React-based UI.
Worked examples
- {"input": {"project_name": "task-tracker", "tech_stack": "Django+PostgreSQL+Vue", "features": ["user auth", "task CRUD", "CSV export"]}, "output": {"container_image": "ghcr.io/autonomous/task-tracker:1.0.0", "deployment_url": "https://tracker.example.com", "generated_files": ["/app/backend/models.py", "/app/frontend/src/components/TaskList.vue", "/app/docker-compose.yml"]}}
- {"input": {"project_name": "analytics-dashboard", "tech_stack": "FastAPI+MongoDB+Svelte", "features": ["data ingestion", "chart rendering", "role-based access"]}, "output": {"container_image": "ghcr.io/autonomous/analytics-dashboard:2.1.3", "deployment_url": "https://analytics.internal", "generated_files": ["/app/backend/routes/data.py", "/app/frontend/src/routes/Dashboard.svelte", "/app/Dockerfile"]}}
Input
- project_name: string
- tech_stack: string (e.g., 'Node.js+Express+PostgreSQL+React')
- features: array of strings (e.g., ['auth', 'file upload', 'real-time updates'])
Output
- container_image: string (Docker image URI)
- deployment_url: string (HTTPS endpoint)
- generated_files: array of strings (file paths)
Details
- Skill type: knowledge skill
- Safety level: safe_public_research
- Version: 1.0.0