claudeindex
Marketplace

bag-of-tricks

bag-of-tricks

Stars

6

Forks

0

Plugins

19

Installation

1

Add the marketplace

/plugin marketplace add JGalego/Bag-of-Tricks
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

19

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

deadpan

the answer. nothing else. — strip LLM replies of personality, filler, hedging, emoji, and sycophancy.

Plugin

snitch

see what your agent actually said behind your back. — a transparent proxy + web UI that logs the exact bytes your agent sends the model.

Plugin

strawman

argue with yourself before the internet does. — red-team a prompt across jailbreak, injection, derailment, extraction, and ambiguity.

Plugin

interrobang

make it ask before it acts. — flip the helpful-assistant reflex: ask one sharp clarifying question instead of guessing.

Plugin

steno

two letters, and the prompt writes itself. — short aliases that expand into full prompts for common dev tasks.

Plugin

salvage

rip the JSON out of the chatter. — extract and repair valid JSON buried in chatty LLM output (fences, trailing commas, Python literals).

Plugin

frisk

pat it down before it ships. — scan text headed to the model for secrets and PII (API keys, tokens, private keys, emails) and redact or flag them.

Plugin

tell

every AI has a tell. — flag the giveaways in AI-written prose (delve, tapestry, "it's not just X, it's Y", em-dash overuse).

Plugin

tollbooth

know the bill before the bill. — estimate token count and dollar cost of a prompt across models before you send it.

Plugin

bluff

call its bluff. — extract the URLs and citations from an answer and check they actually resolve, catching hallucinated links.

Plugin

mole

find the plant. — sniff out prompt-injection and planted instructions hiding in untrusted input before it reaches the model.

Plugin

launder

wash out the prints. — strip the mechanical fingerprints from text: zero-width chars, smart quotes, exotic spaces, em-dash tics.

Plugin

alibi

does the story check out? — flag answer claims that aren't supported by the provided sources (a lexical grounding check for RAG).

Plugin

fold

know when to fold. — catch overconfident phrasing and absolutes so the model hedges or abstains instead of bluffing.

Plugin

grill

put it in the hot seat. — adversarially interrogate an answer with probing follow-ups before you trust it.

Plugin

lineup

same prompt, the whole lineup. — run one prompt across several models and lay the answers side by side.

Plugin

mugshot

we know your prints. — guess which model wrote a passage from its stylistic fingerprints (a heuristic, not proof).

Plugin

squeeze

put the squeeze on it. — detect AI-generated text by how it compresses: model prose squeezes flatter against a known-AI corpus than a human one (after thinkst's zippy). A heuristic, not proof.

Plugin

combo

pull the whole routine. — chain tricks into one pipeline so the output of one flows into the next: `combo "frisk | launder | deadpan"`.