Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

forgeforge 测试

Agent Skill

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

总安装

364

周安装

15

GitHub Stars

1

下载量

119
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/redteamlife/forge --skill forge

简介

用于处理 GitHub 相关的代码协作和仓库信息。

  • 适合围绕 Issue、PR 和代码变更进行整理和分析。
  • 建议结合具体项目上下文理解功能边界和使用方式。
  • 使用前请确认是否具备相应仓库访问权限。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • forge 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

FORGE

Use this skill when you want agents to stop behaving like unpredictable pair-programmers and start working like disciplined teammates. FORGE gives AI work a real execution model: clear task boundaries, hard stops when things get fuzzy, safer commits, review gates, and a workflow teams can actually trust.

FORGE works best when you want to:

  • bootstrap or refresh docs/forge/ without bloating the repo
  • execute the next task with bounded scope and explicit stop conditions
  • keep solo work checkpointed and committed one task at a time
  • coordinate multiple developers or IDE agents without losing track of ownership
  • add CI-backed enforcement when a project needs stronger guarantees

Quick Routing

  • For creating or refreshing FORGE project docs, use forge-bootstrap.
  • For selecting and implementing the next bounded task, use forge-execute-task.
  • For scope and quality review before completion, use forge-critique.
  • For checklist-based security review, use forge-security-review.
  • For definition-of-done and evidence checks, use forge-evaluation.
  • For reading and updating reusable lessons, use forge-memory.
  • For private/public tool release workflows, use forge-tool-workflow.
  • For multi-developer coordination rules, branch discipline, and task claiming, read references/team-mode.md.
  • For repo-shape routing such as contract-first or tooling projects, read references/repo-flavors.md.
  • For agent-specific files such as AGENTS.md, CLAUDE.md, Cursor rules, Copilot instructions, Codex hooks, or Windsurf rules, read references/agent-flavors.md.
  • For DevSecOps gate profiles, repository hardening, CI/CD security, SCA, or SBOM controls, read references/devsecops-gates.md.
  • For human-facing application documentation (overview, architecture, threat model, developer guide, interfaces, deployment, runbooks, ADRs), read references/application-docs.md.

Operating Model

Keep the runtime contract lean:

  1. Read only the minimum project-local files needed for the current step.
  2. Preserve bounded-task checkpoints at all times. If the project explicitly permits batch or auto behavior, that only means the agent may continue to the next task after finishing the current one, updating task state, and creating the required Conventional Commit.
  3. Stop on ambiguity, missing prerequisites, architecture conflict, or unresolved security concerns.
  4. Record evidence and memory updates in deterministic project-local files.

Token Discipline

Default to persistent low-token behavior across working responses.

Drop by default:

  • pleasantries and conversational filler
  • repeated context recap
  • narration of routine inspection or planning steps
  • file-purpose explanations when the file path already says enough
  • reasoning already captured in project docs or changed files
  • file content echo after writing files
  • changelog-style narration unless the user asks for it

Prefer by default:

  • short action updates
  • direct statements
  • fragments when they remain clear
  • file references over prose recap
  • outcome first, next step second

Response shape:

  • working update: Status: <done/doing/blocker>. Next: <next step>.
  • task closeout: Done: <result>. Changed: <files or areas>. Next: <next step or none>.
  • blocker: Blocked: <fact>. Need: <decision or missing prerequisite>.

Soft caps:

  • working updates: 2 short lines max
  • normal task closeout: 4 short lines max
  • bootstrap closeout: 6 short lines max

Exceptions:

  • security warnings
  • destructive action confirmations
  • places where extra clarity prevents misread risk

Team Mode

When a repository is worked on by multiple developers or multiple IDE agents at the same time:

  • require feature branches rather than direct work on shared branches
  • require task claiming before implementation begins
  • require explicit file_scope for executable tasks
  • prefer append-only evidence and memory records over rewriting shared summaries
  • require CI enforcement and protected branch merging for completed task work

Read these shared references only when needed:

  • references/skill-pack-overview.md
  • references/doc-minimums.md
  • references/forge-to-skills-mapping.md
  • references/team-mode.md
  • references/repo-flavors.md
  • references/agent-flavors.md
  • references/devsecops-gates.md
  • references/application-docs.md
  • references/token-efficiency.md

Use templates from assets/templates/ only when scaffolding or migrating a project into this skill-based flow.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32%
按下载量换算38

Claude

31.89%
按下载量换算38

Cursor

17.11%
按下载量换算20

Gemini CLI

10.42%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills