Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

forgeforge 测试

Agent Skill

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

总安装

321

周安装

13

GitHub Stars

1

下载量

101
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

forge 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限和维护状态。
  • 使用前应核实是否会触发联网、命令执行或文件读写操作。
  • 建议结合原始 README 和项目实际情况验证具体用法。

SKILL.md

FORGE — Framework for Orchestrated Resilient Generative Engineering

French Language Rule

All content generated in French MUST use proper accents (é, è, ê, à, ù, ç, ô, î, etc.), follow French grammar rules (agreements, conjugations), and use correct spelling.

Philosophy

FORGE unifies five paradigms into one secure, production-grade system:

ParadigmWhat FORGE TakesWhat FORGE Improves
Multi-Agent AgileAgent personas, artifact-driven workflows, scale-adaptive planningLighter agent definitions, no npm installer dependency
Autonomous IterationIteration loops, exit detection, rate limitingSandboxed execution, cost caps, rollback gates
Claude SkillsProgressive disclosure, SKILL.md structure, scripts/referencesNative integration, auto-discovery
Persistent MemoryProject memory, session tracking, agent-specific contextVector search index, auto-sync, forge-memory CLI tooling
Workflow Automation (n8n)Webhook triggers, MCP bridge, pipeline orchestrationDeclarative workflow-as-code, version-controlled pipelines

Quick Start

# 1. Initialize FORGE in any project
/forge-init

# 2. Choose track based on project scale
#    → Quick (bug fix, small feature): 3 commands
#    → Standard (feature, module): full pipeline
#    → Enterprise (system, platform): all agents + governance

# 3. Run the pipeline
/forge-analyze    # Agent: Analyst → Domain research, requirements
/forge-plan       # Agent: PM → PRD artifact
/forge-architect  # Agent: Architect → Architecture artifact
/forge-ux         # Agent: UX → UX design, wireframes, accessibility
/forge-stories    # Agent: SM → Stories with test specs
/forge-build      # Agent: Dev → Code + unit tests + functional tests
/forge-verify     # Agent: QA → Audit Dev tests + advanced tests + certification
/forge-deploy     # Automated deployment pipeline

# Autopilot mode — FORGE decides everything
/forge-auto           # Full pipeline, FORGE drives
/forge-auto "goal"    # Autopilot with specific objective

# Multi-agent collaboration
/forge-party "topic"  # Launch 2-3 agents in parallel on a topic
/forge-status         # Sprint status, stories, metrics

# Quick commands
/forge-quick-spec     # Quick track: spec + implement
/forge-quick-test     # Quick QA: zero-config testing
/forge-review [path]  # Adversarial review of an artifact
/forge-loop "task"    # Autonomous iteration loop
/forge-audit          # Security audit (Enterprise track)
/forge-audit-skill [path]  # Security audit of a third-party skill
/forge-update         # Update FORGE skills from latest release

# Parallel execution (requires Agent Teams)
/forge-team pipeline "goal"    # Full pipeline with parallel stories
/forge-team build STORY-001 STORY-002  # Parallel story implementation

1. AGENTS — Multi-Agent Personas

FORGE agents are lightweight Markdown personas. Each agent is a role Claude adopts with specific expertise, constraints, and outputs.

Agent Registry

Load agent definitions from ~/.claude/skills/forge/references/agents/ only when needed.

