Scaffold Agent banner
observability-oss observability-oss

Scaffold Agent

AI community

Description

--- description: Scaffold a new .NET AI agent with Progress Observability already wired up, from the dotnet-agent-starter template. argument-hint: [what the agent should do, e.g. "triage support tickets against our KB"] --- Use the `scaffold-agent` skill. Agent to build: $ARGUMENTS Clone `observability-oss/dotnet-agent-starter` at its newest release tag (fall back to the default branch if it has no tags), drop the `.git` folder, and scaffold into a new folder named after the agent. Fill only

Installation

Installs to ~/.claude/skills/observability-oss-progress-observability-plugin-scaffold-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/observability-oss-progress-observability-plugin-scaffold-agent && curl -fsSL https://raw.githubusercontent.com/observability-oss/progress-observability-plugin/HEAD/commands/scaffold-agent.md -o ~/.claude/skills/observability-oss-progress-observability-plugin-scaffold-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository