ooai_skills.init

Scaffold the full multi-agent directory structure.

Creates directories and config files compatible with: - Claude Code (.claude/skills/, .claude/commands/, .claude/agents/, .claude/rules/, .claude/hooks/) - Deep Agents / dotagents (.agents/skills/, .agents/rules/, .agents/context/, .agents/memory/) - Codex (.agents/skills/, AGENTS.md) - Gemini (.gemini/rules/, .gemini/settings.json) - Cursor (.cursor/rules/) - GitHub Copilot (.github/copilot-instructions.md)

Functions

init_project(project_dir, *[, console, with_mcp, ...])

Create the full multi-agent directory structure in a project.

Module Contents

ooai_skills.init.init_project(project_dir, *, console=None, with_mcp=True, with_claude_md=True, with_agents_md=True)

Create the full multi-agent directory structure in a project.

Parameters:
  • project_dir (pathlib.Path)

  • console (rich.console.Console | None)

  • with_mcp (bool)

  • with_claude_md (bool)

  • with_agents_md (bool)

Return type:

None