Agent skill
agentforge
Index skill for working in the AgentForge monorepo. Routes to runtime, CLI, dashboard, MCP, channels, testing, template sync, and Convex/Mastra skills.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/agentforge
Metadata
Additional technical details for this skill
- author
- agentforge
SKILL.md
AgentForge Repo Skills
Use this as the entrypoint for work in this repository.
Route by subsystem
agentforge-runtime-daemon:packages/runtime/, daemon lifecycle, standard agents, HTTP/Discord/Telegram channels.agentforge-cli:packages/cli/, command behavior, scaffolding, local dev flows.agentforge-dashboard:packages/web/, TanStack Router dashboard and Convex-backed UI flows.agentforge-mcp-integration: MCP client/server work, dynamic tool loading, connection UX, recommended external MCPs.agentforge-skills-marketplace: skill discovery, install flow, parser/registry/marketplace behavior.agentforge-channel-adapters: Slack, Discord, Telegram, WhatsApp adapters and runtime channels.agentforge-a2a: agent-to-agent protocol, registry, and delegation flows.agentforge-sandbox-execution: sandbox manager, Docker/E2B/local execution, and security boundaries.agentforge-browser-tooling: browser tool behavior and Playwright-backed automation surfaces.agentforge-research-orchestrator: research orchestration and multi-tool synthesis flows.agentforge-testing: Vitest coverage across packages, integration checks, QA gates.agentforge-template-sync: template source of truth and sync workflow.convex: Convex data-layer work.mastra: Mastra-specific runtime work.
Always align with
- CLAUDE.md
- AGENTS.md
- docs/TECH-REFERENCE.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?