konamgil

34 mods across 1 repository, 46 stars between them.

mandu

01

konamgil/mandu

MCP server Claude CodeCodexCursor +2

MCP server "mandu" as configured in konamgil/mandu. Launched with bun run packages/mcp/src/index.ts.

46 5d ago A tokens not measured original MPL-2.0

mandu AGENTS.md

02

konamgil/mandu

Instructions file CodexOpenCode

Instructions for konamgil/mandu, covering mandu project guide, package manager, project structure, agent-native workflow and 배포 (release).

46 5d ago A 721 tokens original MPL-2.0

mandu CLAUDE.md

03

konamgil/mandu

Instructions file

Instructions for konamgil/mandu, covering mandu project guide, package manager, project structure, agent-native workflow and 배포 (release).

46 5d ago A 721 tokens copy · 100% MPL-2.0

PreToolUse

04

konamgil/mandu

Hook Claude Code

Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From konamgil/mandu.

46 5d ago A tokens not measured original MPL-2.0

PostToolUse

05

konamgil/mandu

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From konamgil/mandu.

46 5d ago A tokens not measured original MPL-2.0

mandu

06

konamgil/mandu

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 4 allowed tools.

46 5d ago A tokens not measured original MPL-2.0

konamgil/mandu

Skill Claude CodeCodex

Canonical Mandu agent workflow. Use first in Mandu projects before direct source edits so Codex, Claude Code, Gemini CLI, and other agents follow the same context -> plan -> apply -> verify -> repair loop.

46 5d ago A 50 tokens original MPL-2.0

mandu-composition

08

konamgil/mandu

Skill Claude CodeCodex

React composition patterns for Mandu applications. Use when designing Island components, managing shared state, or building reusable component APIs. Triggers on compound components, context providers, boolean props, or component architecture tasks.

46 5d ago A 48 tokens original MPL-2.0

Mandu Deployment

09

konamgil/mandu

Skill Claude CodeCodex

Production deployment patterns for Mandu applications.

46 5d ago A 11 tokens original MPL-2.0

mandu-fs-routes

10

konamgil/mandu

Skill Claude CodeCodex

File-system based routing for Mandu. Use when creating pages, API routes, layouts, or dynamic routes. Triggers on tasks involving app/ folder, page.tsx, route.ts, layout.tsx, [id], [...slug], or URL patterns.

46 5d ago A 58 tokens original MPL-2.0

mandu-guard

11

konamgil/mandu

Skill Claude CodeCodex

Architecture guard system for Mandu. Use when checking layer dependencies, enforcing architecture rules, or validating file locations. Triggers on tasks involving architecture, layers, dependencies, or guard commands.

46 5d ago A 43 tokens original MPL-2.0

mandu-hydration

12

konamgil/mandu

Skill Claude CodeCodex

Island Hydration pattern for Mandu. Use when creating interactive components, client-side state, or partial hydration. Triggers on tasks involving "use client", client.tsx, useState, useEffect, Island, or hydration.

46 5d ago A 51 tokens original MPL-2.0

mandu-performance

13

konamgil/mandu

Skill Claude CodeCodex

Performance optimization patterns for Mandu applications. Use when optimizing slot handlers, Island components, bundle size, or Bun runtime. Triggers on tasks involving async/await, Promise.all, lazy loading, caching, or performance.

46 5d ago A 49 tokens original MPL-2.0

mandu-security

14

konamgil/mandu

Skill Claude CodeCodex

Security best practices for Mandu applications. Use when implementing authentication, authorization, input validation, or protecting against common vulnerabilities. Triggers on guard, auth, CSRF, XSS, or security tasks.

46 5d ago A 46 tokens original MPL-2.0

mandu-slot

15

konamgil/mandu

Skill Claude CodeCodex

Mandu Slot API for writing business logic. Use when creating API handlers, implementing authentication guards, adding lifecycle hooks, or working with request/response context. Triggers on tasks involving Mandu.filling(), ctx.ok(), ctx.error(), .guard(), .get(), .post(), or slot files.

46 5d ago A 65 tokens original MPL-2.0

Mandu Styling

16

konamgil/mandu

Skill Claude CodeCodex

Tailwind CSS v4 integration and Island styling patterns for Mandu Framework.

46 5d ago A 18 tokens original MPL-2.0

mandu-testing

17

konamgil/mandu

Skill Claude CodeCodex

Testing patterns for Mandu applications. Use when writing unit tests, integration tests, or E2E tests. Triggers on test, spec, Bun test, Playwright, or testing tasks.

46 5d ago A 42 tokens original MPL-2.0

Mandu UI

18

konamgil/mandu

Skill Claude CodeCodex

UI component library integration and accessibility patterns.

46 5d ago A 11 tokens original MPL-2.0

mandu-create-api

19

konamgil/mandu

Skill Claude CodeCodex

A Korean-language workflow for scaffolding REST API endpoints with CRUD operations, authentication, and uploads. REST APIs let software exchange data over web requests, while CRUD means create, read, update, and delete.

46 5d ago B 33 tokens original MPL-2.0

konamgil/mandu

Skill Claude CodeCodex

A Mandu project workflow for creating a new feature by analysing requirements, adding page or API routes, defining data contracts, and generating starter code. An API is a program interface that lets software exchange data; an Island is a client-side UI component in this project.

46 5d ago A 36 tokens original MPL-2.0

mandu-debug

21

konamgil/mandu

Skill Claude CodeCodex

A troubleshooting workflow for Mandu web projects, covering build failures, blank pages, API errors, broken styles, and other common problems.

46 5d ago C 37 tokens original MPL-2.0

mandu-deploy

22

konamgil/mandu

Skill Claude CodeCodex

A production deployment guide for Mandu applications, covering the steps from building and testing to running the app with Docker, CI/CD, and nginx. Docker packages an application and its dependencies into a repeatable container.

46 5d ago A 20 tokens original MPL-2.0

mandu-explain

23

konamgil/mandu

Skill Claude CodeCodex

A reference guide to core Mandu concepts, including server-rendered pages, interactive islands, API handlers, access guards, shared API schemas, and server-side data loaders. Server-side rendering creates page HTML on the server before sending it to the browser.

46 5d ago A 38 tokens original MPL-2.0

mandu-guard-guide

24

konamgil/mandu

Skill Claude CodeCodex

A guide for Mandu Guard, a system that enforces allowed software layers and imports. It also explains six architecture presets, such as Feature-Sliced Design and Clean Architecture.

46 5d ago A 34 tokens original MPL-2.0