feimacode/Harness Publish
Publish harness skills, agents, prompts, and flows as fine-grained GitHub Gists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | Publisher name (e.g., feima-awesome-harness) — used as catalog namespace | yes | — |
| gist_token | GitHub personal access token with "gist" scope (not required for catalog_only mode) | no | "" |
| github_token | GitHub token for catalog issue submission (needs issues:write on the catalog repo). Defaults to GITHUB_TOKEN. | no | ${{ github.token }} |
| dry_run | If true, show what would be published without creating Gists | no | false |
| force | If true, publish all items even if unchanged (bypass content hash check) | no | false |
| catalog_only | If true, skip Gist publishing — only scan repo, build catalog.json, and submit issue | no | false |
| source | Source prefix for catalog-only mode (e.g., github:owner/repo). If omitted, auto-derives from provider. | no | "" |
Outputs
| name | description |
|---|---|
| skills_published | Number of skills newly published or updated |
| skills_skipped | Number of skills skipped (unchanged) |
| prompts_published | Number of prompts/agents newly published or updated |
| prompts_skipped | Number of prompts/agents skipped (unchanged) |
| flows_published | Number of flows newly published or updated |
| flows_skipped | Number of flows skipped (unchanged) |
| total_changed | Total number of items published or updated |
| total_skipped | Total number of items skipped |
| issue_url | URL of the catalog issue, if one was submitted |