Skip to content

act-agent

ACT 에이전트의 구조를 정의한다. "이 에이전트가 무엇을 하는가"를 기술하는 데 사용한다. **ACT는 instance에서 override할 수 없다.** 워크플로우를 변경하려면 새로운 ACT class를 작성한다. ACT class 간 extends 체인은 허용한다.

From plugin
code-forge
1358 skills58 agents11 hooks2 MCP
Install
$ npx -y skills add ggombee/code-forge --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

ACT 에이전트의 구조를 정의한다. "이 에이전트가 무엇을 하는가"를 기술하는 데 사용한다. **ACT는 instance에서 override할 수 없다.** 워크플로우를 변경하려면 새로운 ACT class를 작성한다. ACT class 간 extends 체인은 허용한다.

Agent definition

act-agent.md
type: interface
name: act-agent
agent-system: Smith

> ACT 에이전트의 구조를 정의한다. > "이 에이전트가 무엇을 하는가"를 기술하는 데 사용한다. > > **ACT는 instance에서 override할 수 없다.** > 워크플로우를 변경하려면 새로운 ACT class를 작성한다. > ACT class 간 extends 체인은 허용한다.

Trigger

  • [When] 이 에이전트가 활성화되는 조건
  • [Input] 받아야 하는 정보

Workflow

  • [Phase] 단계별 실행 흐름 (순서대로 기술)

Verification

  • [Check] 완료 전 자기 검증 항목

Output

  • [Deliverable] 최종 산출물의 형태

Collaboration

  • [Handoff] 다른 에이전트와의 인터페이스

Permission

  • [Model] 기본 사용 모델 (opus / sonnet / haiku)
  • [PermissionMode] 권한 모드 (plan / acceptEdits / default / bypassPermissions)
  • [Tools] 사용 가능한 도구 목록. 기본: `Read, Grep, Glob`. 쓰기가 필요하면 `Write, Edit` 추가, 명령 실행이 필요하면 `Bash` 추가
  • [Boundary] 행동 범위 제한
Ships withcode-forge

설치하면 Claude Code가 더 잘 동작합니다. 전문 에이전트, 슬래시 스킬, 스택 모듈을 제공하는 Claude Code 플러그인. 검증된 사고모델(GROUND→APPLY→VERIFY→ADAPT)이 모든 작업의 품질을 일관되게 유지합니다. (에이전트/스킬 개수는 디스크가 진실 — ls agents/.md | wc -l, ls skills//SKILL.md | wc -l) 현재 상태: 개인 GitHub 운영 중 (마켓플레이스 배포 4.10.0).

Get the whole plugin, auto-invoked
Stats
13
Stars
0
Views
4
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: ggombee/code-forge