Skeptic
Description
Token-efficient anomaly detection and assumption verification skill for AI coding agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
skeptic
A token-efficient sanity check, tripwire anomaly detection, and assumption validation skill for AI coding agents.
Why
AI agents frequently execute multi-step pipelines on unverified assumptions—such as spending days processing duplicate databases before realizing both sources were identical. `skeptic` introduces calibrated skepticism: **zero token overhead** on routine edits, **passive tripwires** for statistical anomalies, and **scalar probes** (<20 tokens) for high-blast-radius operations.
Skill Structure
skeptic/
├── SKILL.md # Core skill rules, tripwires, and gate patterns
├── references/
│ ├── scalar-probes.md # 1-line bash/SQL recipes (<20 tokens)
│ └── tripwires.md # Anomaly signatures directory
├── README.md
└── LICENSE
Installation
Using `npx skills` (Recommended)
Install directly using the universal Agent Skills CLI:
npx skills add IyedNasra/skeptic
Manual Installation
Clone into your agent's skills directory:
- Claude Code:
git clone https://github.com/IyedNasra/skeptic.git ~/.claude/skills/skeptic - Antigravity / Gemini CLI:
git clone https://github.com/IyedNasra/skeptic.git ~/.agents/skills/skeptic - Cursor / Custom Agent Runtimes:
Clone into
.cursor/skills/skepticor includeSKILL.mdin your project instructions.
Core Principles
- The Asymmetry Rule: Low-risk routine changes proceed with zero verification overhead. High-blast-radius operations execute a 1-line scalar gate.
- Zero Context Pollution: Uses compact scalar probes (hashes, line diffs) to prevent thousands of tokens of raw data from flooding the context window.
- Tripwire Anomaly Sensing: Passive awareness for anomalies (duplicate sizes, instant execution, zero-variance outputs) that trigger verification only when something smells off.
License
[MIT](LICENSE)
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI