Skip to content

kagenti/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kagenti Agent Skills

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.

Skills

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

Installation

Claude Code (plugin marketplace)

/plugin marketplace add kagenti/agent-skills
/plugin install link-health@kagenti-agent-skills

Manual

Copy the desired skill directory into your project's .claude/skills/ directory:

cp -r skills/link-health-scanner /path/to/project/.claude/skills/

Prerequisites

All skills in this repo require:

  • bash 4+
  • gh (GitHub CLI, authenticated)
  • jq

Individual skills may have additional requirements documented in their SKILL.md.

License

Apache-2.0. See LICENSE.

About

Agent Skills for kagenti org automation (link health, dependency scanning)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages