ggombee/code-forge

AI agent의 skills, agents 등을 조합해서 세팅해주는 code-forge

13Stars on the repository
70Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gemini

01

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

ant-design

02

ggombee/code-forge

Skill Claude CodeCodex

A set of coding rules for Ant Design, a React component library for building interfaces. It covers imports, shared theme settings, forms, tables, and related patterns.

13 2mo ago A 37 tokens original MIT

mui

03

ggombee/code-forge

Skill Claude CodeCodex

A set of coding conventions for MUI, also called Material UI, a React component library for building interfaces. It covers imports, the sx styling prop, styled components, and themes.

13 2mo ago A 32 tokens original MIT

go-standard

04

ggombee/code-forge

Skill Claude CodeCodex

A Go programming style guide based on Go's standard library. It covers project structure, naming, error handling, and tests.

13 2mo ago A 17 tokens original MIT

node-express

05

ggombee/code-forge

Skill Claude CodeCodex

A set of coding conventions for Node.js web backends built with Express or Fastify. It covers project folders, naming, centralized error handling, tests, and database mocking.

13 2mo ago A 17 tokens original MIT

python-django

06

ggombee/code-forge

Skill Claude CodeCodex

A Django-based Python backend convention covering project structure, naming, error handling, and tests. Django is a Python web framework; the convention also describes optional Django REST Framework API patterns.

13 2mo ago A 14 tokens original MIT

python-fastapi

07

ggombee/code-forge

Skill Claude CodeCodex

A FastAPI backend convention for Python projects. FastAPI is a Python framework for web APIs, and the convention covers folders, naming, errors, Pydantic request and response schemas, and tests.

13 2mo ago A 14 tokens original MIT

react-nextjs-app

08

ggombee/code-forge

Skill Claude CodeCodex

Next.js App Router 프로젝트 컨벤션. Server/Client Components, metadata API, 특수 파일 패턴, Route Groups.

13 2mo ago A 31 tokens original MIT

react-nextjs-pages

09

ggombee/code-forge

Skill Claude CodeCodex

A Next.js 14 Pages Router convention, where files in the pages folder define routes and application logic lives in separate source folders. It also sets page layout metadata, component structure, and import order.

13 2mo ago A 34 tokens original MIT

react-spa

10

ggombee/code-forge

Skill Claude CodeCodex

A set of conventions for React single-page applications built with Vite or Create React App. A single-page application is a web app that changes views in the browser without loading a new page for every route.

13 2mo ago A 34 tokens original MIT

jotai-tanstack

11

ggombee/code-forge

Skill Claude CodeCodex

Jotai + TanStack Query v5 상태관리 패턴. atoms/, queries/, queryKeys 구조.

13 2mo ago A 29 tokens original MIT

redux-rtk

12

ggombee/code-forge

Skill Claude CodeCodex

Redux Toolkit(RTK) 상태 관리 패턴. createSlice, configureStore, RTK Query(createApi), slices 디렉토리 구조.

13 2mo ago A 34 tokens original MIT

zustand-tanstack

13

ggombee/code-forge

Skill Claude CodeCodex

A state-management convention combining Zustand and TanStack Query in React. TanStack Query handles data from servers, while Zustand stores shared client-side state such as selected tabs or authentication.

13 2mo ago A 35 tokens original MIT

emotion

14

ggombee/code-forge

Skill Claude CodeCodex

A set of rules for styling React components with Emotion, a library that lets developers write component styles in JavaScript or TypeScript.

13 2mo ago A 23 tokens original MIT

styled-components

15

ggombee/code-forge

Skill Claude CodeCodex

A styled-components styling convention for React. styled-components lets developers write CSS alongside JavaScript components, and this convention covers theme tokens, file placement, and extending existing components.

13 2mo ago A 28 tokens original MIT

tailwind

16

ggombee/code-forge

Skill Claude CodeCodex

A set of project rules for styling interfaces with Tailwind CSS utility classes and a cn() helper for combining classes.

13 2mo ago A 30 tokens original MIT

jest

17

ggombee/code-forge

Skill Claude CodeCodex

A Jest unit-testing convention for pure functions in utility, helper, library, and adapter code. It defines test locations, structure, fake timers, and Korean test names.

13 2mo ago A 27 tokens original MIT

vitest

18

ggombee/code-forge

Skill Claude CodeCodex

A set of conventions for testing React or TypeScript projects with Vitest. Vitest is a JavaScript test runner, and these rules cover its configuration, browser simulation, coverage reports, test setup, and file layout.

13 2mo ago A 28 tokens original MIT

cleanup

19

ggombee/code-forge

Skill Claude CodeCodex

A cleanup command for removing temporary files and test outputs created during development. It can remove design reference images, Playwright browser-test results and reports, and selected planning or quality files.

13 2mo ago C 21 tokens original MIT

codex

20

ggombee/code-forge

Skill Claude CodeCodex

A collaboration skill for using Claude with OpenAI Codex through an MCP server or the Codex command-line tool. It defines how to start sessions, continue them, review code, and check available sessions.

13 2mo ago A 23 tokens original MIT

crawler

21

ggombee/code-forge

Skill Claude CodeCodex

A Playwright workflow for exploring websites and designing crawlers. Playwright is a browser-automation tool; the workflow covers inspecting pages, analyzing network requests, documenting findings, and generating crawler code.

13 2mo ago A 37 tokens original MIT

debate

22

ggombee/code-forge

Skill Claude CodeCodex

A workflow for comparing competing technical approaches through several rounds of argument and criticism. It can use Agent Teams, Codex CLI, or a self-debate mode depending on the available environment.

13 2mo ago A 72 tokens original MIT

e2e

23

ggombee/code-forge

Skill Claude CodeCodex

An end-to-end testing workflow for individual screens or complete application routes. It derives test cases from code or Figma, writes Playwright tests, and runs them repeatedly until they pass.

13 2mo ago A 72 tokens original MIT

figma-to-code

24

ggombee/code-forge

Skill Claude CodeCodex

A design-to-code workflow that turns Figma designs into React and TypeScript code using Emotion, a styling library. It extracts layout, colours, typography, and component structure from the design.

13 2mo ago A 20 tokens original MIT