Agent Plugins Marketplace
All plugins

knuaf-doc

v0.1.0

한국농수산대학교 학교 공식 작성지침에 맞춰 창업논문 초안 작성·검토를 돕는 로컬 스킬. 생성된 결과물은 지도교수 승인과 학교 제출 절차를 거쳐야 합니다.

CodexClaude Code1 Skill

By knuaf-docLicense: MIT2 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 knuaf-doc for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add knuaf-doc@agent-plugin-marketplace

Paste 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/knuaf-devcat/knuaf-doc

Clone 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

knuaf-doc/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/knuaf-doc/SKILL.md

Included Skills1

knuaf-docskills/knuaf-doc/SKILL.md

한국농수산대학교(한농대·KNUAF) 창업논문·영농계획서와 동반 재무자료(XLSX·DOCX)를 학교 원문에 따라 작성·검토한다. "시작하기", "이어서 하기", "고칠 부분 보기" 요청이나 창업논문· 영농계획서·농업경영계획·졸업논문 재무계획 작업에 사용한다. Also use for KNUAF / Korea National University of Agriculture and Fisheries startup thesis, farm business plan, or farm financial-plan workbook work. 기존 답변과 원고를 보존하고 사실·목표·가정·계산을 구분하며, 가능한 작업부터 진행한다. 일반 학술논문이나 정부지원 창업사업계획서(PSST)에는 사용하지 않는다.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "knuaf-doc",
  "version": "0.1.0",
  "skills": "./skills/",
  "description": "한국농수산대학교 학교 공식 작성지침에 맞춰 창업논문 초안 작성·검토를 돕는 로컬 스킬. 생성된 결과물은 지도교수 승인과 학교 제출 절차를 거쳐야 합니다.",
  "author": {
    "name": "knuaf-doc"
  },
  "license": "MIT",
  "interface": {
    "displayName": "knuaf-doc",
    "shortDescription": "창업논문 작성·검토",
    "longDescription": "원문 근거를 보존하며 학교 공식 지침에 맞춘 창업논문 작성을 지원하는 로컬 도구입니다. 학교 지침 원문은 사용자가 직접 준비해야 하며, 생성된 초안은 지도교수 승인 및 학교 제출 절차와 별개입니다.",
    "developerName": "knuaf-doc",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "시작하기",
      "이어서 하기",
      "고칠 부분 보기"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "knuaf-doc",
  "version": "0.1.0",
  "description": "한국농수산대학교 학교 공식 작성지침에 맞춰 창업논문 초안 작성·검토를 돕는 로컬 스킬. 생성된 결과물은 지도교수 승인과 학교 제출 절차를 거쳐야 합니다.",
  "author": {
    "name": "knuaf-doc"
  },
  "license": "MIT",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[knuaf-doc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/knuaf-doc)