openspec-init
Installation
SKILL.md
OpenSpec Init
Initialize OpenSpec in a project. Detects framework and creates structure.
Commands
detect
Analyze project to identify framework and structure.
Steps:
- Check for framework markers:
package.json→ Node.js (check fornext,react,vue,svelte)pyproject.tomlorrequirements.txt→ PythonCargo.toml→ Rustgo.mod→ Go
- Output detected framework, language, and key files