create-tech-stack
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Generate Tech Stack Documentation
User Request: $ARGUMENTS
Context
- Project root: !
pwd - Package.json: @package.json
- Node version: !
node --version 2>/dev/null || echo "Node.js not found" - TypeScript config: @tsconfig.json
- Database schema: !
ls -la prisma/schema.prisma 2>/dev/null || echo "No Prisma schema found" - Existing docs: !
ls -la .agents/rules/*.md 2>/dev/null || echo "No docs yet"
Goal
Create comprehensive Tech Stack Documentation based on deep codebase analysis. Document all technologies, frameworks, libraries, development tools, deployment strategies, and implementation patterns with specific versions and configurations.