For installable Agent Skills (SKILL.md), see SkillsMP or Claude Code docs.
Claude Context Primer
Use at the start of a session to give Claude project context (stack, conventions, and current focus) in one block.
Why useful
A single primer reduces repeated explanations and keeps answers aligned with your repo and style.
Prompt — copy & paste
system / user prompt
You are receiving a context primer for this session. I will paste: - Project: name, type (e.g. SaaS, CLI), and stack. - Conventions: code style, branching, how we name things. - Current focus: what we are working on right now (e.g. "auth refactor", "new API for X"). Acknowledge briefly (1–2 sentences) and then use this context for all follow-up answers. If I ask something out of scope, say so and ask if I want to expand the primer. Do not repeat the full primer back; just confirm.
▸ Expand — tips & usage
Paste this prompt once, then paste your actual context (or a link to a CLAUDE.md). Claude will use it for the rest of the conversation.
↓ Related skills
Power User Claude Shortcuts Use when you want to define slash-style shortcuts or one-line triggers for repeated Claude tasks. MCP Integration Prompt Use when you want Claude Code to use an MCP server (e.g. GitHub, DB, Slack) in a safe and explicit way. Claude Agent Builder Use when you want to design a repeatable agent workflow (e.g. “review PR”, “summarize docs”) for Claude or Claude Code. Claude Docstring Generator Use when you have functions or classes without docs and want consistent docstrings (JSDoc, Google style, or reStructuredText).