Skip to content

feat: Add Agent Skills branding#3

Merged
CybotTM merged 1 commit into
mainfrom
feature/agent-skills-branding
Dec 23, 2025
Merged

feat: Add Agent Skills branding#3
CybotTM merged 1 commit into
mainfrom
feature/agent-skills-branding

Conversation

@CybotTM

@CybotTM CybotTM commented Dec 23, 2025

Copy link
Copy Markdown
Member

Adds Compatibility section with agentskills.io reference

- Add Compatibility section to README with agentskills.io reference
- Update terminology to reflect open Agent Skills standard
- Keep Claude Code references for SEO compatibility
- Reference supported platforms: Claude Code, Cursor, GitHub Copilot
@CybotTM CybotTM merged commit ea5aac0 into main Dec 23, 2025
2 checks passed
@CybotTM CybotTM deleted the feature/agent-skills-branding branch December 23, 2025 16:53
CybotTM added a commit that referenced this pull request May 4, 2026
…in-repo locations

GH-3 (SECURITY.md), GH-4 (CONTRIBUTING.md), and GH-5 (CODEOWNERS) check
for project-local files. GitHub honours these files org-wide via the
special `.github` repo (e.g. netresearch/.github), so many repos that
appear "missing" these files actually have them satisfied at the org level.

The assessment runner cannot cheaply verify org-wide files (it would have
to call the GitHub API, which requires auth and is outside the command
allowlist). Demoting these from `warning` to `info` better reflects the
real situation: nice-to-have at the repo level, often satisfied elsewhere.
The descriptions now mention the org-wide fallback explicitly.

Also broaden each target with brace expansion for the documented in-repo
locations:
  - SECURITY.md      → {SECURITY.md, .github/SECURITY.md, docs/SECURITY.md}
  - CONTRIBUTING.md  → {CONTRIBUTING.md, .github/CONTRIBUTING.md, docs/CONTRIBUTING.md}
  - CODEOWNERS       → {.github/CODEOWNERS, CODEOWNERS, docs/CODEOWNERS}

GitHub itself accepts CODEOWNERS in any of those locations.
CybotTM added a commit that referenced this pull request May 5, 2026
GH-3 (SECURITY.md), GH-4 (CONTRIBUTING.md), GH-7 (PR template)
declare org_provides: paths so the runner falls back to
`gh api repos/{owner}/.github/contents/<path>` when the local file
is missing. Repos that opt into org-wide community-health files (the
documented GitHub default) now stop being flagged.

GH-7 also accepts both PULL_REQUEST_TEMPLATE.md and the lowercase
pull_request_template.md (which is what netresearch/.github actually
uses) — GitHub treats these case-insensitively.

GH-5 (CODEOWNERS) intentionally stays local-only — GitHub's review
routing only honours CODEOWNERS in the consuming repo, not the org's
.github fallback.

GH-8 / GH-9 (issue templates) declare org_provides for completeness
but most orgs don't ship default issue templates; for those repos
this still surfaces as a finding. When an org does provide them at
{owner}/.github/.github/ISSUE_TEMPLATE/<name>, the checkpoint passes.

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant