konamgil/mandu

An open-source framework that prevents AI agents from breaking your codebase.

46Stars on the repository
33Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MPL-2.0Licence, which decides whether bodies are shown

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 6d ago A 50 tokens original MPL-2.0

mandu-composition

02

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 6d ago A 48 tokens original MPL-2.0

Mandu Deployment

03

konamgil/mandu

Skill Claude CodeCodex

Production deployment patterns for Mandu applications.

46 6d ago A 11 tokens original MPL-2.0

mandu-fs-routes

04

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 6d ago A 58 tokens original MPL-2.0

mandu-guard

05

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 6d ago A 43 tokens original MPL-2.0

mandu-hydration

06

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 6d ago A 51 tokens original MPL-2.0

mandu-performance

07

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 6d ago A 49 tokens original MPL-2.0

mandu-security

08

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 6d ago A 46 tokens original MPL-2.0

mandu-slot

09

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 6d ago A 65 tokens original MPL-2.0

Mandu Styling

10

konamgil/mandu

Skill Claude CodeCodex

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

46 6d ago A 18 tokens original MPL-2.0

mandu-testing

11

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 6d ago A 42 tokens original MPL-2.0

Mandu UI

12

konamgil/mandu

Skill Claude CodeCodex

UI component library integration and accessibility patterns.

46 6d ago A 11 tokens original MPL-2.0

mandu-create-api

13

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 6d 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 6d ago A 36 tokens original MPL-2.0

mandu-debug

15

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 6d ago C 37 tokens original MPL-2.0

mandu-deploy

16

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 6d ago A 20 tokens original MPL-2.0

mandu-explain

17

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 6d ago A 38 tokens original MPL-2.0

mandu-guard-guide

18

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 6d ago A 34 tokens original MPL-2.0

mandu-lint

19

konamgil/mandu

Skill Claude CodeCodex

A code-quality checking guide built around linting, type checking, and architecture checks. Linting finds issues such as unused variables, while type checking catches incorrect data types.

46 6d ago A 53 tokens original MPL-2.0

konamgil/mandu

Skill Claude CodeCodex

A specification-first workflow for creating features, resources, routes, or API endpoints. It creates a contract describing the expected structure before generating the code, then verifies the result.

46 6d ago A 76 tokens original MPL-2.0

mandu-mcp-deploy

21

konamgil/mandu

Skill Claude CodeCodex

A deployment workflow for Mandu projects that combines build, validation, SEO-file generation, and a production rehearsal. It stops the process when an early check fails and asks for approval before the real deployment.

46 6d ago A 65 tokens original MPL-2.0

mandu-mcp-index

22

konamgil/mandu

Skill Claude CodeCodex

A routing guide for choosing among Mandu's many coding-agent tools and workflow instructions. Mandu is a project system with tools for creating features, checking edits, debugging, refactoring, and deploying.

46 6d ago A 69 tokens original MPL-2.0

mandu-mcp-orient

23

konamgil/mandu

Skill Claude CodeCodex

A session-start workflow for quickly understanding a software project’s current state. It gathers the project summary, recent commits, documentation list, architecture rules, errors, and suggested next steps.

46 6d ago A 72 tokens original MPL-2.0

konamgil/mandu

Skill Claude CodeCodex

A safety procedure for large or difficult-to-reverse code changes, such as migrations and broad refactors. It creates a restore point, opens a transaction, verifies the edits, and either keeps or rolls them back.

46 6d ago A 70 tokens original MPL-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: