Threadline — Persistent Context Layer for AI Agents

Threadline — Persistent Context Layer for AI Agents is a skill for Claude Code, Codex from vidursharma202-del/threadline-mcp. It costs 137 tokens per session (1,630 once invoked), scanned A, original, no licence file.

A persistent-context layer for AI agents that stores selected information across sessions, models, and products. It provides functions for reading context, updating it, and controlling what agents are allowed to see.

In plain words
What is it for?
Use it to inject saved context before an AI call, update that context afterward, organise information into scopes, and manage access permissions.
Why use it?
It reduces the need for users to repeat background information every time an agent starts a new session.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inject saved context before an AI call, update that context afterward, organise information into scopes, and manage access permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vidursharma202-del/threadline-mcp/threadline-mcp
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.

Any agent
npx skills add vidursharma202-del/threadline-mcp --skill threadline-mcp
Clone the repo
git clone --depth 1 https://github.com/vidursharma202-del/threadline-mcp

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 Threadline — Persistent Context Layer for AI Agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/vidursharma202-del/threadline-mcp/threadline-mcp/github.svg)](https://agentmods.dev/skills/vidursharma202-del/threadline-mcp/threadline-mcp)
Your own site
<a href="https://agentmods.dev/skills/vidursharma202-del/threadline-mcp/threadline-mcp"><img src="https://agentmods.dev/badge/skills/vidursharma202-del/threadline-mcp/threadline-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Threadline — Persistent Context Layer for AI Agents

Your own site · 80×15
<a href="https://agentmods.dev/skills/vidursharma202-del/threadline-mcp/threadline-mcp"><img src="https://agentmods.dev/badge/skills/vidursharma202-del/threadline-mcp/threadline-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00137 $0.01630
Opus 5 $0.00068 $0.00815
Sonnet 5 $0.00027 $0.00326
Haiku 4.5 $0.00014 $0.00163

Measured 9d ago against content hash af3a4d099571, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Threadline — Persistent Context Layer for AI Agents 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 9d 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.

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.

SKILL.md · 200 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 200 lines · 137 tokens per session scan A af3a4d099571

Subscribe to this mod's changes

Threadline — Persistent Context Layer for AI Agents is a skill published in the GitHub repository vidursharma202-del/threadline-mcp (0 stars, last pushed 3mo ago), with no licence file. It adds 137 tokens to every session and 1,630 once invoked, about $0.0007 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-08-31.

Related

Other skills, from other repositories

hindsight-local

Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user).

vectorize-io/hindsight · 32 tokens

agentmemory-agents

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.

rohitg00/agentmemory · 46 tokens

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

ComposioHQ/composio · 65 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

python-release

Handle Python SDK release, build, bump, packaging metadata, PyPI client pin, uv.lock, nox/build workflow, and publish verification changes. Use for Python release process work or dependency pin bumps; do not use for ordinary Python feature implementation.

ComposioHQ/composio · 53 tokens