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.
npx agentmods add skills/hariharapanigrahy/layerkit/layerkit-discover-data-layernpx skills add hariharapanigrahy/layerkit --skill layerkit-discover-data-layergit clone --depth 1 https://github.com/hariharapanigrahy/layerkitWrote 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.
[](https://agentmods.dev/skills/hariharapanigrahy/layerkit/layerkit-discover-data-layer)<a href="https://agentmods.dev/skills/hariharapanigrahy/layerkit/layerkit-discover-data-layer"><img src="https://agentmods.dev/badge/skills/hariharapanigrahy/layerkit/layerkit-discover-data-layer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00923 |
| Opus 5 | $0.00014 | $0.00462 |
| Sonnet 5 | $0.00006 | $0.00185 |
| Haiku 4.5 | $0.00003 | $0.00092 |
Grade A, and why
layerkit-discover-data-layer scanned grade A with 1 finding 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 5d ago.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. Prefer in-repo OpenAPI, JSON Schema, or redacted curl for field hints (`source: openapi|curl|code`). How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
layerkit-discover-data-layer
Analyze the customer data layer (not vendor docs). Output is a domain_spec proposal that seeds Q3–Q4.
Protocol
- List candidate files with narrow deterministic tools (
rg --files, exact symbol search), then read source yourself. Do not use deterministic heuristics to infer business domains. - Scan TS/JS/Java (and similar) as the AI agent:
- event / intent type names
- analytics or vendor emit call sites
- DTOs / domain models for user, cart, purchase
- Deny-paths (never open or paste):
.env,.env.***/*secret*,**/*credential***/id_rsa*,**/*.pem,**/keystore*,**/*.p12
- Prefer in-repo OpenAPI, JSON Schema, or redacted curl for field hints (
source: openapi|curl|code). - Draft domain_spec proposal shape:
{
"schemaVersion": 2,
"kind": "domain_spec",
"id": "domain-spec-<customer>-v1",
"summary": "Customer domain intents/fields from code",
"authoredBy": "agent",
"status": "draft",
"createdAt": "<ISO>",
"sources": [
{ "title": "<file role>", "url": "file://<repo-relative-path>", "excerpt": "<short>" }
],
"payload": {
"id": "<customer-or-commerce>",
"version": "0.1.0",
"description": "...",
"intents": [{ "id": "purchase", "description": "..." }],
"fields": [
{ "path": "user.email", "type": "string", "description": "...", "required": false }
]
},
"maker": { "type": "agent", "id": "<agent>" }
}
- Bootstrap questionnaire Q3 (intents) / Q4 (fields) only when code supports them; residual gaps stay unanswered (
source: unanswered). - Persist:
layerkit proposal validate ./domain-spec.json
layerkit memory append --type research --title "domain discovery" --vendor general --body-file ./discovery-note.md
- Next:
layerkit-research-vendor(per target vendor).
Multi-vendor packages
When the client package already integrates multiple vendors (adapters, mappers, gateways, destinations):
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.
- 5d ago First seen · 94 lines · 28 tokens per session scan A 0b6ec424efce
layerkit-discover-data-layer is a skill published in the GitHub repository hariharapanigrahy/layerkit (8 stars, last pushed 29d ago), licensed MIT. It adds 28 tokens to every session and 923 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
bootstrap-llm-synthesis
Construct the LLM synthesis prompt from project surface scan + optional tree-sitter context + optional Q&A answers. Call the LLM. Parse and validate the response into 6-8 structured memory entries with clarity tags and source traceability. Used as Stage 3 of the /gaai:bootstrap pipeline.
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.
9router-embeddings
Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.
9router-stt
Speech-to-text via 9Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.
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…
LQF_Machine_Learning_Expert_Guide
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling, prediction, training, classification, regression, clustering, deep learning, neural network, model evaluation, feature engineering, hyperparameter tuning, overfitting…