Guidance
Skills keep Copilot on the Castia path and keep live work behind approval.
Build a Microsoft Foundry agent from a Python repo without starting from a blank chat. Install the starter kit as a Copilot plugin, then open the playground when you want a local test surface.
View starter kit
Guidance
Skills keep Copilot on the Castia path and keep live work behind approval.
Commands
Build and test commands give a fresh session a clear first move.
Playground
A canvas reads .env, checks readiness, and chats with local or hosted agents.
In Copilot App:
sethjuarez/castia marketplace if it is not listed.From the command line:
copilot plugin marketplace add sethjuarez/castiacopilot plugin install foundry-agent-starter-kit@castiaThe plugin includes Foundry Agent Playground as a Copilot canvas. Open it
from the Canvas view, choose the agent folder, refresh .env, and run the
readiness check before sending a prompt.
Use this only when you want the prompts and skills committed to a scenario repo instead of installed as a plugin:
New-Item -ItemType Directory -Force .github\prompts, .github\skillsCopy-Item ..\castia\plugins\foundry-agent-starter-kit\prompts\*.prompt.md .github\prompts\Copy-Item ..\castia\plugins\foundry-agent-starter-kit\skills\* .github\skills\ -Recurse.env from .env.example.uv run --directory <agent-root> python main.py.