grahama1970/agent-skills

Shared skills for AI agents (Claude Code, Codex, Gemini)

6Stars on the repository
210Mods indexed here, across every type
todayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

edge-verifier

169

grahama1970/agent-skills

Skill Claude Code

Verifies relationships between a source text (e.g. Episode, Task) and existing Knowledge Graph lessons. Runs KNN/Hybrid search to find candidates, then uses LLM (scillm) to verify "verifies", "contradicts", or "related" stances with strict rationales.

not rated 6 +1 today A 66 tokens

embedding

170

grahama1970/agent-skills

Skill Claude Code

Dual-backend embedding service for semantic search. Text-only (MiniLM, 384d) and multimodal (Qwen3-VL-Embedding-2B via vLLM, 2048d). Persistent Docker containers with automatic routing by modality.

not rated 6 +1 today B 54 tokens

embry-dashboard

172

grahama1970/agent-skills

Skill Claude CodeCodex

Skill wrapper for the Embry Dashboard (Tauri app). Launch, navigate tabs, and screenshot the dashboard for design review.

not rated 6 +1 today A 29 tokens

embry-voice-control

173

grahama1970/agent-skills

Skill Claude CodeCodex

Agent-readable Embry voice control-plane contract for speaking, listening, cancelling, replaying, and inspecting live voice/chat turns. Use when a project agent needs to control Embry Chatterbox voice, RealtimeSTT listener state, shared Chat UX synchronization, memory/Tau routing, orb state, or session replay through…

not rated 6 +1 today A 79 tokens

emil-design-eng

174

grahama1970/agent-skills

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

not rated 6 +1 today A 35 tokens

episodic-archiver

175

grahama1970/agent-skills

Skill Claude Code

Episodic Memory Archiver. Stores full conversation transcripts with embeddings and analysis into ArangoDB. Tracks UNRESOLVED sessions for reflection with structured failure episodes (trigger/diagnosis/action/outcome), K4 similar failure retrieval, user behavioral profiling, and federated taxonomy classification.

not rated 6 +1 today B 66 tokens

eval-skills

176

grahama1970/agent-skills

Skill Claude CodeCodex

Behavioral evaluation of skills using fixture-based test cases. Runs eval.json fixtures per skill to verify correct output, exit codes, latency budgets, and compose chain pipelines. Produces transparent Markdown and JSON reports with diffs for failures. Complements sanity.sh (smoke tests) and skills-ci (static…

not rated 6 +1 today A 70 tokens

evidence-case-lab

177

grahama1970/agent-skills

Skill Claude CodeCodex

Self-improving evidence case convergence loop. Runs question banks against /create-evidence-case, diagnoses mismatches, and tracks convergence across cycles.

not rated 6 +1 today A 35 tokens

evidence-case-viewer

178

grahama1970/agent-skills

Skill Claude CodeCodex

Live evidence case pipeline viewer with NVIS sentence markup and agent chat well. Shows gates firing, entity grounding, QRA evidence, and verdicts in real-time. Chat well connects to /subagent-service for human-agent course correction.

not rated 6 +1 today A 53 tokens

export-oscal

179

grahama1970/agent-skills

Skill Claude Code

NIST OSCAL JSON export of compliance evidence from ArangoDB graph.

not rated 6 +1 today A 18 tokens

extract-controls

180

grahama1970/agent-skills

Skill Claude Code

Extract framework control references from documents and create graph edges to spartacontrols. Supports NIST, CWE, ATT&CK, SPARTA, D3FEND, ISO. 3-tier extraction: regex → RapidFuzz → classifier (future).

not rated 6 +1 today A 53 tokens

extract-entities

181

grahama1970/agent-skills

Skill Claude Code

Extract control IDs, domain phrases, taxonomy tags, and relationship data from question text. Composes /memory (ArangoDB recall to load spartacontrols vocabulary). Returns structured EntityExtractionResult that defines the shape of evidence cases, conversations, and QRA reviews before any LLM runs. Zero LLM cost …

not rated 6 +1 today A 90 tokens

extract-html

182

grahama1970/agent-skills

Skill Claude CodeCodex

Extract structured JSON from HTML using Schematron3B, deterministic table extraction, and Vision-based media OCR.

not rated 6 +1 today A 25 tokens

extract-pdf

183

grahama1970/agent-skills

Skill Claude Code

Self-improving PDF extraction engine. Rust-native via pdfoxide. Replaces PyMuPDF (AGPL) with MIT-licensed extraction: text, blocks, sections, tables, figures, profiling, engineering detection. Shadow-LEGO cascade for automatic quality improvement via predict-extract-verify loop.

not rated 6 +1 today A 66 tokens

extract-tables

184

grahama1970/agent-skills

Skill Claude Code

Composable PDF table extraction skill. Hybrid Rust+compiled-Python architecture replacing Camelot. Rust hotspots (image processing, geometry) via PyO3, compiled Python parsers (lattice, stream, network, hybrid), pdfoxide for text extraction, polars for output. Shadow-LEGO self-correcting with strategy routing via…

not rated 6 +1 today A 90 tokens

grahama1970/agent-skills

Skill Claude CodeCodex

Persona-driven datalake quality assessment with Margaret Chen (Pratt & Whitney) and Jennifer Cheung (NIWC Pacific). Dynamic annealing thresholds, batch review, and /ask consult integration.

not rated 6 +1 today A 44 tokens

extractor

186

grahama1970/agent-skills

Skill Claude Code

Extract one local document through the canonical Extractor application command. Use when the user says "extract this", "extract pdf", "convert to markdown", "parse this file", "process document", or provides a document.

not rated 6 +1 today A 47 tokens

fact-extractor

187

grahama1970/agent-skills

Skill Claude CodeCodex

Stage cleaned chapter text and extract quote-grounded minimal fact/QRA candidates from source text or primary/context chunks, with streaming model calls, retries, validation, and durable artifacts.

not rated 6 +1 today A 39 tokens

fetcher

188

grahama1970/agent-skills

Skill Claude Code

Fetch web pages, PDFs, and documents with automatic fallbacks and content extraction. Use when user says "fetch this URL", "download this page", "crawl this website", "extract content from", "get the PDF", or provides URLs needing retrieval.

not rated 6 +1 today A 54 tokens

figure-lab

189

grahama1970/agent-skills

Skill Claude Code

Iterative visualization development lab for /create-figure. Compose novel D3 visualizations from primitives (marks, scales, encodings), test rendering, evaluate against user intent, and promote successful compositions to /create-figure as first-class commands. Self-improving: tracks render success, visual fidelity…

not rated 6 +1 today A 69 tokens

grahama1970/agent-skills

Skill Claude CodeCodex

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use…

not rated 6 +1 today B 78 tokens

fixture-tricky

191

grahama1970/agent-skills

Skill Claude Code

Generate adversarial PDF content that breaks extractors. Creates false-positive tables, malformed tables, cursed text, and layout traps. Extensible registry for adding new edge cases discovered from real-world PDFs.

not rated 6 +1 today A 43 tokens

formalize-request

192

grahama1970/agent-skills

Skill Claude Code

Convert natural language requests into verifiable formal specs using interview loops.

not rated 6 +1 today A 17 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: