# Prime

> Load codebase context by analyzing structure and README. Use when starting a new session.

- Skill: `htlin222/prime` (Agent Skill)
- Install (CLI): `npx skillmds@latest add htlin222/prime`
- Raw SKILL.md: https://api.skillmd.com/api/skills/htlin222/prime/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: htlin222 (https://skillmd.com/u/htlin222)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/htlin222/prime

---


# Prime

This command loads essential context for a new agent session by examining the codebase structure and reading the project README.

## When to use

- When starting a new agent session on a project
- When you need to quickly understand an unfamiliar codebase
- When onboarding to a new project or repository
- When you need a concise project overview

## Instructions

- Run `git ls-files` to understand the codebase structure and file organization
- Read the README.md to understand the project purpose, setup instructions, and key information
- Provide a concise overview of the project based on the gathered context

## Context

- Codebase structure git accessible: !`git ls-files`
- Codebase structure all: !`eza . --tree`
- Project README: @README.md
- Documentation:
  - @ai_docs/cc_hooks_docs.md
  - @ai_docs/uv-single-file-scripts.md

