Skill533 estrellas del repoactualizado 6d ago
example-skill
Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/open-gitagent/gitagent /tmp/example-skill && cp -r /tmp/example-skill/skills/example-skill ~/.claude/skills/example-skillDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Example Skill This is a demo skill showing how gitagent skills work. ## Usage Run the hello script: ```bash bash scripts/hello.sh ``` Scripts are relative to this skill's directory.
Del mismo repositorio