Генерация скиллов для подсистем монорепозитория

documentation

generate-subsystem-skills is a Claude Code skill that analyzes each subsystem in the LlamaFarm monorepo and generates specialized skills with best-practice checklists covering security, performance, and language- or framework-specific patterns. It produces 4 shared language skills (Python, Go, TypeScript, React) and 8 subsystem-specific skills: cli, server, rag, runtime, designer, electron, config, and common. Sub-agents run in parallel for each subsystem, reading dependency files (package.json, pyproject.toml, go.mod), grepping code patterns, and writing SKILL.md files alongside framework checklists — spanning stacks from Cobra and Bubbletea to LlamaIndex, ChromaDB, PyTorch, TanStack Query, and Electron IPC. A core principle is prescribing ideal industry-standard patterns rather than codifying existing inconsistencies in the codebase. All output is written to `.claude/skills/`.