agentsclimarketplace

Github capability resolver

Skill chf3198/megingjord-harness/skills/github-capability-resolver

Resolve GitHub feature availability and policy constraints by plan, repo visibility, account type, and enabled settings before recommending governance actions.From its SKILL.md

Install
npx -y skills add chf3198/megingjord-harness --skill github-capability-resolver

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 335 tokens by cl100k_base, as published. Nobody here has run it

GitHub Capability Resolver

Purpose

Prevent invalid guidance by mapping requested controls to what is actually supported and enabled.

Required inputs

  • Repository owner type: user vs organization
  • Visibility: public/private/internal
  • Plan tier: free/pro/team/enterprise
  • Surface intent: rulesets, merge queue, projects, security, actions
  • Current repo/org settings where available

If any required input is missing, return NO_CHANGE with missing artifacts.

Core checks

  1. Determine capability support by plan + visibility + owner type.
  2. Determine if feature is enabled in settings (repo/org).
  3. Classify recommendation as:
    • available-now
    • available-with-config-change
    • available-with-plan-upgrade
    • not-supported
  4. Provide lowest-friction valid alternative when unsupported.

Output contract

CAPABILITY_RESOLUTION_REPORT
scope: <repo|org|enterprise>
visibility: <public|private|internal>
plan: <free|pro|team|enterprise>
surface: <repo|actions|security|projects|merge-queue>

capabilities:
- id: <capability>
  status: <available-now|available-with-config-change|available-with-plan-upgrade|not-supported>
  evidence: <setting/doc/observation>
  constraints: <none|list>
  fallback: <none|recommended alternative>

decision:
- <apply|defer|NO_CHANGE>

missing_evidence:
- <none or required artifacts>

Invocation policy

Run this skill first for any governance request that includes rulesets, merge queue, security features, or organization-wide controls.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.