ggombee

70 mods across 1 repository, 13 stars between them.

Notification

25

ggombee/code-forge

Hook

Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing notify.sh. From ggombee/code-forge.

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

SubagentStop

26

ggombee/code-forge

Hook

Runs when a subagent finishes, executing subagent-stop.sh. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT

PreCompact

27

ggombee/code-forge

Hook

Runs before the context is compacted, executing pre-compact.sh. From ggombee/code-forge.

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

PostCompact

28

ggombee/code-forge

Hook

Runs after the context is compacted, running an inline shell check. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT

PermissionRequest

29

ggombee/code-forge

Hook

Runs when the agent asks permission for an action, executing permission-guard.sh. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT

FileChanged

30

ggombee/code-forge

Hook

Runs on the FileChanged event for package.json tool calls, executing package-changed.sh. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT

UserPromptSubmit

31

ggombee/code-forge

Hook

Runs when you submit a prompt, before the agent sees it, executing auto-flow-trigger.sh. From ggombee/code-forge.

13 2mo ago A tokens not measured original MIT

ant-design

32

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

33

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

34

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

35

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

36

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

37

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

38

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

39

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

40

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

41

ggombee/code-forge

Skill Claude CodeCodex

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

13 2mo ago A 29 tokens original MIT

redux-rtk

42

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

43

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

44

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

45

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

46

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

47

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

48

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