project-context

project-context is a skill for Claude Code from aida-core/aida-marketplace. It costs 16 tokens per session (572 once invoked), scanned A, original, MPL-2.0.

A set of project-specific instructions describing the structure, tools, conventions, and development practices of the aida-marketplace project.

In plain words
What is it for?
Use it when editing this TypeScript project, especially when checking its files, package setup, Git workflow, documentation, and testing situation.
Why use it?
It gives the coding agent facts about the project so its changes fit the existing codebase.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when editing this TypeScript project, especially when checking its files, package setup, Git workflow, documentation, and testing situation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aida-core/aida-marketplace/project-context
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 aida-core/aida-marketplace --skill project-context
Clone the repo
git clone --depth 1 https://github.com/aida-core/aida-marketplace

Made for: Claude Code.

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 project-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/aida-core/aida-marketplace/project-context/github.svg)](https://agentmods.dev/skills/aida-core/aida-marketplace/project-context)
Your own site
<a href="https://agentmods.dev/skills/aida-core/aida-marketplace/project-context"><img src="https://agentmods.dev/badge/skills/aida-core/aida-marketplace/project-context/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 project-context

Your own site · 80×15
<a href="https://agentmods.dev/skills/aida-core/aida-marketplace/project-context"><img src="https://agentmods.dev/badge/skills/aida-core/aida-marketplace/project-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 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.00016 $0.00572
Opus 5 $0.00008 $0.00286
Sonnet 5 $0.00003 $0.00114
Haiku 4.5 $0.00002 $0.00057

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

Security

Grade A, and why

project-context 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.

.claude/skills/project-context/SKILL.md · 128 lines

How it starts

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

Project Context: aida-marketplace

This skill provides factual information about aida-marketplace's structure, tooling, and conventions. All information here is either auto-detected or explicitly configured for this project.

Project Facts

Project Name: aida-marketplace

Project Type: Unknown

Primary Language(s): TypeScript

Version Control: git

  • .gitignore: ✓

  • Worktree workflow: No

  • Branching model: GitHub Flow (feature branches → main)

Project Structure

Source Code Organization

Source organization: Flat structure (no src/ directory)

Code organization pattern: Follow existing pattern

Documentation

Documentation: README.md only

README: README.md (1592 chars - Standard - README, API docs, inline comments)

Changelog: None (changes tracked in git commits)

License: LICENSE

Testing

Testing framework: Minimal - manual testing only

Tests: Not yet set up

Tools & Infrastructure

Build/Package Management: package.json (Node/npm)

Development Tools: Git, GitHub Actions

Docker

Docker: Not used

CI/CD

CI/CD: GitHub Actions

Issue Tracking

Issue Tracking System: GitHub Issues

MCP Integration: ✅ GitHub MCP (official)

Claude should:

  • Reference issues using #issue-number format
  • Include "Fixes #123" or "Closes #123" in commit messages
  • Suggest issue labels and milestones
  • Use GitHub MCP for issue management

Project Conventions

Standard conventions - follow typical open-source project conventions

API Documentation

Guidelines for Claude

When working in this project:

Code Structure:

  • Place new files following the "Follow existing pattern" organization pattern

  • Follow flat project structure

  • Create tests directory when adding first test

Documentation:

  • README.md only

Testing:

  • Follow Minimal - manual testing only approach

Read the full file on GitHub · 128 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. 9d ago First seen · 128 lines · 16 tokens per session scan A edfd94f752c1

Subscribe to this mod's changes

project-context is a skill published in the GitHub repository aida-core/aida-marketplace (4 stars, last pushed 2mo ago), licensed MPL-2.0. It adds 16 tokens to every session and 572 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-08-31.

Related

Other skills, from other repositories

Context Budget Tuning

A review guide for tuning how much repository context an automated code review receives and how files are ranked for inclusion. It checks these settings against the chosen model and repository size.

s977043/river-review · 45 tokens

setup

Initialize Conductor with product.md, tech-stack.md, and workflow.md.

MadAppGang/claude-code · 16 tokens

varlock

Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminal, logs, or LLM context. Provides guidance around integrating varlock into a project, reading/editing .env.schema and other .env files…

dmno-dev/varlock · 109 tokens

mindos-zh

A local knowledge-base assistant for storing and finding decisions, meeting notes, procedures, troubleshooting lessons, and preferences across conversations and coding agents. It works only with the MindOS knowledge base.

GeminiLight/MindOS · 490 tokens

mindos

MindOS: local knowledge assistant & shared KB. Keeps decisions, notes, SOPs, debugging lessons, research findings, preferences across sessions/agents. Core: save notes, search KB, organize files, run workflows, review, append CSV, hand off context, distill lessons. NOT for app source or paths outside KB. Triggers…

GeminiLight/MindOS · 136 tokens

mindos

Operate a MindOS knowledge base: update notes, search, organize files, execute SOPs/workflows, retrospective, append CSV, cross-agent handoff, route unstructured input to the right files, distill experience, sync related docs. Use when the task targets files inside the user's MindOS KB (mindRoot). NOT for editing app…

GeminiLight/MindOS · 157 tokens