cut-the-bullshit
v0.1.1사용자 표면에 나갈 최종 메시지를 무맥락 독자로 검사하고, 걸리면 다시 쓰게 한다.
By hskim0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 1, 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 cut-the-bullshit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cut-the-bullshit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/hskim-ecoletree/cut-the-bullshit-pluginClone 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
├── .claude-plugin/plugin.json└── skills/cut-the-bullshit/SKILL.md
Included Skills1
사용자에게 보낼 긴 최종 답변을 독립 해석·다수결 판정하고 필요하면 별도 평가자가 다시 쓴다. Stop 훅이 계속 작업을 요구할 때 또는 여러 문단의 최종 결과를 내기 직전에 사용한다. 짧은 확인·질문, 코드 중심 답, 진행 보고, 계획에는 사용하지 않는다.
Plugin manifests1
{
"name": "cut-the-bullshit",
"version": "0.1.1",
"description": "사용자 표면에 나갈 최종 메시지를 무맥락 독자로 검사하고, 걸리면 다시 쓰게 한다.",
"author": {
"name": "hskim"
}
}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.
[cut-the-bullshit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cut-the-bullshit)