What problem does it solve? New Claude Code sessions start without knowledge of the project's available skills, agents, and workflow conventions, leading to improvised approaches that bypass established procedures. This Skill runs at session startup to teach the AI what tools exist and how to use them correctly. ## Core Features & Use Cases - Skill and Agent Discovery: Runs list-skills.sh to enumerate every available skill and agent with descriptions, so the AI knows what procedures exist before acting. - Session Flavor Classification: Distinguishes chat, brainstorm, and feature sessions, routing each to the correct workflow skill (/chat, /brainstorm, /feature). - Response Conventions: Enforces a standardized closing block (Good to know / Act later / Act next) and a stand-down block for work that cannot be completed, keeping multi-session coordination consistent. - Use Case: A developer opens a fresh Claude Code session in a harness-managed repository; this Skill ensures the AI immediately discovers /feature, /code-review, and the documentation manifest instead of improvising. ## Quick Start Ask the AI to run the getting-started orientation so it lists all available skills and agents before starting work on your request.