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:

  1. Check for framework markers:
    • package.json → Node.js (check for next, react, vue, svelte)
    • pyproject.toml or requirements.txt → Python
    • Cargo.toml → Rust
    • go.mod → Go
  2. Output detected framework, language, and key files
Installs
2
GitHub Stars
20
First Seen
Apr 2, 2026
openspec-init — digital-stoic-org/agent-skills