neotex-init
✓Use when user runs /neotex-init to deeply scan a codebase and auto-generate organizational knowledge for neotex.
Installation
SKILL.md
Automatically scan a codebase and generate organizational knowledge for neotex. Uses parallel exploration and scoring to capture what matters.
CRITICAL: Fire these agents in parallel BEFORE doing anything else. Use Task tool with runinbackground: true.
| >100 files | +1 agent: "Explore directory {X}: Document purpose, key files, patterns" | | >10k lines | +1 agent: "Explore complexity hotspots: Find largest files, most imported modules" | | Depth ≥4 | +1 agent: "Explore nested structure: Map deep directories, explain hierarchy" |
Use when user runs /neotex-init to deeply scan a codebase and auto-generate organizational knowledge for neotex. Source: cloo-solutions/neotexai.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cloo-solutions/neotexai --skill neotex-init- Source
- cloo-solutions/neotexai
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is neotex-init?
Use when user runs /neotex-init to deeply scan a codebase and auto-generate organizational knowledge for neotex. Source: cloo-solutions/neotexai.
How do I install neotex-init?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloo-solutions/neotexai --skill neotex-init Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cloo-solutions/neotexai