feimacode/Harness Publish

Publish harness skills, agents, prompts, and flows as fine-grained GitHub Gists

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerPublisher name (e.g., feima-awesome-harness) — used as catalog namespaceyes
gist_tokenGitHub personal access token with "gist" scope (not required for catalog_only mode)no""
github_tokenGitHub token for catalog issue submission (needs issues:write on the catalog repo). Defaults to GITHUB_TOKEN.no${{ github.token }}
dry_runIf true, show what would be published without creating Gistsnofalse
forceIf true, publish all items even if unchanged (bypass content hash check)nofalse
catalog_onlyIf true, skip Gist publishing — only scan repo, build catalog.json, and submit issuenofalse
sourceSource prefix for catalog-only mode (e.g., github:owner/repo). If omitted, auto-derives from provider.no""
namedescription
skills_publishedNumber of skills newly published or updated
skills_skippedNumber of skills skipped (unchanged)
prompts_publishedNumber of prompts/agents newly published or updated
prompts_skippedNumber of prompts/agents skipped (unchanged)
flows_publishedNumber of flows newly published or updated
flows_skippedNumber of flows skipped (unchanged)
total_changedTotal number of items published or updated
total_skippedTotal number of items skipped
issue_urlURL of the catalog issue, if one was submitted