{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "fullstack-dev", "version": "1.6.0", "description": "End-to-end guidance for full-stack applications, from focused context, requirements, and planning through architecture, design patterns, data, APIs, NestJS and FastAPI services, source-verified implementation, behavior-preserving refactoring, testing, React delivery, and launch.", "author": { "name": "Bao Dang", "url": "https://github.com/dtgbao" }, "repository": "https://github.com/dtgbao/agent-skills", "keywords": [ "fullstack", "context-engineering", "agent-context", "specification", "planning", "task-breakdown", "architecture", "module-design", "design-patterns", "refactoring", "database", "backend", "backend-services", "nestjs", "python", "fastapi", "api", "frontend", "react", "source-verification", "testing", "python-testing", "pytest", "vitest", "tdd", "security", "performance", "observability", "ci-cd", "debugging", "migration", "code-review", "release" ], "extensions": { "com.openai.codex": { "interface": { "displayName": "Fullstack Development", "shortDescription": "Coordinate full-stack work from context through launch.", "longDescription": "Coordinate focused context curation, decision discovery, spec-driven definition, implementation planning, architecture, design patterns, data, APIs, NestJS and FastAPI services, Python and frontend testing, frontend UI and React architecture, source-verified and test-driven implementation, behavior-preserving refactoring, security, performance, observability, documentation, CI/CD, debugging, migration, simplification, review, versioning, and staged launch.", "developerName": "dtgbao", "category": "Productivity", "capabilities": ["Interactive", "Read", "Write"], "websiteURL": "https://github.com/dtgbao/agent-skills", "defaultPrompt": [ "Help me clarify the requirements and plan for this task.", "Design the modules, database schema, services, and UI for this feature.", "Review the recent changes, address important gaps, and prepare it for release." ], "brandColor": "#22D3EE", "composerIcon": "./assets/composer-icon.png", "logo": "./assets/logo.png" } } } }