Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

agent-standardsAgent 标准

Agent Skill

agent-standards 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

784

周安装

33

GitHub Stars

10

下载量

275
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/oakoss/agent-skills --skill agent-standards

简介

用于查找、检索和筛选相关信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 建议核验是否会触发联网、命令执行或文件读写后再使用。
  • agent-standards 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Expert Instruction

Overview

Foundational meta-skill that defines behavioral and cognitive standards for senior AI engineering agents. Establishes the reasoning pipeline, memory architecture, and context engineering practices that enable autonomous, long-horizon task execution with verifiable outcomes.

When to use: Configuring agent reasoning, managing context windows, establishing verification protocols, orchestrating multi-agent workflows, optimizing token usage.

When NOT to use: Domain-specific coding tasks (use specialized skills), UI/UX design, database schema work.

Quick Reference

PatternApproachKey Points
PerceptionAnalyze terminal output, codebase, tracesHigh-fidelity input ingestion
HypothesisGenerate multiple solution pathsEvaluate before committing
SimulationReason through change consequencesPredict side effects
ActionPrecise tool executionAtomic, testable commits
CriticismSelf-audit outputCheck for bugs and style violations
Context discoveryMap framework versions and patternsAlways discover before implementing
Dependency auditCheck existing tools before adding new onesAvoid unnecessary dependencies
Verifiable planningDefine Definition of DoneTest pass, build success, or user approval
Interactive alignmentAsk the user for ambiguous requirementsConfirm critical architectural decisions
Atomic implementationApply changes in logical, testable unitsEach commit should be independently verifiable
Audit and cleanupRun linter, remove debug artifactsNo temporary code in final output
Selective readingUse offset and limit parametersAvoid reading entire large files
Symbol searchUse grep/rg to find definitionsDo not read entire directories
Few-shot anchoringProvide canonical examplesMore effective than long rule lists
Memory tieringShort-term, mid-term, long-termMatch persistence to information lifetime
Context packingBundle related filesStructured markdown artifacts
Noise reductionExclude node_modules, dist, binary artifactsMaximize signal-to-noise ratio in context
Semantic summarizationCondense long logs into actionable factsSingle-sentence failure descriptions
Cognitive load pruningRemove irrelevant history from active contextFree tokens for current task reasoning

Common Mistakes

MistakeCorrect Pattern
Failing silently when a tool call or build step errorsAlways report status and errors explicitly to the user
Inventing APIs or methods that do not existSearch documentation or use web search to verify API signatures before using them
Writing verbose explanations instead of showing codePrioritize code-first communication; explain only when asked
Ignoring surrounding code style and conventionsMimic the existing codebase patterns, naming, and formatting
Hardcoding secrets or API keys in source filesUse environment variables and .env file mapping
Reading entire directories to find a single symbolUse grep or rg to locate definitions, then read only relevant sections
Skipping verification after implementationEvery task must have a verification signal before marking complete
Storing sensitive data in memory or context filesRun a secret scrub before persisting any memory vector
Loading full file contents into context unnecessarilyUse partial reads with offset and limit for large files
Including duplicate information from multiple sourcesDeduplicate context to preserve token budget

Delegation

  • Explore a codebase to map framework versions and active patterns: Use Explore agent
  • Execute a complex multi-step implementation with atomic commits: Use Task agent
  • Plan architecture for a long-horizon feature with dependency analysis: Use Plan agent

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.98%
按下载量换算99

Claude

27.85%
按下载量换算77

Cursor

19.85%
按下载量换算55

Gemini CLI

9.79%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills