start

Detect repository state and route users to relevant commands or teams.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill start-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/start
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill start-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps new and existing users quickly understand their project's AI tooling status and guides them to the most relevant actions or teams.

Core Features & Use Cases

  • Contextual Status: Provides a clear overview of your AI development environment's readiness.
  • Guided Navigation: Recommends the next best command or team based on your project's state.
  • Use Case: When you first clone a project or are unsure of the next step, invoking this skill will tell you if AgentKit Forge is set up, if sync is needed, and suggest commands like /discover or /orchestrate to get you started.

Quick Start

Use the start skill to get oriented in the project.

Frequently Asked Questions about start

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

FAQPage Schema
How do I check my AI coding environment status after cloning a project?

To check your AI coding environment status, use a navigation skill to detect repository state and provide a summary of AgentKit Forge initialization, sync status, and active tasks.

What is the best way to navigate AI development teams when onboarding to a new codebase?

The best way to navigate AI development teams is to parse team configurations from AGENT_TEAMS.md, teams.yaml, or commands directories to dynamically route you to the appropriate team.

How do I know which AI workflow command to run next in my repository?

To know which AI workflow command to run next, use guided navigation that detects your project context and suggests interactive triage flows like discover or orchestrate.

Does AgentKit require any specific configuration files to route me to the right team?

AgentKit requires configuration files like AGENT_TEAMS.md, .agentkit/spec/teams.yaml, or .claude/commands/ to parse team configurations and build a dynamic routing table for you.

Why am I unsure of the next step in my AI tooling workflow and how can I get oriented?

If you are unsure of the next step in your AI tooling workflow, an onboarding entry point can assess your project readiness and recommend the next best command or team.

Can I use workflow guidance to detect if AgentKit Forge initialization has been completed?

Yes, you can use workflow guidance to detect if AgentKit Forge initialization is complete by checking the repository state and returning a contextual status summary of your environment.