skill-hoonsoo
v0.1.0Read-only live context and grammar review for local documents.
By dragonpond0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add skill-hoonsoo@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dragonpond916/skill-hoonsooClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/hoonsoo/SKILL.md└── .mcp.json
Included Skills1
Monitor a local text document during an active agent turn and provide incremental context or grammar advice without editing files. Use when the user invokes $hoonsoo, /skill-hoonsoo:hoonsoo, or asks the agent to keep reviewing a document as it changes; do not use for one-shot rewrites, automatic fixes, or requests to modify files.
MCP servers1
- command
- node
- args
- scripts/hoonsoo-mcp.mjs
- cwd
- .
Plugin manifests2
{
"name": "skill-hoonsoo",
"version": "0.1.0",
"description": "Read-only live context and grammar review for local documents.",
"author": {
"name": "dragonpond"
},
"homepage": "https://github.com/dragonpond916/skill-hoonsoo",
"repository": "https://github.com/dragonpond916/skill-hoonsoo",
"skills": "./skills/",
"mcpServers": {
"hoonsoo": {
"command": "node",
"args": [
"scripts/hoonsoo-mcp.mjs"
],
"cwd": "."
}
},
"interface": {
"displayName": "Hoonsoo",
"shortDescription": "Read-only live document review advice.",
"longDescription": "Monitors user-selected documents, reviews their changes, and provides context and grammar advice without modifying source files.",
"developerName": "dragonpond",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Monitor this document in context mode and advise me as I edit.",
"Monitor this document for grammar and style issues as I edit."
]
}
}{
"name": "skill-hoonsoo",
"displayName": "Hoonsoo",
"version": "0.1.0",
"description": "Read-only live context and grammar review for local documents.",
"author": {
"name": "dragonpond",
"url": "https://github.com/dragonpond916"
},
"homepage": "https://github.com/dragonpond916/skill-hoonsoo",
"repository": "https://github.com/dragonpond916/skill-hoonsoo",
"keywords": [
"review",
"grammar",
"document",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./claude.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[skill-hoonsoo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-hoonsoo)