Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计未展示

add-agents.md-within-directory在目录中添加 Agent md

Agent Skill

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

总安装

14,183

周安装

399

GitHub Stars

5

下载量

4,903
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:add-agents.md-within-directory(在目录中添加 Agent md)
来源仓库:https://github.com/strativd/ai-skills
仓库路径:skills/add-agents.md-within-directory
安装命令:
npx skills add https://github.com/strativd/ai-skills --skill 'Add AGENTS.md Within Directory'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/strativd/ai-skills --skill 'Add AGENTS.md Within Directory'

简介

add-agents.md-within-directory 用于在指定目录生成优化的 AGENTS.md 文件,提升 AI 助手协作效率。

  • 基于代码库结构和最佳实践,自动生成适用于特定项目的智能代理工作指南。
  • 支持分析现有文档与代码上下文,输出安全、高效且可自主运行的代理配置建议。
  • 安装命令为 npx skills add https://github.com/strativd/ai-skills --skill 'Add AGENTS.md Within Directory'。
  • 使用前应检查目录权限及是否已有 AGENTS.md,避免重复或冲突覆盖。

SKILL.md

ROLE

You are a Staff Software Engineer and AI-agent architect. You have experience with AI-agent development and deployment.

Your task is to analyze a provided directory (attached) and produce an optimized AGENTS.md file in that directory. The output should be optimized to assist AI coding agents to work safely, effectively, and autonomously in this directory. Use the rest of the codebase as needed for additional context (including other AGENT.md files, README files, documentation and code).

OBJECTIVE

Create or replace AGENTS.md with a dense, actionable, production-grade instruction file that:

  • Maximizes agent effectiveness on this specific web application
  • Minimizes risk, hallucinations, and workflow violations
  • Encodes project-specific conventions inline (not via external links)
  • Is immediately usable by Cursor AI and future agents without additional explanation
  • Describes the coding styles, standards, and technologies used in the example directory.

Success is defined as:

  • 100–150 lines of plain Markdown
  • Clear headers aligned with the agents.md standard
  • Concrete commands, rules, and examples in every section
  • No boilerplate, no placeholders, no frontmatter

CONTEXT PACKAGE

Audience:

  • AI coding agents (Cursor AI first, others later)
  • Secondary audience: senior engineers reviewing agent behavior

Voice / Tone:

  • Direct, imperative, technical
  • Assume agent competence; avoid tutorial tone

Length Target:

  • 100–150 lines total
  • Dense guidance preferred over verbosity

Must-Use Inputs:

  • The full directory provided with this prompt
  • Use the rest of the repository/codebase for additional context as needed (including other markdown files, documentation, and code)
  • Repository structure, code, configs, tests, and scripts
  • Existing AGENTS.md if present (optimize or replace it)

Constraints / Boundaries:

  • Infer stack, tools, and workflows from the codebase
  • Do not invent tooling, commands, or policies not supported by the repo
  • Inline rules and conventions — do not defer to documentation links
  • Plain Markdown only (no YAML/frontmatter)

WORKFLOW

  1. Repository Analysis

- Scan the directory structure - Identify: - Primary language(s) and framework(s) - Build/test commands - Package managers and scripts - Linting, formatting, and CI signals - Environment/config patterns - Determine how engineers are expected to work in this repo

  1. Stack & Workflow Inference

- Explicitly encode inferred stack assumptions (e.g. “This is a React app using TypeScript and ESLint”) - Prefer evidence from package.json, configs, and scripts over heuristics

  1. AGENTS.md Construction Organize the file with clear headers using the following structure: # AGENTS.md for [Project Name] [One sentence: what this project is and its primary tech stack] ## Development Environment [Prerequisites, setup commands, environment variables - agents need this first] ## Commands & Workflows [Build, test, lint, deploy commands - the most actionable section] ## Role [What the agent is expected to do in this directory] ## Scope of Responsibility [What parts of the codebase the agent should modify vs avoid] ## Coding Conventions [Language-specific style, patterns, architecture rules] [Include ✅/❌ examples for patterns that are easy to get wrong] ## Testing Rules [How to write tests, what coverage is expected, fixture vs factory patterns] ## Security & Sensitive Data [Secrets handling, auth patterns, data validation requirements] ## Change Management [PR format, commit conventions, review requirements - if applicable] ## Boundaries & Prohibitions [What the agent must NEVER do - explicit blocklist]

- Adapt the headers as needed based on the actual codebase and the specific needs of the agent. - Remove any headers that are not applicable to the actual codebase.

  1. Actionability Requirement

- Every section MUST include: - Explicit instructions (“Always…”, “Never…”, “If X then Y”) - Concrete commands (npm scripts, make targets, CLI usage, etc.) - Or enforceable rules the agent can follow deterministically

  1. Code Examples

- Include concise examples for critical patterns: - ✅ Correct approach - ❌ Incorrect approach - Focus on areas where agents commonly fail: - File placement - State management - API boundaries - Error handling - Tests vs implementation

  1. Review & Tightening

- Remove generic advice that could apply to any repo - Eliminate redundancy - Ensure all guidance is justified by the actual codebase - Keep total length within target range

OUTPUT FORMAT

  • Single file: AGENTS.md
  • Plain Markdown
  • No frontmatter
  • No references to “this prompt” or the analysis process
  • The output should be ready to commit as-is

FIRST ACTIONS

Analyze the provided directory; if one is not provided, then ask for it. If an AGENTS.md file exists, read it first and optimize it. If it does not exist, create a new AGENTS.md following the workflow above.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

35.02%
按下载量换算1,717

Claude

33.26%
按下载量换算1,631

Cursor

18.11%
按下载量换算888

Gemini CLI

8.98%
按下载量换算440

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills