Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计通过

agent-configurationAgent 配置

Agent Skill

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

总安装

312

周安装

13

GitHub Stars

2

下载量

104
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-gods --skill agent-configuration

简介

统一管理 Agent 配置,决定指导文件存放位置与安全策略。

  • 适用于团队级默认设置共享与权限边界收紧。
  • 使用时需权衡 AGENTS.md、CLAUDE.md 等文件的适用场景。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-gods --skill agent-configuration
  • 建议避免过度授权,优先使用窄粒度技能替代。

SKILL.md

AI Agent Configuration

When to use this skill

  • Set up agent configuration for a new repo or team
  • Decide whether guidance belongs in AGENTS.md, CLAUDE.md, settings, hooks, skills, plugins, or MCP
  • Tighten permission and safety guardrails without over-approving commands
  • Share reusable agent defaults across a team without creating prompt sprawl

Prefer a narrower sibling skill when the main job is more specific:

  • agent-workflow for day-to-day execution loops, handoffs, and runtime flow
  • skill-standardization for auditing or rewriting a specific SKILL.md
  • security-best-practices for broader application hardening beyond agent configuration

Instructions

Step 1: Classify the configuration job before changing files

Sort the request into one or two lanes:

  • instruction-scope: always-on project rules, repo context, coding standards
  • guardrails: permissions, hooks, approvals, dangerous-command blocking
  • capability-packaging: skills, plugins, extensions, MCP, custom commands
  • team-sharing: defaults, checked-in config, local override boundaries

Do not jump straight to file creation. First decide what must always be loaded, what should stay on demand, and what must remain local to one machine.

Step 2: Choose the smallest correct configuration surface

Use these defaults unless the environment proves otherwise:

  • always-on repo instructions belong in project instruction files such as AGENTS.md, CLAUDE.md, or equivalent repo guidance
  • reusable task-specific guidance belongs in skills
  • external integrations belong in plugins, extensions, or MCP configuration
  • safety controls belong in settings, permission rules, and hooks
  • personal preferences stay local unless the team explicitly wants them shared

Keep the main project instructions concise. Move detailed procedures and platform-specific examples into references/.

Step 3: Configure guardrails with least privilege

When the request touches approvals, hooks, or permissions:

  • default to narrow allowlists over broad wildcard approval
  • block destructive commands explicitly
  • separate safe automation from risky human-review steps
  • document where host-only or secret-bearing settings must stay out of the repo

Avoid recommending blanket auto-approval, unrestricted host execution, or unknown MCP endpoints as defaults.

Step 4: Package reusable capability cleanly

When the request is about extending what the agent can do:

  • use skills for reusable instructions and decision procedures
  • use plugins, extensions, or MCP when external tools or services are required
  • keep overlap explicit so users know when to route to a sibling skill instead
  • add references or evals when the configuration surface is likely to be reused or reviewed

Do not create a new package surface when a smaller edit to existing project guidance would solve the problem.

Step 5: Verify the resulting configuration

Before claiming the configuration is good:

  • check that the chosen surface matches the actual need
  • confirm the scope is correct: global, project, repo, or user-local
  • review for over-broad permissions, duplicated instructions, or secret risk
  • run validation or linting where the repo provides it

If the output is a team-shared configuration, leave an explicit note about what is intentionally shared and what must remain local.

Examples

Example 1: Decide where instructions belong

Input:

Should this repo guidance live in AGENTS.md, a skill, or local settings?

Expected shape:

  • distinguishes always-on rules from on-demand guidance
  • keeps repo-specific policy in project instruction files
  • avoids turning every repeated note into a new skill

Example 2: Tighten safety settings

Input:

I want the agent to run tests automatically but never approve dangerous shell
commands. How should I configure that?

Expected shape:

  • uses least-privilege approval guidance
  • separates safe test automation from risky commands
  • recommends explicit deny or warning patterns for destructive actions

Example 3: Choose between skills and integrations

Input:

We need reusable prompts, browser access, and external service connections
across the team. Should this be a skill, plugin, or MCP setup?

Expected shape:

  • routes reusable guidance to skills
  • routes external integrations to plugins, extensions, or MCP
  • keeps the answer scoped to what must be shared vs what stays local

Example 4: Share team defaults safely

Input:

How should we share our agent configuration in the repo without leaking local
machine preferences or secrets?

Expected shape:

  • defines repo-shared vs local-only boundaries
  • recommends checking in only the stable team defaults
  • calls out secrets and user-specific overrides as local

Best practices

  1. Start with scope: global, user-local, project, or repo-shared
  2. Keep always-on instructions short and move details behind references
  3. Prefer narrow approval patterns over broad wildcard trust
  4. Use skills for reusable guidance and integrations only when a tool surface is actually required
  5. Avoid duplicating the same rule across project files, skills, and settings
  6. Add evals before considering an optimization loop for a newly packaged skill

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.16%
按下载量换算39

Claude

30.56%
按下载量换算32

Cursor

15.83%
按下载量换算16

Gemini CLI

9.04%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills