Meta-Analysis Source API

Meta-Analysis Source API is a skill for Claude Code, Codex from docxology/template. It costs 19 tokens per session (326 once invoked), scanned A, original, Apache-2.0.

A shared Python library for a literature meta-analysis project, with APIs for processing JSONL records and TriG knowledge-graph files. JSONL stores one JSON object per line; TriG is a text format for named RDF graphs.

In plain words
What is it for?
It is for extending literature-analysis modules, processing structured research data, working with knowledge-graph outputs, and running their tests and validation commands.
Why use it?
It gives analysis code a consistent place to live and helps preserve reproducible, immutable data-processing workflows instead of putting business logic in runner scripts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/docxology/template/src
Any agent
npx skills add docxology/template --skill src
Clone the repo
git clone --depth 1 https://github.com/docxology/template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Meta-Analysis Source API

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/src.svg)](https://agentmods.dev/skills/docxology/template/src)
Your own site
<a href="https://agentmods.dev/skills/docxology/template/src"><img src="https://agentmods.dev/badge/skills/docxology/template/src.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00326
Opus 5 $0.00010 $0.00163
Sonnet 5 $0.00004 $0.00065
Haiku 4.5 $0.00002 $0.00033

Measured 2d ago against content hash 8ee574b5ce81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

Meta-Analysis Source API scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 47 executable files (__init__.py, analysis/__init__.py, analysis/citation_network.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

projects/templates/template_literature_meta_analysis/src/SKILL.md · 25 lines

What it actually says

Instructions

You are interfacing with the src/ directory of the literature meta-analysis project. This directory contains 45+ public APIs spread across 6 submodules.

Agentic Interface (MCP Strategy)

When operating within this workspace, adhere to the following interaction protocols:

  1. No-Mock Constraint: If you write tests for these modules, you MUST use pytest-httpserver or local data objects. Do not use mocker.patch or MagicMock.
  2. Execution Context: Execute modules using the thin orchestrators located in scripts/, or by running uv run pytest in the tests/ directory. Do not write temporary execution blocks inside src/.
  3. Data Immutability: The code here processes JSONL and TriG outputs. Ensure you have parsed manuscript/config.yaml using your file reading tools to understand runtime constraints.

Architecture Guidelines for AI Agents

  • Modularity: Business logic never resides in scripts/. It belongs here.
  • Reproducibility: When adding new NLP or analytical functions, ensure RNG seeds are hardcoded (typically seed=42) to guarantee deterministic analysis.
  • Documentation Parity: If you modify any file here, you must run python3 -m infrastructure.validation.cli markdown to verify nothing was broken.

Refer to the specific SKILL.md in each subdirectory for granular file-level guidance.

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 25 lines · 19 tokens per session scan A 8ee574b5ce81

Subscribe to this mod's changes

Meta-Analysis Source API is a skill published in the GitHub repository docxology/template (19 stars, last pushed yesterday), licensed Apache-2.0. It adds 19 tokens to every session and 326 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

bioinformatics-scientist

Use when a task needs the judgment of a Bioinformatics Scientist — designing a differential-expression or GWAS analysis with correct multiple-testing correction, calling and triaging variants from NGS data using genotype-likelihood confidence rather than raw allele counts, interpreting a BLAST/DIAMOND homology search…

wonsukchoi/domain-experts · 168 tokens

shipjaw-prompt

Turns a rough, messy, or vague product idea into a dense build-ready product prompt and persists it at documentation/product/source-prompt.md for shipjaw-build. Use when the user wants to express/clarify/polish a product before scaffolding, mentions idée vague, brainstorm app, help me write the prompt, notes produit…

XyDisorder/shipjaw · 147 tokens

spark-training-gotchas

Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.

wshobson/agents · 63 tokens

9router

Entry point for 9Router — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions 9Router, NINEROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability…

decolua/9router · 84 tokens

best-practices

Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.

MoizIbnYousaf/Ai-Agent-Skills · 35 tokens

mongodb-search-and-ai

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG…

fcakyon/claude-codex-settings · 132 tokens