mandu
01MCP server Claude CodeCodexCursor +2
MCP server "mandu" as configured in konamgil/mandu. Launched with bun run packages/mcp/src/index.ts.
MCP server Claude CodeCodexCursor +2
MCP server "mandu" as configured in konamgil/mandu. Launched with bun run packages/mcp/src/index.ts.
Instructions file CodexOpenCode
Instructions for konamgil/mandu, covering mandu project guide, package manager, project structure, agent-native workflow and 배포 (release).
Instructions file
Instructions for konamgil/mandu, covering mandu project guide, package manager, project structure, agent-native workflow and 배포 (release).
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From 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.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 4 allowed tools.
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.
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.
Skill Claude CodeCodex
Production deployment patterns for Mandu applications.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Tailwind CSS v4 integration and Island styling patterns for Mandu Framework.
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.
Skill Claude CodeCodex
UI component library integration and accessibility patterns.
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.
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.
Skill Claude CodeCodex
A troubleshooting workflow for Mandu web projects, covering build failures, blank pages, API errors, broken styles, and other common problems.
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.
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.
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.