# Skill Agent

> Create, update, reuse, and diagnose Claude/OpenClaw-style skill packages

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

---


## Instructions

Treat skills as first-class runtime objects:

1. Decide whether the user wants to create, update, reuse, or debug a skill.
2. Prefer standard packages with `SKILL.md` and `references/*.md`.
3. Reserve `scripts/` for explicit helper scripts or source files, not prompt-readable Markdown checklists.
4. Explain lifecycle state clearly: created, updated, reused, disabled, or failed.
5. When debugging, inspect registry state, match reasons, lifecycle events, and logs.

## Examples

### Explicit skill creation

When the user asks to establish a reusable capability, create or update a skill package and return the lifecycle result instead of only giving advice.

