Notification
25Hook
Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing notify.sh. From 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.
Hook
Runs when a subagent finishes, executing subagent-stop.sh. From ggombee/code-forge.
Hook
Runs before the context is compacted, executing pre-compact.sh. From ggombee/code-forge.
Hook
Runs after the context is compacted, running an inline shell check. From ggombee/code-forge.
Hook
Runs when the agent asks permission for an action, executing permission-guard.sh. From ggombee/code-forge.
Hook
Runs on the FileChanged event for package.json tool calls, executing package-changed.sh. From ggombee/code-forge.
Hook
Runs when you submit a prompt, before the agent sees it, executing auto-flow-trigger.sh. From 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.
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.
Skill Claude CodeCodex
A Go programming style guide based on Go's standard library. It covers project structure, naming, error handling, and tests.
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.
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.
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.
Skill Claude CodeCodex
Next.js App Router 프로젝트 컨벤션. Server/Client Components, metadata API, 특수 파일 패턴, Route Groups.
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.
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.
Skill Claude CodeCodex
Jotai + TanStack Query v5 상태관리 패턴. atoms/, queries/, queryKeys 구조.
Skill Claude CodeCodex
Redux Toolkit(RTK) 상태 관리 패턴. createSlice, configureStore, RTK Query(createApi), slices 디렉토리 구조.
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.
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.
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.
Skill Claude CodeCodex
A set of project rules for styling interfaces with Tailwind CSS utility classes and a cn() helper for combining classes.
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.
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.