Good skill
Use when demonstrating a high-quality Claude/Hermes AI-agent skill with CI-friendly structure.From its SKILL.md
npx -y skills add damanisme/agentskills-ci --skill good-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
Good Skill
Overview
This example shows a skill with clear trigger conditions, operational guidance, safety boundaries, linked references, common pitfalls, and verification steps.
When to Use
- When testing agentskills-ci against a known-good example
- When copying a starter structure for a new agent skill
Workflow
- Read the user's task and determine whether this skill applies.
- Follow the workflow in
references/guide.md. - Verify the output before responding.
Common Pitfalls
- Writing vague trigger descriptions that activate for too many tasks.
- Referencing helper files that do not exist.
- Adding side-effect actions without explicit approval gates.
Verification Checklist
- Frontmatter includes name and description.
- Referenced files exist.
- Commands are safe or clearly gated.
What ships with it: 1 file
76 B alongside SKILL.md
references/
- guide.md76 B