Skip to content

Detect agent skills provided by the project#78

Merged
andrew merged 1 commit into
mainfrom
detect-agent-skills
May 10, 2026
Merged

Detect agent skills provided by the project#78
andrew merged 1 commit into
mainfrom
detect-agent-skills

Conversation

@andrew
Copy link
Copy Markdown
Contributor

@andrew andrew commented May 9, 2026

Closes #76.

Some repos ship agent skills: packaged instructions an AI agent can load on demand. Unlike AGENTS.md, which tells an agent how to work on the codebase, a skill is something the project provides for use elsewhere, closer to publishing a CLI than to a contributing guide. So this adds a top-level skills array on the report rather than another resource entry.

Detection covers Anthropic's SKILL.md convention: skills/<name>/SKILL.md and .claude/skills/<name>/SKILL.md. Each skill carries name and description parsed from the YAML frontmatter (falling back to the directory name if missing or malformed), the repo-relative path, and a format field set to claude so other skill flavours can slot in later without reshaping the output.

brief diff keeps a skill when any file under its directory changed. Human and markdown output list skills between Resources and Git.

@andrew andrew merged commit 949dc14 into main May 10, 2026
8 checks passed
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.

Detect agent skills as a project capability

1 participant