passport
Displays and refreshes repository context and metadata.
Install
mkdir -p .claude/skills/passport && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11555" && unzip -o skill.zip -d .claude/skills/passport && rm skill.zipInstalls to .claude/skills/passport
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Show or refresh Repo Passport and context — wraps lstack brain passport/context/overview CLIKey capabilities
- →Show compact Repo Passport facts for Claude
- →Refresh the Repo Passport and then display it
- →Export compact context via Context Governor
- →Show Brain overview
- →Run diagnostics using `lstack brain doctor`
How it works
The skill wraps `lstack brain` CLI commands to show or refresh Repo Passport and context information, directly invoking the CLI for all operations.
Inputs & outputs
When to use passport
- →Checking repo context
- →Refreshing passport metadata
- →Running diagnostic health checks
About this skill
Passport — Repo Passport and context
Activation
Invoked via /passport. Wraps lstack brain passport, context, overview, and doctor CLI.
The CLI is the source of truth. Never reimplement context selection here.
Supported forms
/passport
/passport show
/passport refresh
/passport context
/passport overview
/passport doctor
/passport json
Behavior by subcommand
/passport or /passport show
Show compact Repo Passport facts for Claude:
lstack brain passport --for claude
If --for claude is unsupported by the installed CLI, fall back to:
lstack brain passport
Do not dump raw JSON by default. Show human-readable output.
/passport refresh
Refresh the passport then display it:
lstack brain passport refresh
lstack brain passport --for claude
Fall back to lstack brain passport if --for claude is unsupported.
/passport context
Export compact context via Context Governor:
lstack brain context --for claude
Do not reimplement context selection. Let the CLI decide what is relevant.
/passport overview
Show Brain overview:
lstack brain overview
/passport json
Show Brain overview as JSON (stable data API):
lstack brain overview --json
Display the raw JSON output. Do not parse or reformat it.
/passport doctor
Run diagnostics:
lstack brain doctor
Report pass/warn/fail output honestly. Do not suppress warnings.
Constraints
- Never reimplement context selection or passport logic in this skill.
- Never invoke Claude recursively or spawn subprocesses via AI CLI flags.
- Never store passport data in markdown files.
- The CLI is the source of truth for all repo facts.
- If a command fails, show the error and tell the user what to run manually.
When not to use it
- →When reimplementing context selection or passport logic
- →When invoking Claude recursively or spawning subprocesses via AI CLI flags
- →When storing passport data in markdown files
Limitations
- →Never reimplements context selection or passport logic.
- →Never invokes Claude recursively or spawns subprocesses via AI CLI flags.
- →Never stores passport data in markdown files.
How it compares
This skill provides a standardized interface to `lstack brain` CLI tools, ensuring consistent access to repository facts and diagnostics, unlike direct manual CLI execution.
Compared to similar skills
passport side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| passport (this skill) | 0 | 2mo | Review | Beginner |
| sre-templates | 0 | 6mo | No flags | Beginner |
| postmortem-writing | 17 | 2mo | No flags | Beginner |
| runbook-writing | 0 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
sre-templates
jeremyary
Operational document templates for SRE artifacts — SLO definitions, alerting rules, runbooks, capacity plans, and post-incident reviews. Referenced by the SRE Engineer agent.
postmortem-writing
wshobson
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.
runbook-writing
ohsonerdy
Use when authoring or editing a runbook that an oncall engineer will read at 3am with a page in hand and incomplete context. Triggers when the user mentions "write a runbook", "this alert needs a runbook", "what should the responder do", "playbook for this alert", "oncall doc", or "I keep getting pa
docx
anthropics
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
screenshot
davila7
Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
notion-knowledge-capture
makenotion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.