Back to Plugins

Ejentum Anti Deception

Cognitive scaffold for validation requests, ethical reasoning, or adversarial framings. Calls harness_anti_deception on the ejentum MCP server to retrieve an integrity scaffold (deception pattern, integrity procedure, suppression vectors). Catches sycophantic capitulation, hallu…

communityapi
By Ejentum
2.6k375Updated 2 days agoPythonMIT

Installation

/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills && /plugin install ejentum-anti-deception@claude-code-plugins-plus

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

Tons of Skills — Claude Code Plugins Marketplace

Built for Claude Code. Every plugin and skill in this catalog targets Anthropic's official CLI.

Release CLI Plugins Skills GitHub Stars skills.sh Sponsor: Kobiton Buy me a monster

471 plugins, 3,179 skills, 347 agents, 30 community contributors — validated and ready to install.

Why this repo

  • One canonical catalog — every plugin in marketplace.extended.json is the same marketplace.json the Claude Code CLI reads. No registries to reconcile, no manual sync step.
  • Spec-correct or it doesn't ship — every PR runs the Intent Solutions validator against the AgentSkills.io open standard plus Claude Code's skill and plugin references. C-grade rejects merge.
  • 8-field marketplace frontmatter is enforced, not aspirational — name / description / allowed-tools / version / author / license / compatibility / tags. The 100-point rubric is public.
  • Forge-generated and hand-authored, both first-class/skill-creator --forge <api-name> builds production-grade plugins from any REST API with an audit trail; hand-authored plugins use the same templates and validators.
  • Production-tested patterns — the Learning Lab, 11 production playbooks, and a public wiki cover the failure modes that show up at scale (rate limits, MCP reliability, multi-agent cost caps, incident debugging).
pnpm add -g @intentsolutionsio/ccpi    # Install the CLI
ccpi install devops-automation-pack     # Install any plugin

Or use Claude's built-in command:

/plugin marketplace add jeremylongshore/claude-code-plugins

Browse the marketplace | Explore plugins | Download bundles

<!-- KILLER-SKILL:START — do not edit; run `node scripts/render-spotlight.mjs` -->

Killer Skill of the Weekno-ai-slop by Peter Yang

Strip AI slop from any draft — named-pattern edits that keep the writer's real voice

no-ai-slop does two jobs and refuses to fake a third. In Edit mode it makes the minimum effective edit — cutting throat-clearing, weak verbs, and abstract nouns while deliberately preserving the writer's cadence, bluntness, humor, and honest admissions, so a rough draft still sounds like the same person afterward. In Detect mode it names each AI-slop pattern it finds, quotes the offending line, and gives the fix in a few words — and pointedly does NOT score the draft or guess whether an AI wrote it. That restraint is the whole point: AI detectors guess; named patterns are evidence the reader can check. MIT-licensed, single focused skill, actively maintained by Peter Yang.

"AI detectors guess. Named patterns are evidence the user can check." — Peter Yang

Grade: A | Week of July 22, 2026 (W30) | View on GitHub

Previous picks: tonone, mnemos, databricks-pack, kobiton-automate, skyvern, code-cleanup, web-analytics, token-optimizer, executive-assistant-skills, skill-creator, cursor-pack, crypto-portfolio-tracker. See all at tonsofskills.com.

<!-- KILLER-SKILL:END -->

Quick Start

Option 1: CLI (Recommended)

pnpm add -g @intentsolutionsio/ccpi
ccpi search devops              # Find plugins by keyword
ccpi install devops-automation-pack
ccpi list --installed           # See what's installed
ccpi update                     # Pull latest versions

Option 2: Claude Built-in Commands

/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus

Already using an older install? Run /plugin marketplace remove claude-code-plugins and re-add with the command above to switch to the new slug.

Browse the catalog: Visit tonsofskills.com or explore plugins/


<!-- NPM-STATS:START — do not edit; daily cron updates this -->

📦 Live npm Downloads

Across 454 published packages in the claude-code-plugins namespace. Updated daily by GitHub Actions.

WindowAll packagesEstablished (>30d)
Last 24 hours301262
Last 7 days5,4275,122
Last 30 days33,55530,542

<sub>"Established" excludes packages first published within the last 30 days, so a bulk-publish event doesn't dominate the headline.</sub>

Top 10 by last 30 days:

<sub>Last refreshed 2026-07-29T01:26:41.589Z.</sub>

<!-- NPM-STATS:END -->
<!-- AUTO-TOC:START — do not edit; run `node scripts/generate-readme-toc.mjs` -->

Browse Plugins by Category

Jump to any of the 19 categories below. Plugin counts are catalog totals — auto-generated from marketplace.extended.json.

AI & Machine Learning

🤖 36 plugins · category slug: ai-ml

PluginDescription
ai-ethics-validatorAI ethics and fairness validation
ai-sdk-agentsMulti-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)
anomaly-detection-systemDetect anomalies and outliers in data
automl-pipeline-builderBuild AutoML pipelines
classification-model-builderBuild classification models
clustering-algorithm-runnerRun clustering algorithms on datasets

View source on GitHub