Skip to main content
Run skillmd in GitHub Actions to keep a project’s skills in sync with their sources — so your agent’s context never silently goes stale.

Example workflow

.github/workflows/skills.yml
1

Add a token

Store your skillmd token as the SKILLMD_TOKEN repository secret.
2

Commit the workflow

Add the file above to .github/workflows/.
3

Let it run

Skills refresh on schedule, and a commit lands whenever a source changes.
Combine the schedule with workflow_dispatch so you can also refresh skills on demand from the Actions tab.