A

authoring-skills

by @vercelv
4.3(43)

`.agents/skills/`ディレクトリ内でエージェントスキルを作成または変更するために使用されます。

content-authoringtechnical-writingweb-content-creationnext.js-documentationcms-integrationGitHub
インストール方法
npx skills add vercel/next.js --skill authoring-skills
compare_arrows

Before / After 効果比較

1
使用前

`.agents/skills/` ディレクトリでAgentスキルを作成または変更する際、統一された規範やベストプラクティスが不足している可能性があり、スキルコンテンツの構成が混乱し、理解やメンテナンスが困難になることで、チームのコラボレーションとスキル再利用に影響を与えます。

使用後

`authoring-skills` スキルを通じて、明確なガイドラインに従い、構造が明確で、内容が詳細かつメンテナンスが容易なAgentスキルを作成することで、スキル開発効率と長期的な保守性を大幅に向上させます。

SKILL.md

authoring-skills

Authoring Skills

Use this skill when creating or modifying agent skills in .agents/skills/.

When to Create a Skill

Create a skill when content is:

  • Too detailed for AGENTS.md (code templates, multi-step workflows, diagnostic procedures)

  • Only relevant for specific tasks (not needed every session)

  • Self-contained enough to load independently

Keep in AGENTS.md instead when:

  • It's a one-liner rule or guardrail every session needs

  • It's a general-purpose gotcha any agent could hit

File Structure

.agents/skills/
└── my-skill/
    ├── SKILL.md          # Required: frontmatter + content
    ├── workflow.md        # Optional: supplementary detail
    └── examples.md        # Optional: referenced from SKILL.md

Supported Frontmatter Fields

---
name: my-skill # Required. Used for $name references and /name commands.
description: > # Required. How Claude decides to auto-load the skill.
  What this covers and when to use it. Include file names and keywords.
argument-hint: '<pr-number>' # Optional. Hint for expected arguments.
user-invocable: false # Optional. Set false to hide from / menu.
disable-model-invocation: true # Optional. Set true to prevent auto-triggering.
allowed-tools: [Bash, Read] # Optional. Tools allowed without permission.
model: opus # Optional. Model override.
context: fork # Optional. Isolated subagent execution.
agent: Explore # Optional. Subagent type (with context: fork).
---

Only use fields from this list. Unknown fields are silently ignored.

Writing Descriptions

The description is the primary matching surface for auto-activation. Include:

  • What the skill covers (topic)

  • When to use it (trigger scenario)

  • Key file names the skill references (e.g. config-shared.ts)

  • Keywords a user or agent might mention (e.g. "feature flag", "DCE")

# Too vague - won't auto-trigger reliably
description: Helps with flags.

# Good - specific files and concepts for matching
description: >
  How to add or modify Next.js experimental feature flags end-to-end.
  Use when editing config-shared.ts, config-schema.ts, define-env-plugin.ts.

Content Conventions

Structure for Action

Skills should tell the agent what to do, not just what to know:

  • Lead with "Use this skill when..."

  • Include step-by-step procedures

  • Add code templates ready to adapt

  • End with verification commands

  • Cross-reference related skills in a "Related Skills" section

Relationship to AGENTS.md

AGENTS.md (always loaded) Skills (on demand)

One-liner guardrails Step-by-step workflows

"Keep require() behind if/else for DCE" Full DCE pattern with code examples, verification commands, edge cases

Points to skills via $name Expands on AGENTS.md rules

When adding a skill, also add a one-liner summary to the relevant AGENTS.md section with a $skill-name reference.

Naming

  • Short, descriptive, topic-scoped: flags, dce-edge, react-vendoring

  • No repo prefix (already scoped by .agents/skills/)

  • Hyphens for multi-word names

Supplementary Files

For complex skills, use a hub + detail pattern:

pr-status-triage/
├── SKILL.md         # Overview, quick commands, links to details
├── workflow.md      # Prioritization and patterns
└── local-repro.md   # CI env matching

Weekly Installs250Repositoryvercel/next.jsGitHub Stars138.3KFirst SeenFeb 17, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled ongemini-cli239codex239github-copilot238opencode238kimi-cli235amp234

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数1.1K
評価4.3 / 5.0
バージョン
更新日2026年5月21日
比較事例1 件

ユーザー評価

4.3(43)
5
33%
4
49%
3
16%
2
2%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年5月21日