session-context-loader

session-context-loader is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 79 tokens per session (1,057 once invoked), scanned A, original, MIT.

A project-context loader that finds and reads key documents such as a technology overview, product requirements, roadmap, and architecture plan at the start of a conversation.

In plain words
What is it for?
Use it when opening a new development session or initializing a repository that has project documentation.
Why use it?
It helps the coding assistant work from the project's existing decisions instead of starting without background information.

Skill for Claude CodeCodex

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

Good fit Use it when opening a new development session or initializing a repository…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/session-context-loader
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 roedyrustam/vibes-plug --skill session-context-loader
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

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 session-context-loader

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/session-context-loader.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/session-context-loader)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/session-context-loader"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/session-context-loader.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,057 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 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.00079 $0.01057
Opus 5 $0.00039 $0.00528
Sonnet 5 $0.00016 $0.00211
Haiku 4.5 $0.00008 $0.00106

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

Security

Grade A, and why

session-context-loader 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 3d 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.

skills/session-context-loader/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Session Context Loader

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

Description

This skill ensures that the AI agent is always aligned with the project's core documentation. At the beginning of every new conversation session, it automatically searches for and reads essential project context files (Tech Stack, PRD, Roadmap, Blueprint). This guarantees that development remains focused, directed, and strictly adheres to established requirements and architectural decisions.

Trigger Conditions

Activate this skill IMMEDIATELY when:

  • It is the very first message of a new conversation session.
  • The user says "start session", "initialize project", or "load context".
  • The AI realizes it lacks the high-level context of the current repository.

Execution Protocol

When triggered, you MUST perform the following steps before answering the user's primary request or writing any code:

  1. Locate Key Documentation Files: Use your file search tools (list_dir, grep_search, or view_file) to look for the following files in the project root or .docs/ folder:

    • PRD.md (Product Requirements Document)
    • ROADMAP.md or ROADMAP.txt
    • BLUEPRINT.md or ARCHITECTURE.md
    • TECH_STACK.md, package.json, go.mod, Cargo.toml, or requirements.txt (to identify the tech stack)
  2. Read and Internalize Context:

    • Read the contents of the found files.
    • Understand the project's primary goal, current phase in the roadmap, architectural constraints (blueprint), and the specific tech stack being used.
  3. Acknowledge and Align:

    • Briefly acknowledge to the user that the project context has been loaded successfully.
    • State the current Tech Stack and the immediate goal based on the Roadmap/PRD.
    • Proceed with addressing the user's actual request using the newly loaded context.

Read the full file on GitHub · 84 lines

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. 3d ago First seen · 84 lines · 79 tokens per session scan A 15c0e9ac8734

Subscribe to this mod's changes

session-context-loader is a skill published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed 3d ago), licensed MIT. It adds 79 tokens to every session and 1,057 once invoked, about $0.0004 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

implement-improvements

Validate improvements from .turbo/improvements.md, recommend a working set tailored to what's in the backlog, and run one lane: direct fixes, investigation, or planned work. One lane per session. Use when the user asks to "implement improvements", "work on improvements", "address improvements", "process improvement…

tobihagemann/turbo · 79 tokens

note-improvement

Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…

tobihagemann/turbo · 107 tokens

create-issue

Create a GitHub issue with a drafted title and body. Use when the user asks to "create an issue", "file an issue", "open an issue", "submit an issue", "report a bug", "file a bug report", "file a feature request", or "file a design proposal".

tobihagemann/turbo · 66 tokens

pick-next-issue

Fetch and rank open GitHub issues by community engagement, present the top 3 candidates, and plan implementation for the selected issue. Use when the user asks to "pick next issue", "next issue", "which issue should I work on", "top issues", "most popular issues", "prioritize issues", or "what should I work on next".

tobihagemann/turbo · 77 tokens

produck-feedback

Use when acting on real user feedback — you have a Produck feedback ticket or URL, or the user wants to fix something users complained about or build a feature users asked for. Pulls full feedback context through the Produck MCP and drives a feedback → aligned PRD → build loop. Triggers on "fix what users reported", a…

tryproduck/produck-skills · 90 tokens

split-and-ship

Execute an approved split plan, shipping each change group separately as its own branch and PR or as sequential commits on the current branch. Use when the user asks to "split and ship", "ship the split plan", "create separate PRs", or "split changes into branches".

tobihagemann/turbo · 61 tokens