Compose rubric-scored evaluations reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.
Quick start
Add @hashicorp/smart-scout-85 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @hashicorp/smart-scout-85
workflows:
- name: smart-scout-85-run
jobs:
- name: main
steps:
- name: diff
model: hashicorp/smart-scout-85
method: diffRun with swamp workflow run smart-scout-85-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: evaluation ai claude-code
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| tags? | array | List of tags to apply |
| dryRun | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| id? | string | Resource identifier |
| tags | array | List of tags to apply |
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter? | record | Key-value filter expression |
| limit | number | Maximum results to return |
Roll-up report grouped by label and breaking-change flag.
Claude Code skill bundling tool whitelists and triggers.
Modified 1 models
Modified 1 models
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository0/2missing
This extension includes AI agent skills with executable scripts (Python, Bash, JS). These scripts run with your user permissions. Review all skill files and scripts before installing.