Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The `skillshelf.yaml` sidecar file provides catalog metadata that SkillShelf use
| Field | Type | Description |
|-------|------|-------------|
| `certified` | boolean | Set by reviewers after certification |
| `consumes` | list | Skills/primitives that improve this skill's output. Each entry has `skill` (directory name), `output` (artifact name), and `why` (one-line explanation). See [yaml reference](skills/write-skill/references/skillshelf-yaml-reference.md). |
| `input_schema` | object | Describes what the skill accepts |
| `output_schema` | object | Describes what the skill produces |

Expand Down
2 changes: 2 additions & 0 deletions skills/audit-pdp/skillshelf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ author:
name: Tim Petrella
url: https://www.linkedin.com/in/timpetrella/

certified: true

consumes:
- skill: brand-voice-extractor
output: brand voice profile
Expand Down
Loading