Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add konamgil/mandunpx agentmods add plugins/konamgil/mandu/skillsgit clone --depth 1 https://github.com/konamgil/manduGrade B, and why
mandu-skills scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
".claude/settings.json": "../templates/.claude/settings.json" How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "mandu-skills",
"description": "Claude Code plugin for Mandu Framework - architecture skills, guard hooks, MCP integration, and scaffolding workflows for agent-native fullstack development.",
"version": "1.0.0",
"author": "konamgil",
"homepage": "https://github.com/konamgil/mandu",
"repository": {
"type": "git",
"url": "https://github.com/konamgil/mandu.git",
"directory": "packages/skills"
},
"license": "MPL-2.0",
"skills": [
{
"name": "mandu-create-feature",
"path": "../skills/mandu-create-feature/SKILL.md",
"description": "Feature scaffolding - pages, API routes, Islands via MCP negotiate/generate pipeline"
},
{
"name": "mandu-create-api",
"path": "../skills/mandu-create-api/SKILL.md",
"description": "REST API generation - CRUD endpoints, auth, file upload with contracts and tests"
},
{
"name": "mandu-debug",
"path": "../skills/mandu-debug/SKILL.md",
"description": "Error diagnosis and repair - build failures, white screens, Island issues, API errors"
},
{
"name": "mandu-explain",
"path": "../skills/mandu-explain/SKILL.md",
"description": "Mandu concept reference - Island, Filling, Guard, Contract, Slot, SSR, ISR explanations"
},
{
"name": "mandu-guard-guide",
"path": "../skills/mandu-guard-guide/SKILL.md",
"description": "Guard architecture guide - presets, violation fixes, layer rules"
},
{
"name": "mandu-deploy",
"path": "../skills/mandu-deploy/SKILL.md",
"description": "Production deployment pipeline - Docker, CI/CD, nginx configuration"
},
{
"name": "mandu-slot",
"path": "../skills/mandu-slot/SKILL.md",
"description": "Filling API reference - ctx methods, lifecycle hooks, middleware chains"
},
{
"name": "mandu-fs-routes",
"path": "../skills/mandu-fs-routes/SKILL.md",
"description": "File-system routing - pages, API routWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 86 lines scan B 9350bb04e43c
mandu-skills is a plugin published in the GitHub repository konamgil/mandu (46 stars, last pushed 6d ago), licensed MPL-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
copilotkit-plugins
Plugin marketplace listing 1 plugin: copilotkit.
copilotkit
AI agent skills for CopilotKit — setup, develop, integrate, debug, upgrade, and contribute to CopilotKit projects.
cli-anything-web-plugin
CLI-Anything for the Web: Generate agent-native CLIs for closed-source web apps via network traffic analysis.
ccmux
Marketplace for ccmux Claude Code plugins.
ccmux
Drive the ccmux cross-harness CLI to dispatch work to other AI coding agents (Claude Code, Codex, Cursor, OpenCode, Pi, Gemini) through programmatic ccmux invoke calls. Requires the ccmux CLI on PATH.
lencx
Reliable agent workflows published by lencx.