Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

agent-file-structureAgent 文件结构

Agent Skill

agent-file-structure 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

329

周安装

14

GitHub Stars

163

下载量

115
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-file-structure(Agent 文件结构)
来源仓库:https://github.com/oocx/tfplan2md
仓库路径:skills/agent-file-structure
安装命令:
npx skills add https://github.com/oocx/tfplan2md --skill agent-file-structure
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oocx/tfplan2md --skill agent-file-structure

简介

Agent File Structure 定义了在 .github/agents/*.agent.md 中创建代理定义文件所需的结构和最佳实践。

  • 适用于新建代理定义、审查现有定义或统一代理生态系统的规范性要求。
  • 强制要求包含描述、名称、模型等 YAML 元数据,以及目标、边界、上下文和工作流程等 Markdown 内容。
  • 所有代理必须遵循此结构以确保一致性;建议结合 CI 检查自动化验证格式合规性。
  • agent-file-structure 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Agent File Structure Skill

Purpose

Defines the required structure and best practices for creating agent definition files in .github/agents/*.agent.md.

When to Use

  • When creating a new agent definition file
  • When reviewing or refactoring existing agent definitions
  • When ensuring consistency across the agent ecosystem

Required Structure

All agents must follow this structure:

---
description: Brief, specific description (≤100 chars)
name: Workflow Engineer (coding agent)
model: <model name>
---

# Agent Name Agent

You are the **Agent Name** agent for this project...

## Your Goal
Single, clear goal statement.

## Boundaries
✅ Always Do: ...
⚠️ Ask First: ...
🚫 Never Do: ...

## Context to Read
- Relevant docs with links

## Workflow
Step-by-step numbered approach

## Output
What this agent produces

Key Principles

  • Specific over general - "Write unit tests for React components" beats "Help with testing"
  • Commands over descriptions - Include exact commands: npm test, dotnet build
  • Examples over explanations - Show real code examples, not abstract descriptions
  • Boundaries first - Clear rules prevent mistakes

Frontmatter Requirements

The YAML frontmatter at the top of each agent file must include:

  • description: Brief description (100 characters or less) that explains the agent's purpose
  • name: The agent's display name (include "(coding agent)" or local agent type)
  • model: VS Code agents only — The language model assigned to this agent (must exist in docs/ai-model-reference.md)
⚠️ **Coding agents (*-coding-agent.agent.md) must NOT include model: in frontmatter.** The model: property is not supported on GitHub.com coding agents and causes a hard CAPIError: 400 The requested model is not supported error, preventing the agent from running. VS Code agents (without the -coding-agent suffix) should always include model: for LLM selection. See docs/ai-model-reference.md for details.

Section Guidelines

Your Goal

  • One clear sentence describing what the agent accomplishes
  • Focus on outcomes, not process
  • Example: "Implement features and tests according to specifications"

Boundaries

  • ✅ Always Do: Mandatory actions the agent must take (use specific commands)
  • ⚠️ Ask First: Situations requiring maintainer approval before proceeding
  • 🚫 Never Do: Actions that are explicitly forbidden or outside agent scope

Context to Read

  • List of documentation files the agent should review before starting work
  • Use relative paths with links (e.g., [docs/spec.md](../../docs/spec.md))

Workflow

  • Numbered steps in logical sequence
  • Include exact commands where applicable
  • Specify decision points and branching logic

Output

  • List of artifacts the agent produces
  • Include file locations and formats
  • Clarify deliverables vs intermediate work

Best Practices

  • Be specific: Include exact file paths, command syntax, and expected outputs
  • Use examples: Show don't tell - include code snippets and command examples
  • Keep it actionable: Every instruction should be something the agent can execute
  • Avoid ambiguity: Use precise language and avoid vague terms like "usually" or "might"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.78%
按下载量换算41

Claude

30.36%
按下载量换算35

Cursor

18.82%
按下载量换算22

Gemini CLI

8.83%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills