← All plugins
im-not-strange-ai
v0.0.0AI가 쓴 한글 텍스트를 자연스럽게 다듬는 한국어 문장 다듬기 플러그인. Sunny식 문장 다듬기 규칙을 적용한다.
Claude Code
by itssosunnyMIT142updated 1 month ago
Source
git clone https://github.com/itssosunny/im-not-strange-aiClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
im-not-strange-ai/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "im-not-strange-ai",
"version": "0.0.0",
"description": "AI가 쓴 한글 텍스트를 자연스럽게 다듬는 한국어 문장 다듬기 플러그인. Sunny식 문장 다듬기 규칙을 적용한다.",
"author": {
"name": "itssosunny"
},
"homepage": "https://github.com/itssosunny/im-not-strange-ai",
"repository": "https://github.com/itssosunny/im-not-strange-ai",
"license": "MIT",
"keywords": [
"korean",
"writing",
"sentence-polish",
"sunny",
"윤문",
"문장"
],
"skills": [
"./.claude/skills/"
]
}