Agent Skills for automated maintenance of GitHub organizations. Each skill teaches an AI agent how to perform a specific task using shell scripts and structured instructions.
Built to the Agent Skills specification.
| Skill | Description |
|---|---|
| link-health-scanner | Scan repos for broken links, create GitHub issues for findings |
| link-health-fixer | Re-verify and fix broken links, open PRs for fixes |
/plugin marketplace add kagenti/agent-skills
/plugin install link-health@kagenti-agent-skills
Copy the desired skill directory into your project's .claude/skills/ directory:
cp -r skills/link-health-scanner /path/to/project/.claude/skills/All skills in this repo require:
bash4+gh(GitHub CLI, authenticated)jq
Individual skills may have additional requirements documented in their SKILL.md.
Apache-2.0. See LICENSE.