# Good Skill

> Use when demonstrating a high-quality Claude/Hermes AI-agent skill with CI-friendly structure.

- Skill: `damanisme/good-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add damanisme/good-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/damanisme/good-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: damanisme (https://skillmd.com/u/damanisme)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/damanisme/good-skill

---


# 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

1. Read the user's task and determine whether this skill applies.
2. Follow the workflow in `references/guide.md`.
3. Verify the output before responding.

## Common Pitfalls

1. Writing vague trigger descriptions that activate for too many tasks.
2. Referencing helper files that do not exist.
3. Adding side-effect actions without explicit approval gates.

## Verification Checklist

- [ ] Frontmatter includes name and description.
- [ ] Referenced files exist.
- [ ] Commands are safe or clearly gated.

