prjct

A project-memory and work-tracking tool for coding agents. It records project state, finds relevant files, and preserves decisions between work sessions.

In plain words
What is it for?
Use it to look up project context, find relevant files, dispatch tasks, record decisions, and close or save the results of a work session.
Why use it?
It reduces the need to rediscover how a project works from its source code. It also keeps work outcomes and project context available later.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/prjct-app/cli/prjct
Any agent
npx skills add prjct-app/cli --skill prjct
Clone the repo
git clone --depth 1 https://github.com/prjct-app/cli

Made for: Claude Code, Codex.

Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 797 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.00797
Opus 5 $0.00023 $0.00398
Sonnet 5 $0.00009 $0.00159
Haiku 4.5 $0.00005 $0.00080

Measured 2d ago against content hash 58fef0e01ef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prjct 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 2d 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.

templates/skills/prjct/SKILL.md · 53 lines

How it starts

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

prjct

Use when

Project memory, work cycles, ships, guardrails, or performance. You run the verb — the user never types prjct.

Agent contract

  • prjct remembers project state and shows the path; it does not own execution. Agents decide HOW with native tools and judgment. Treat prjct output as durable signals.
  • Persist outcomes via prjct remember / work / ship — every memory in ENGLISH. Close: prjct land (Session close) or living context via prjct remember context.
  • Dispatch: tasks → prjct work "…". Known cmds (sync/search/remember/ship/…) run bare with --md. Never wrap a bin verb as work "sync".
  • Before Grep/Glob: prjct work / prjct_relevant_files / prjct code trace when indexes exist.
  • Pattern supremacy: match THIS repo. Skill ≠ project identity (portable L0) — cwd + prjct context --md win.
  • Sync analysis: analysis-save-llm = schema v1 JSON; markdown = thin notes only — no retry loop.

Core verbs (Tier 1=auto · 2=confirm)

Signal Verb T
work (tasks only) prjct work "<intent>" 2
intent prjct intent / audit 2
recall prjct search / prjct context memory 1
remember prjct remember <type> 1
sync prjct sync 1
hygiene prjct dream / close / forget 1
guard prjct guard <file> 1
ship prjct ship 2
next prjct next --md 1
metrics prjct insights / performance / cost 1
land prjct land 1
tdd/sdd prjct tdd / sdd 1
workflows prjct workflow / seed 1

prjct work is the normal entrypoint for task cycles only. Known CLI verbs run bare. Full map in workflows.md.

Routing

  • Tier 1 — auto-execute: search, remember, sync, guard, insights, performance, cost. One-line confirm; do not ask permission to save.
  • Tier 2 — confirm once: work, intent, ship. Never ship without user OK.
  • Tier 3 — decision-brief + cast names, knowledge facets, full map: workflows.md (pull on demand).

Read the full file on GitHub · 53 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. 2d ago First seen · 53 lines · 46 tokens per session scan A 58fef0e01ef1

Subscribe to this mod's changes

prjct is a skill published in the GitHub repository prjct-app/cli (1 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 797 once invoked, about $0.0002 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.