By fingerskier
A pack of general-purpose, reusable Claude Code subagents — independent verification, search, summarization, fact-checking, and doc drafting — with tight tool gating and sensible model selection.
Independently verifies a claim, finding, fix, or conclusion by trying to refute it. Use when you want a fresh, skeptical second opinion on a result before trusting it — especially for bug reports, "this is fixed" claims, or risky conclusions.
Drafts and revises documentation — READMEs, API docs, guides, docstrings, changelogs — grounded in the actual code. Use when you need clear prose written or updated to match what the code really does.
Verifies factual claims one at a time against primary sources, with citations. Use when a draft, answer, or report makes assertions that need to be confirmed before you rely on or publish them.
Fast read-only search across the local codebase and files. Use when you need to locate where something lives, gather all references to a symbol/string, or pull the relevant excerpts for a question — and you want the conclusion, not a pile of file dumps.
Distills long or noisy content — logs, test output, large files, command dumps — into a short, faithful summary. Use to keep verbose output out of the main context while preserving the few facts that matter.
A pack of general-purpose, reusable subagents for Claude Code.
Each agent is a focused, single-purpose Claude instance with its own context window, a tight tool allowlist, and a model chosen to match the job. They're the building blocks you reach for in almost any workflow — delegate the noisy or risky phase to a subagent and keep your main context clean.
These are intentionally generic: no project-specific tools, no external service dependencies. Drop the plugin in and the agents work anywhere.
Not included:
code-reviewer/security-reviewer— those are well covered by the officialcode-reviewandsecurity-reviewtooling. This pack fills the gaps around them.
| Agent | Model | Tools | What it does |
|---|---|---|---|
adversarial-verifier | sonnet | read-only | Independently tries to refute a claim/fix/finding before you trust it. Returns a grounded verdict. |
retriever | haiku | read-only | Fast search across local files; returns the conclusion and excerpts, not file dumps. |
summarizer | haiku | read-only | Distills logs, test output, and large files into a short, faithful summary. |
fact-checker | sonnet | read-only + web | Verifies claims one at a time against primary sources, with citations. |
doc-writer | sonnet | read + write | Drafts and revises docs grounded in the actual code. |
Read-only agents (everything except doc-writer) cannot modify your files — by design. A reviewer that can edit tends to "fix" instead of report.
Add the marketplace, then install:
claude plugin marketplace add fingerskier/claude-plugins
claude plugin install claude-agents-core@fingerskier-plugins
Once installed, the agents are available to the orchestrator and are routed to automatically when a request matches an agent's description. You can also invoke one explicitly, e.g.:
"Use the adversarial-verifier to check whether the null-pointer fix in
parser.cactually covers the empty-input case."
"Have the retriever find every place we construct a database connection."
Each agent lives in agents/<name>.md — YAML frontmatter declares the agent (name, routing description, model, tool allowlist) and the markdown body is its system prompt. See the subagents docs.
Issues and PRs welcome. New agents should be general-purpose (no project- or vendor-specific coupling), declare the minimum tools they need, and pick a model that fits the task (search → haiku, synthesis/review → sonnet).
Apache-2.0 © 2026 Fingerskier
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fingerskier/claude-plugins --plugin claude-agents-coreExegetical theology research — rigorous, multi-perspective Biblical exegesis with historian, linguist, author, theologian, disciple, shepherd, numerology, and full research skills.
Design electronic schematics and PCB layouts using SKiDL — create circuits with Python code, validate designs, and export to KiCad.
CAD modeling with build123d — create, inspect, and export parametric 3D models using Python.
Subagents for literature research — search PubMed, format citations, and synthesize a verified corpus into prose. Zero-install: uses public APIs, no bundled servers.
MIDI plugin for Claude Code — load, analyze, edit, and play MIDI files with musical intelligence
Domain-specific expert agents for research, documentation, and specialized tasks
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.