unslop
v0.1.0Cut AI tells from text written or edited for a human reader before committing, posting, or sending it.
By Lauren TanLicense: MIT61 GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 unslop for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add unslop@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “unslop-4” remain stable.
- Codex:
unslop-4@agent-plugin-marketplace→unslop@unc-skills
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/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is unslop/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/unslop/SKILL.md
Included Skills1
Cut AI tells from text you write or edit for a human reader (commit messages, PR titles and bodies, docs, code comments, replies). Apply before committing, posting, or sending; leave prose you didn't touch alone.
Plugin manifests2
{
"name": "unslop",
"version": "0.1.0",
"description": "Cut AI tells from text written or edited for a human reader before committing, posting, or sending it.",
"author": {
"name": "Lauren Tan",
"url": "https://github.com/cursor/plugins/tree/main/pstack/skills/unslop"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/unslop",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/unslop",
"license": "MIT",
"keywords": [
"unslop",
"writing",
"editing",
"ai-tells"
],
"skills": "./skills/",
"interface": {
"displayName": "Unslop",
"shortDescription": "Cut AI tells from writing",
"longDescription": "Cut AI tells from text written or edited for a human reader before committing, posting, or sending it.",
"developerName": "Lauren Tan",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/Parcha-ai/parcha-skills/tree/main/unslop",
"defaultPrompt": [
"Use $unslop on the task at hand."
]
}
}{
"name": "unslop",
"version": "0.1.0",
"description": "Cut AI tells from text written or edited for a human reader before committing, posting, or sending it.",
"author": {
"name": "Lauren Tan",
"url": "https://github.com/cursor/plugins/tree/main/pstack/skills/unslop"
}
}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.
[unslop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unslop-4)