sylphxai/skills

author-skill

Write or revise agent-facing instructions: an Agent Skill, CLAUDE.md, AGENTS.md, system prompt, subagent prompt, or reusable prompt.

First seen Aug 22, 2026

Installation

$ npx skills add sylphxai/skills --skill author-skill

Summary

  • Write or revise agent-facing instructions: an Agent Skill, CLAUDE.md, AGENTS.md, system prompt, subagent prompt, or reusable prompt.
  • Use when creating a skill, writing a subagent, tightening a trigger, encoding a gotcha, rightsizing CLAUDE.md, or rewriting prompts that still use MUST/NEVER recipes a capable model no longer needs.
  • Do not use for user-facing product copy, store listings, or status updates.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sylphxai/skills · top by installs.

npx skills add sylphxai/skills

Browse all from sylphxai/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,209 B
  • docs SUMMARY.md 427 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Author Skill

Skills exist because model knowledge lags. Training still produces 2024-style MUST/NEVER recipes, numbered ordinary work, and subagent prompts that copy the parent system prompt. Current capable models need particular gotchas and judgement, not a second textbook. A longer body is not a better skill.

Prefer one heuristic that stays true: match surrounding code, naming, and idiom. Constrain only where a wrong call is expensive — money, deletion, credentials, safety, or a public contract.

A skill description is the trigger: what it does, when to use it, phrases a user would type, and nearby cases that should not fire. All "when" belongs there, not in the body.

The body encodes opinions or facts the model would otherwise miss. Do not write a numbered recipe of ordinary work, Complete-when checklists, or output noun piles. Do not add verification steps a capable model already runs. A subagent prompt is the same job at a narrower scope — gotchas for that job, not a dump of the parent system prompt. Prefer a script or a short template when the job is fragile or needs a format. Put long material in references/ and say when to open each file. Say each fact once.

For a skill package: the folder name matches name; every local link resolves. A public skill carries reusable method only — not owner-only procedure, secrets, or private topology. Restore a deleted job only when the requestable artifact and a unique mechanism still exist.

Open [context engineering](references/context-engineering.md) when writing a system prompt, CLAUDE.md, AGENTS.md, or subagent prompt, or when deciding what belongs in a skill versus those layers.

Use curate-skill-repository for portfolio-wide overlap, recovery, or retirement.