fullstack-validation
Installation
SKILL.md
Overview
This skill provides systematic approaches for validating full-stack applications with multiple interconnected components. It enables automatic detection of project structure, parallel validation workflows, cross-component verification, and identification of integration issues.
When to use: Full-stack projects with backend + frontend, microservices, monorepos, Docker Compose setups, or any multi-technology application.
Key innovation: Parallel validation with cross-component awareness - validates each layer independently while ensuring they work together correctly.
Project Structure Detection
Detection Patterns
Monorepo Indicators:
- Root
package.jsonwith workspaces lerna.jsonornx.jsonpresent- Multiple
package.jsonfiles in subdirectories pnpm-workspace.yamlpresent