# My Skill Name

> Brief description of what this skill does

- Skill: `netresearch/my-skill-name` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add netresearch/my-skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netresearch/my-skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: netresearch (https://skillmd.com/u/netresearch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netresearch/my-skill-name

---


# Skill Name

One paragraph description of the skill's purpose.

## When to Use This Skill

Describe the scenarios when this skill should be activated.

## Core Workflow

Describe the main workflow steps.

## Verification / Claims

Show test output as evidence before claiming work is complete — never say
"try again", "should work now", "tested", "verified", or "all green" without
pasted command output.

The `checkpoints.yaml` shipped with this template enforces this mechanically
(CI-run recency, test-report freshness). The full pattern catalog lives in the
automated-assessment skill's `references/verification-patterns.md`:
https://github.com/netresearch/automated-assessment-skill/blob/main/skills/automated-assessment/references/verification-patterns.md

## Using Reference Documentation

When doing X, consult `references/x-guide.md` for details.

When doing Y, consult `references/y-patterns.md` for examples.

## Running Scripts

To validate something:

```bash
scripts/validate.sh /path/to/project
```

## Using Asset Templates

To set up something, copy `assets/template.yaml` to your project.

## Quick Reference

| Concept | Pattern |
|---------|---------|
| Example | `code example` |

## Pre-Commit Checklist

- [ ] Check 1
- [ ] Check 2
- [ ] Check 3

---

> **Contributing:** https://github.com/netresearch/my-skill-name

