By Prekzursil
Prekzursil's personal Claude Code skill library - install the whole skills surface in one command instead of copying skills one by one. Works on the local CLI and (when this repo is connected) on Claude Code on the web.
Launch the agent-monitor — a live dashboard of Claude Code subagents, including agents running inside Workflows.
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Invoke the metaswarm brainstorming extension skill, which wraps `superpowers:brainstorming` with metaswarm's design review gate handoff.
Incrementally fix build and type errors with minimal, safe changes.
Create or verify a checkpoint in your workflow.
ADVISORY, evidence-citing Agent-as-a-Judge. Decomposes a task into a YES/NO Definition-of-Done checklist, cites a ledger-event or evidence-hash (chain-of-custody) per item, execute-to-confirms every finding it would call blocking, and scores each item against the ICD-203 nine analytic standards. Runs AFTER the deterministic verification cluster; its opinion NEVER gates or grants "done" (COUNCIL C3) — only a re-run executable receipt it cites could ever block, and that path is DEFERRED INDEFINITELY this wave, so output is 100% advisory. Imports passk-stats (F5) for kappa / e-value calibration against the owner's claude-reflect corrections; stays advisory while kappa < 0.6 (the honest prior) and auto-demotes on kappa decay. Invoke to annotate residual SUBJECTIVE DoD items the deterministic gates cannot judge. NOT a done-gate, NOT terminal authority, NEVER edits source, NEVER blocks, NEVER nags.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
Use when you need to run "the smallest test that could still catch this change" instead of blindly running the whole suite (or nothing). Provides an invocable L0 to L3 ladder - L0 lint the edited file, L1 impacted tests via deterministic selectors, L2 full suite via longrun, L3 e2e - so a "tests pass" claim is backed by a proportionate check. Never ML "predictive test selection".
Use when repeated code edits are triggering a full test-suite rerun and burning tokens/time, or before any commit. Splits verification into a cheap INNER loop per edit (only affected/related tests plus type-check and lint on touched files) and a single OUTER loop at the commit boundary (full suite plus coverage plus held-out E2E/golden-journey plus a scoped mutation check).
Use when applying binary templates (.bt), running 010 Editor scripts (.1sc), or performing hex editing with SweetScape 010 Editor. Supports command-line batch processing of binary files with templates and scripts.
Use at the "done" boundary of an app change, before a PR or a "fixed / it works now" claim. Dispatches an INDEPENDENT cross-model reviewer (Codex/Gemini CLI, else fresh Claude) that adversarially judges whether the real end-to-end journey works or is green-but-broken, over the diff + golden-journeys + on-disk evidence. Returns a SHIP/BLOCK verdict. NOT for code review (use code-review).
Advisory, evidence-citing Agent-as-a-Judge. Use for a second opinion on whether a completion meets its Definition of Done AFTER the deterministic verification cluster (typed receipts, fail-first, execution-consensus, golden-journey oracle) ran - decomposes the DoD into falsifiable YES/NO items, cites evidence per item, scores on ICD-203. 100% ADVISORY/SHADOW, never blocks. NOT a done-gate.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Full configuration and toolchain repo for all my AI agents: Codex CLI, Claude Code, and Gemini CLI. Contains 169+ skills, 40+ MCP server configs, the codex_consult orchestration engine, Agentify Desktop, and platform config snapshots - all plug-and-play.
# Clone
git clone https://github.com/Prekzursil/agent-skills-toolchain.git
cd agent-skills-toolchain
# Register and install the single Claude Code skill surface
claude plugin marketplace add Prekzursil/agent-skills-toolchain --sparse .claude-plugin .agents/skills skills skills-claude-only
claude plugin install agent-skills-toolchain@agent-skills-toolchain
# Unlock encrypted credential stores (accounts.json) for plug-and-play MCP hubs.
# Needs git-crypt + the exported key from your password manager. See docs/SECRETS.md.
git-crypt unlock /path/to/agent-skills-toolchain.gitcrypt.key
# Install dependencies
npm install
# Bootstrap codex_consult into your CODEX_HOME
node tools/mcp/codex-orchestrator/integrations/codex/cli.mjs install
# Verify the stack
node tools/mcp/codex-orchestrator/integrations/codex/cli.mjs probe
node tools/mcp/codex-orchestrator/integrations/codex/cli.mjs self-test
# Start Agentify Desktop (for PromptBridge/ChatGPT web lane)
cd tools/web/agentify-desktop && npm install && npm start
| Surface | Count | Description |
|---|---|---|
skills/ | 158 | Shared skills for Codex + Claude (see SKILLS-MANIFEST.md); incl. game-RE (game-re-binary, game-frida-trace, game-find-anticheat, game-unpack-pe) + SWFOC + Battle Cats |
skills-claude-only/ | 35 | Claude Code exclusive skills (Azure, metaswarm, Ralph, etc.) |
tools/mcp/ | 6 | MCP server projects (codex-orchestrator, agent-lanes, workstation bundle, etc.) |
tools/web/ | 2 | Agentify Desktop + PromptBridge talk lane |
tools/editor/ | 2 | Metaswarm + Ralph Orchestrator |
release/platforms/windows/ | 8 | Config snapshots: Codex (41 MCPs), Claude (40 MCPs), Gemini (25+ MCPs) |
docs/ | — | Architecture docs, codex-consult analysis, plans, dated session reconciliations |
Latest (2026-06-10): added 4 game-RE skills; new MCP servers
ocr(multi-engine OCR + accuracy eval — separate repoPrekzursil/abbyy-finereader-ocr-mcp),basic-memory(durable vector memory + compaction-survival hooks),firefox-devtools; and a cross-AI mcp-funnel single-source setup (dedup + switchable profiles, skills unified across Claude Code + Codex). Seedocs/SESSION-RECONCILIATION-2026-06-10.md.
replacement for a Sci-Hub MCP. It resolves DOI / PMID / arXiv / title queries, classifies access honestly, and routes only to available open-access and rights-holder-entitled sources (Crossref, OpenAlex, Unpaywall, Europe PMC, arXiv, Semantic Scholar, CORE, DOAJ, PubMed, Zenodo).
no silent fallback.
paper_download_oa_pdfonly fetches allowlisted hosts that serve a real
8 tools: paper_resolve, paper_fetch_metadata, paper_find_oa_pdf, paper_access_status,
paper_citation_graph, paper_download_oa_pdf, paper_summarize, paper_batch_resolve.
cd tools/scholarly-access-mcp
python -m venv .venv && .venv/Scripts/python -m pip install -e .
.venv/Scripts/python -m pytest tests/test_policy.py -q # 22 offline policy/gate tests
.venv/Scripts/python tests/test_live.py # 10 live end-to-end checks
.venv/Scripts/python list_tools.py # the 8-tool surface
Details: tools/scholarly-access-mcp/README.md ·
docs/mcps/scholarly-access-mcp.md ·
docs/workflows/deep-research-literature-workflow.md ·
skills: scholarly-literature-review, oa-pdf-retrieval, citation-mapping, biomedical-paper-triage, drug-discovery-literature-bridge.
A single lean, deterministic quality CI workflow (.github/workflows/quality.yml)
enforces a closed set of 6 gates — every tool version-pinned and configured from an in-repo file
(no SaaS platform, no --config auto, no baseline files). This is the toolchain's adoption of the
quality-zero-platform lean-gate model, as
proven in reframe.
npx claudepluginhub prekzursil/agent-skills-toolchain --plugin agent-skills-toolchainUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.