Use when entering this repository and needing the shared workspace entrypoint before choosing a company or track.
Install
mkdir -p .claude/skills/repo-workspace-entrypoint && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16536" && unzip -o skill.zip -d .claude/skills/repo-workspace-entrypoint && rm skill.zipInstalls to .claude/skills/repo-workspace-entrypoint
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when entering this repository and needing the shared workspace entrypoint before choosing a company or track.113 chars✓ has a “when” trigger
About this skill
Repo Workspace Entrypoint
Overview
Use this skill when you are starting in the repository root and need the shared workspace model before doing company-specific work.
Workflow
- Read the root
README.md. - Identify the repository as a workspace, not a single project tree.
- Confirm which company folder you need.
- Decide whether you are working in
active/orstarter/. - Move into the company-specific skill set only after the workspace location is clear.
Guardrails
- do not start company-specific Odoo guidance from the repository root
- do not assume the current company without checking the workspace layout
- do not treat the starter package as the live working tree