# Writing Skills

> Use when creating, revising, or validating Hermes skills so they are discoverable, reusable, and grounded in real successful workflows.

- **Type:** Skill
- **Install:** `agentstack add skill-xiaohei-info-oh-my-agent-skills-writing-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [xiaohei-info](https://agentstack.voostack.com/s/xiaohei-info)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [xiaohei-info](https://github.com/xiaohei-info)
- **Source:** https://github.com/xiaohei-info/oh-my-agent-skills/tree/main/skills/skill-engineering/writing-skills

## Install

```sh
agentstack add skill-xiaohei-info-oh-my-agent-skills-writing-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Writing Skills

## Overview

A good skill captures a reusable method, not a one-off story. It should help future sessions recognize when to load it and exactly how to use it.

Core principle: write skills from proven workflows, then verify they are clear and reusable.

## Use This When

Use when:
- creating a new Hermes skill
- updating a stale or incomplete skill
- converting a proven workflow into reusable procedural memory
- evaluating whether something should be a skill at all

## What A Skill Is

A skill is:
- a reusable technique
- a repeatable workflow
- a reference guide for a recurring task
- a compact procedure that improves future execution

A skill is not:
- a diary of one session
- raw notes with no trigger conditions
- project-specific temporary state
- something that should instead be enforced mechanically in code or tests

## Before Writing A Skill

Confirm all of these:
1. the workflow actually worked
2. it is likely to recur
3. future-you would benefit from loading it
4. the value comes from judgment/process, not just static data

## Skill Design Rules

### 1. Optimize for discovery

The `description` should primarily answer: when should this skill be used?
Do not stuff the description with the full workflow.
Trigger conditions are more important than implementation summary.

### 2. Optimize for execution

The body should include:
- what the skill is for
- when to use it and when not to use it
- concrete steps in order
- commands or tool patterns when relevant
- pitfalls and verification steps

### 3. Keep the boundary clean

Prefer:
- one clear workflow per skill
- linked references only when they truly reduce clutter
- concise wording over narrative prose

## Recommended Structure

A solid Hermes skill usually includes:
- YAML frontmatter
- Overview
- When to Use
- Steps / Process
- Pitfalls or Common Mistakes
- Verification / Expected Outcome

## Hermes-Specific Guidance

When authoring skills for Hermes:
- use Hermes tool names and workflows, not Claude/Codex-specific ones
- reference `delegate_task`, `todo`, `skill_manage`, `search_files`, `read_file`, `patch`, `terminal`, etc. where appropriate
- avoid assumptions about non-Hermes runtime features unless clearly labeled
- keep instructions compatible with Hermes categories and naming style

## Validation Checklist

Before saving or updating a skill, check:
- is the trigger condition clear?
- does the description describe when to use it?
- are the steps specific enough to follow?
- does it avoid session-specific temporary details?
- does it fit Hermes tools and conventions?
- is there any stale or platform-specific wording to remove?

## Anti-Patterns

Avoid:
- copying a foreign skill verbatim without adapting tool names and assumptions
- writing a description that summarizes the whole process instead of the trigger
- recording one-off progress as a skill
- leaving ambiguous steps that require guessing
- creating a skill when a simple memory note would be enough

## Remember

A skill should save future effort. If it won't reliably help future execution, do not turn it into a skill.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [xiaohei-info](https://github.com/xiaohei-info)
- **Source:** [xiaohei-info/oh-my-agent-skills](https://github.com/xiaohei-info/oh-my-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-xiaohei-info-oh-my-agent-skills-writing-skills
- Seller: https://agentstack.voostack.com/s/xiaohei-info
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
