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
6 changes: 0 additions & 6 deletions recipes/gws-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ one added: `recipe-save-email-attachments` becomes
`agent-skill-gws-recipe-save-email-attachments`. The install paths under
`share/agent-skills/` still use the original upstream directory names, so
relative links between SKILL.md files are not affected.

### Skipped validation

The `agentskills validate` test is intentionally skipped for these packages.
The upstream SKILL.md frontmatter uses JSON-style flow sequences (e.g. `["gws"]`)
which `strictyaml` (used by `skills-ref`) rejects.
8 changes: 8 additions & 0 deletions recipes/gws-cli/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ def build_output(skill: str, description: str, required_skills: list[str]) -> di
"strict": True,
},
},
{
"script": [
f"agentskills validate $CONDA_PREFIX/share/agent-skills/{skill}",
],
"requirements": {
"run": ["skills-ref"],
},
},
],
"about": {
"summary": DoubleQuotedScalarString(f"Agent skill: {description}"),
Expand Down
Loading