cut-the-bullshit
v0.1.1+codex.20260901163718사용자에게 보낼 긴 최종 답변을 독립 해석·판정하고 필요하면 다시 쓰는 Codex workflow.
By hskim0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex
- 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 Codex
codex plugin marketplace add hskim-ecoletree/cut-the-bullshit-plugin
codex plugin marketplace upgrade ctb-local
codex plugin add cut-the-bullshit@ctb-localPaste and run these commands in a terminal with Codex. They add and refresh the ctb-local catalog, then install this plugin.
Compatibility: the page URL and API slug “cut-the-bullshit-2” remain stable.
- Codex:
cut-the-bullshit-2@agent-plugin-marketplace→cut-the-bullshit@ctb-local
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 plugin root is plugins/cut-the-bullshit/.
Plugin files
├── .codex-plugin/plugin.json└── skills/cut-the-bullshit/SKILL.md
Included Skills1
사용자에게 보낼 긴 최종 답변을 독립 해석·다수결 판정하고 필요하면 별도 평가자가 다시 쓴다. Stop hook이 계속 작업을 요구할 때 또는 여러 문단의 최종 결과를 내기 직전에 사용한다. 짧은 확인·질문, 코드 중심 답, 진행 보고, 계획에는 사용하지 않는다.
Plugin manifests1
{
"name": "cut-the-bullshit",
"version": "0.1.1+codex.20260901163718",
"description": "사용자에게 보낼 긴 최종 답변을 독립 해석·판정하고 필요하면 다시 쓰는 Codex workflow.",
"author": {
"name": "hskim"
},
"skills": "./skills/",
"interface": {
"displayName": "Cut The Bullshit",
"shortDescription": "긴 최종 답변을 독립 검사하고 다시 씁니다.",
"longDescription": "두 해석자와 세 판정자의 독립 결과를 모아 긴 최종 답변의 자립성, 문장 형식, 사실 대응을 확인하고 필요할 때 사용자에게 보일 답만 다시 씁니다.",
"developerName": "hskim",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"긴 최종 답변을 내기 전에 cut-the-bullshit 절차를 적용해 줘."
]
}
}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-2)