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
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ jobs:

- name: Typecheck extracted markdown rig samples
run: npm run sample -- --testNamePattern="skill markdown samples typecheck"

validate-skill:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7

- name: Validate skill manifest
env:
GH_TOKEN: ${{ github.token }}
run: gh skills publish --dry-run
6 changes: 6 additions & 0 deletions skills/rig/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
name: rig
description: Minimal agent cli harness for defining harnesses in prompts as rig markdown fences.
license: MIT
---

# rig

Minimal TypeScript harness for typed agents in sandboxed workflows and runnable `rig` markdown fences.
Expand Down