Skip to content

Promote SKILL.md into a Claude Code plugin #2

Promote SKILL.md into a Claude Code plugin

Promote SKILL.md into a Claude Code plugin #2

Workflow file for this run

name: skill-docs
on:
pull_request:
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Verify generated skill docs are up to date
run: make verify-skill-docs