Create Component / Module
Detect Project Structure
!ls -d src/ app/ lib/ pkg/ cmd/ internal/ components/ pages/ modules/ features/ 2>/dev/null
!ls package.json go.mod Cargo.toml pyproject.toml *.csproj Gemfile mix.exs 2>/dev/null
Existing Components (for pattern matching)
!`find . -type d -maxdepth 4 ( -path "/components/" -o -path "/modules/" -o -path "/features/" -o -path "/pkg/" -o -path "/internal/" ) -not -path "/node_modules/" -not -path "/.git/" 2>/dev/null |
[Description truncada. Veja o README completo no GitHub.]