AgentRoleTriggerOutput Artifact
OrchestratorMeta-agent, routing, party mode, parallelization/forge-partyOrchestration plan
AnalystRequirements elicitation, domain research/forge-analyzedocs/analysis.md
PMProduct requirements, user stories, prioritization/forge-plandocs/prd.md
ArchitectSystem design, tech stack, API contracts/forge-architectdocs/architecture.md
UXUser research, wireframes, accessibility/forge-uxdocs/ux-design.md
DevImplementation, code generation, unit + functional tests/forge-buildSource code + tests
SMStory decomposition, sprint planning, context sharding/forge-storiesdocs/stories/*.md
QAAudit Dev tests, advanced tests (8 TEA workflows), validation/forge-verifyQuality report + supplementary tests
Quick QAZero-config testing, automatic framework detection/forge-quick-testTests + quick report
ReviewerAdversarial review, devil's advocate/forge-reviewCritical review report
DevOpsCI/CD, deployment, infrastructure/forge-deployPipeline configs
SecurityThreat modeling, audit, compliance/forge-auditdocs/security.md

Agent Invocation Pattern

When user requests a FORGE command, Claude:

  1. Reads the agent persona from references/agents/
  2. Adopts the persona (expertise, constraints, output format)
  3. Runs the associated workflow
  4. Produces the artifact in docs/
  5. Returns to base Claude persona

Scale-Adaptive Intelligence

FORGE auto-detects project scale and adjusts depth. Tracks determine what agents run; execution modes (Manual, Autopilot, Agent Teams) determine how they run.

  • Quick Track (bug fix, hotfix): Skip Analysis/Architecture/Stories → /forge-quick-spec → Dev only
  • Standard Track (feature, 1-5 days): Plan → Architect → Stories → Build → Verify (PM, Architect, SM, Dev, QA)
  • Enterprise Track (system, 5+ days): Full lifecycle with governance, Security + DevOps, ADRs, compliance

2. WORKFLOWS — Structured Pipelines

Core Development Pipeline

flowchart LR
    R["Requirements\nAnalysis → Planning"] ==> D["Design\nArchitecture → UX"]
    D ==> DEV["Development\nStories → Code + Tests"]
    DEV ==> Q["Quality\nVerification → Deployment"]

Each phase produces a versioned artifact consumed by downstream agents, eliminating context loss.

For detailed workflow documentation (artifact chain, test strategy, sharding, artifact modes, sprint status), read ~/.claude/skills/forge/references/workflows.md.


3. AUTONOMOUS LOOPS — Iteration Engine

FORGE provides autonomous iteration with security guardrails via /forge-loop:

  • 3 modes: afk (fully autonomous), hitl (semi-autonomous, default), pair (collaborative)
  • Security: cost caps, sandbox isolation, circuit breakers, rollback checkpoints
  • State: persisted in .forge-state/ (state.json, history.jsonl, fix_plan.md)

For detailed loop documentation (architecture, security config, state management, checkpoints), read ~/.claude/skills/forge/references/loops.md.


4. PERSISTENT MEMORY — Project Continuity

FORGE maintains persistent Markdown-based memory in .forge/memory/:

  • MEMORY.md: Core project knowledge (long-term)
  • sessions/: Daily session logs
  • agents/: Per-agent context (pm.md, architect.md, dev.md, qa.md)
  • Vector search: SQLite index with hybrid search (70% vector + 30% FTS5 BM25)

Every agent command reads memory at start and writes updates at end (mandatory protocol).

For detailed memory documentation (architecture, protocol, vector search, CLI commands), read ~/.claude/skills/forge/references/memory.md.


5. SECURITY MODEL

5-layer defense: Input Validation → Sandbox Isolation → Credential Management → Audit/Rollback → Human Gates.

For detailed security documentation (threat model, security layers, skill validation), read ~/.claude/skills/forge/references/security.md.


6. MCP INTEGRATION (Conceptual)

Planned patterns for FORGE as MCP server, consuming external MCP servers, and n8n workflow automation.

For detailed MCP documentation, read ~/.claude/skills/forge/references/mcp-integration.md.


7. CONFIGURATION & SCAFFOLDING

Initialize with /forge-init. Configuration via .forge/config.yml (project, agents, loop, memory, security, MCP, deploy).

For detailed configuration documentation (config.yml reference, token saver, project scaffolding, CLAUDE.md generation), read ~/.claude/skills/forge/references/configuration.md.


8. REFERENCE FILES

Load these resources as needed during development:

Agent Definitions

  • references/agents/orchestrator.md — Orchestrator meta-agent, party mode
  • references/agents/analyst.md — Analyst persona, domain research
  • references/agents/pm.md — Product Manager persona
  • references/agents/architect.md — Architect persona
  • references/agents/ux.md — UX/Design persona, wireframes, accessibility
  • references/agents/dev.md — Developer persona, TDD
  • references/agents/sm.md — Scrum Master persona
  • references/agents/qa.md — QA/TEA persona (8 workflows)
  • references/agents/quick-qa.md — Quick QA, zero-config testing
  • references/agents/reviewer.md — Adversarial reviewer
  • references/agents/devops.md — DevOps persona
  • references/agents/security.md — Security persona

Architecture & Workflows

  • references/workflows.md — Artifact chain, test strategy, sharding, sprint status
  • references/loops.md — Autonomous loop architecture, security, state management
  • references/memory.md — Memory architecture, protocol, vector search
  • references/security.md — Threat model, security layers, skill validation
  • references/mcp-integration.md — MCP server patterns, n8n workflows
  • references/configuration.md — Config reference, scaffolding, CLAUDE.md generation

Integration Guides

  • n8n-integration.md — n8n workflow patterns, MCP bridge setup
  • loop-patterns.md — Autonomous loop patterns, prompt engineering
  • security-model.md — Detailed security architecture

Scripts

  • forge-init.sh — Project initialization
  • forge-loop.sh — Secured autonomous loop runner
  • audit-skill.py — Skill security auditor

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.61%
按下载量换算33

Claude

29%
按下载量换算29

Cursor

20.33%
按下载量换算21

Gemini CLI

9.74%
按下载量换算10

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills