init-omni-sw

Create Omni-SW project scaffolding with CLAUDE.md, agent_docs, and notification hooks.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/VitorAndTxr/omni-sw --skill init-omni-sw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-omni-sw
Source: https://github.com/VitorAndTxr/omni-sw/tree/main/skills/init-omni-sw
Command: npx skills add https://github.com/VitorAndTxr/omni-sw --skill init-omni-sw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project Setup for Omni-SW Agency — Configures a project directory with all base files and hooks required by the SDLC Agency plugin before the orchestrator can run. Creates CLAUDE.md, agent_docs/ directories, notification hooks, and validates the environment. Use when: (1) setting up a new project for the agency (/init-omni-sw), (2) user says "setup", "configure project", "init project", "prepare project for agency", "install hooks", "configure hooks", "setup omni-sw", "configure plugin", or (3) before running the orchestrator for the first time on a project. This skill should also trigger when the user wants to verify or fix the agency configuration in an existing project.

Core Features & Use Cases

  • Creates CLAUDE.md at project root with agency configuration.
  • Creates agent_docs/ with per-run artifacts for SDLC workflows.
  • Sets up notification hooks and validates environment readiness.
  • Verifies or fixes agency configuration for existing projects.

Quick Start

Run the init-omni-sw skill on the project root to bootstrap the base project structure and preconfigure hooks.

Frequently Asked Questions about init-omni-sw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an Omni-SW project for the SDLC orchestrator?

To set up an Omni-SW project, run the initialization skill from your project root to create base files, CLAUDE.md, agent_docs directories, and notification hooks for the SDLC orchestrator.

What files and directories do I need to configure before running the agency orchestrator?

You need CLAUDE.md at the project root and agent_docs directories. The setup also configures notification hooks and validates your environment before the orchestrator can run.

Can I configure Omni-SW hooks for an existing repository?

Yes, the Omni-SW setup skill works on existing repositories to verify or fix agency configuration, install notification hooks, and perform preflight environment checks.

What does environment validation check during project bootstrapping?

Environment validation performs preflight checks during project bootstrapping to guarantee plugin compatibility and ensure environment readiness before the SDLC orchestrator runs.

Why does my SDLC agency orchestrator fail to run on a new project?

The SDLC agency orchestrator fails if base files, CLAUDE.md, or notification hooks are missing; running the Omni-SW setup from the project root fixes this configuration gap.