code-forge
01Plugin Claude Code
A Claude Code plugin that combines agents, skills, and project conventions based on a project's technology stack.
Plugin Claude Code
A Claude Code plugin that combines agents, skills, and project conventions based on a project's technology stack.
MCP server Claude CodeCodexCursor +2
The Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Atlassian tools while maintaining data privacy and…
MCP server Claude CodeCodexCursor +2
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. Runs locally from the figma-developer-mcp npm package.
Instructions file CodexOpenCode
Instructions for maintaining code-forge, a plugin collection containing coding agents, hooks, rules, skills, templates, and stack-specific guidance. It also describes Smith, the build system used for project-specific agents.
Instructions file
A Claude Code plugin that detects a project's technology stack and supplies matching agents, skills, and rules. Claude Code is a coding assistant that can load these instructions while working in a repository.
Agent
A read-only agent that reviews requirements before planning begins and looks for missing questions, assumptions, risks, acceptance criteria, and edge cases.
Agent
A read-only agent that advises on software architecture, debugging, performance, security, design patterns, and data flow.
Agent
A frontend testing agent that derives behavior scenarios, writes tests, runs them, and fixes the tests when needed. TDD, or test-driven development, means writing a failing test before implementing the code.
Agent
A coding agent that fixes build, type, and compilation errors with the smallest practical code change. It keeps the existing architecture and does not add new features.
Agent
A code-review and security agent that checks changes for quality, maintainability, rule violations, and common web-security risks.
Agent
A coding assistant that connects Claude to OpenAI Codex for implementation, code review, and edge-case checks.
Agent
An autonomous coding agent that explores a project, plans the work, implements changes, and checks the result with lint and build commands.
Agent
Agent "git-operator" from ggombee/code-forge, covering git-operator agent, persona, step 1: 병렬 상태 파악, step 2: 스테이징 and step 3: 커밋.
Agent
An implementation agent that analyzes a coding task or plan and carries it out directly, following the project’s existing patterns.
Agent
Agent "lint-fixer" from ggombee/code-forge, covering lint-fixer agent, persona, step 1: 오류 목록 확인, step 2: 분류 and step 3: 순차 수정 → 재검사 반복.
Agent
A read-only code-review agent that examines complexity, duplication, naming, structure, patterns, and type safety, then suggests improvements.
Agent
A research agent for finding information in official documentation, GitHub, and Stack Overflow, with source URLs and version details.
Agent
A read-only codebase exploration agent that searches files, code patterns, history, and dependencies to locate how a project works. It reports findings with absolute file paths.
Agent
A read-only agent for extracting requested information from images, PDFs, diagrams, and other supported media files.
Skill Claude CodeCodex
A Claude Code skill that calls Google's Gemini command-line tool so another AI model can participate in the coding workflow.
Hook
Runs when a session starts, executing session-init.sh and bellows-log.sh (2 commands). From ggombee/code-forge.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit, Agent and Skill tool calls, executing lint-fix.sh and bellows-log.sh (2 commands). From ggombee/code-forge.
Hook
Runs before the agent uses a tool for Bash, Write and Write tool calls, executing guard.sh, write-guard.sh and skill-dedup.sh (3 commands). From ggombee/code-forge.
Hook
Runs when the agent finishes a response, executing quality-gate.sh. From ggombee/code-forge.