ggombee

70 mods across 1 repository, 13 stars between them.

code-forge

01

ggombee/code-forge

Plugin Claude Code

A Claude Code plugin that combines agents, skills, and project conventions based on a project's technology stack.

13 2mo ago A tokens not measured original MIT

Atlassian

02

ggombee/code-forge

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…

13 2mo ago A tokens not measured original MIT

Figma

03

ggombee/code-forge

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.

13 2mo ago A tokens not measured original MIT

ggombee/code-forge

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.

13 2mo ago A 1,227 tokens original MIT

ggombee/code-forge

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.

13 2mo ago A 766 tokens original MIT

analyst

06

ggombee/code-forge

Agent

A read-only agent that reviews requirements before planning begins and looks for missing questions, assumptions, risks, acceptance criteria, and edge cases.

13 2mo ago A 25 tokens original MIT

architect

07

ggombee/code-forge

Agent

A read-only agent that advises on software architecture, debugging, performance, security, design patterns, and data flow.

13 2mo ago A 25 tokens original MIT

assayer

08

ggombee/code-forge

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.

13 2mo ago A 34 tokens original MIT

build-fixer

09

ggombee/code-forge

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.

13 2mo ago A 29 tokens original MIT

code-reviewer

10

ggombee/code-forge

Agent

A code-review and security agent that checks changes for quality, maintainability, rule violations, and common web-security risks.

13 2mo ago A 36 tokens original MIT

codex

11

ggombee/code-forge

Agent

A coding assistant that connects Claude to OpenAI Codex for implementation, code review, and edge-case checks.

13 2mo ago A 38 tokens original MIT

deep-executor

12

ggombee/code-forge

Agent

An autonomous coding agent that explores a project, plans the work, implements changes, and checks the result with lint and build commands.

13 2mo ago A 29 tokens original MIT

git-operator

13

ggombee/code-forge

Agent

Agent "git-operator" from ggombee/code-forge, covering git-operator agent, persona, step 1: 병렬 상태 파악, step 2: 스테이징 and step 3: 커밋.

13 2mo ago A 33 tokens original MIT

implementor

14

ggombee/code-forge

Agent

An implementation agent that analyzes a coding task or plan and carries it out directly, following the project’s existing patterns.

13 2mo ago A 21 tokens original MIT

lint-fixer

15

ggombee/code-forge

Agent

Agent "lint-fixer" from ggombee/code-forge, covering lint-fixer agent, persona, step 1: 오류 목록 확인, step 2: 분류 and step 3: 순차 수정 → 재검사 반복.

13 2mo ago A 30 tokens original MIT

refactor-advisor

16

ggombee/code-forge

Agent

A read-only code-review agent that examines complexity, duplication, naming, structure, patterns, and type safety, then suggests improvements.

13 2mo ago A 34 tokens original MIT

researcher

17

ggombee/code-forge

Agent

A research agent for finding information in official documentation, GitHub, and Stack Overflow, with source URLs and version details.

13 2mo ago A 32 tokens original MIT

scout

18

ggombee/code-forge

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.

13 2mo ago A 26 tokens original MIT

vision

19

ggombee/code-forge

Agent

A read-only agent for extracting requested information from images, PDFs, diagrams, and other supported media files.

13 2mo ago A 22 tokens original MIT

gemini

20

ggombee/code-forge

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.

13 2mo ago A 31 tokens original MIT

SessionStart

21

ggombee/code-forge

Hook

Runs when a session starts, executing session-init.sh and bellows-log.sh (2 commands). From ggombee/code-forge.

13 2mo ago A tokens not measured copy · 70% MIT

PostToolUse

22

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.

13 2mo ago A tokens not measured original MIT

PreToolUse

23

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.

13 2mo ago A tokens not measured original MIT

Stop

24

ggombee/code-forge

Hook

Runs when the agent finishes a response, executing quality-gate.sh. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT