Stats
Actions
Tags
From sapling
Load full context for a service into the conversation (metadata, plans, recent artifacts). Triggers on /sapling:context <service>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sapling:contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inject everything the agent needs to ground itself before working on a service.
Inject everything the agent needs to ground itself before working on a service.
mcp__sapling__get_service({ name: <name>, app_name: <app if needed> }).mcp__sapling__list_plans({ service_id: <id> }).mcp__sapling__list_artifacts({ service_id: <id> }). Show the last 10.## Service: <name> (app: <app_name>)
- Repo: <repo_url>
- Tech: <tech_stack joined>
- Depends on: <depends_on joined>
- Conventions: <conventions text or 'none'>
## Plans (<count>)
- #<id> [<status>] <title>
- ...
## Recent artifacts (<count shown>)
- #<id> [<kind>] <title> (<created_at>)
- ...
npx claudepluginhub cfarvidson/sapling --plugin saplingGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.