Central knowledge base for the DashNex framework. Provides documentation and agent skills used when working on any DashNex project.
- INDEX.md — Index of all available documentation topics
- docs/ — Framework documentation (architecture, conventions, module guides)
- skills/ — Agent skills that consume this repository
Documents are fetched directly from GitHub so they are always up to date:
https://raw.githubusercontent.com/dashnex/skills/main/{path}
Start from INDEX.md to discover what is available, then fetch the specific topic you need.
The dashnex skill exposes this knowledge base to any agent runtime that supports the skill format (Claude Code, Cursor, and other LLM tools that load SKILL.md files). Invoke it with a topic to pull the relevant guide:
/dashnex <topic>
Without a topic, the skill lists available entries from the index and asks which one to load.