projx: Instructions file for Claude Code

CLAUDE.md

projx CLAUDE.md is an instructions file for Claude Code from ukanhaupa/projx. It costs 5,868 tokens per session, scanned A, original, MIT.

Repository instructions for Projx, a command-line tool that creates full-stack projects from reusable templates. They describe the command-line source, templates for web, mobile, backend, testing, infrastructure, and optional add-ons.

In plain words
What is it for?
Use them when editing the Projx command-line tool, adding or changing templates, managing optional features, or working on database and other add-ons.
Why use it?
They help an agent understand whether a change affects the project-creation tool itself or one of the projects it generates.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions subagents.

This is ukanhaupa/projx's own configuration. It tells Claude Code how to work on projx itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything projx configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ukanhaupa/projx. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ukanhaupa/projx/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/ukanhaupa/projx

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 projx CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ukanhaupa/projx/claude-md/github.svg)](https://agentmods.dev/instructions/ukanhaupa/projx/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ukanhaupa/projx/claude-md"><img src="https://agentmods.dev/badge/instructions/ukanhaupa/projx/claude-md/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 projx CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/ukanhaupa/projx/claude-md"><img src="https://agentmods.dev/badge/instructions/ukanhaupa/projx/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 5,868 This file is loaded in full into every session.
When invoked 5,868 The same file — it is already loaded in full.
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.05868 $0.05868
Opus 5 $0.02934 $0.02934
Sonnet 5 $0.01174 $0.01174
Haiku 4.5 $0.00587 $0.00587

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

Security

Grade A, and why

projx CLAUDE.md 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.md · 233 lines

How it starts

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

CLAUDE.md

Working notes for Claude when editing this repo. The repo is projx, a CLI that scaffolds production-ready full-stack projects.

What's in here

The repo is two things at once:

  1. The CLI source — under cli/. Published to npm as create-projx.
  2. The templates the CLI ships — every other top-level directory is a template that gets copied into the user's new project.

Top-level layout:

cli/         create-projx CLI source (TypeScript, ESM, tsup build, vitest)
fastify/     Fastify + Prisma backend template
fastapi/     FastAPI + SQLAlchemy + Alembic backend template
vitejs/      React + Vite frontend template (legacy alias: `frontend`)
nextjs/      React + Next.js (App Router) frontend template (standalone node server)
mobile/      Flutter app template
e2e/         Playwright E2E template
go/          Chi + GORM backend template
infra/       Terraform IaC template
admin-panel/ Go + HTMX admin-panel template (Docker-only static binary; auth-gated table browser over any Postgres via DATABASE_URL)
features/    Opt-in feature overlays applied via --<feature>=<targets> (e.g. --auth=fastify)
addons/      Out-of-tree drop-ins (e.g. ORM addons in addons/orms/<orm>/)
docs/        Design docs (feature templates, etc.)
scripts/     Static scripts copied into scaffolded projects
.githooks/   Pre-commit hooks for the projx repo itself

The CLI fetches the whole repo (or uses --local <path>) and copies the component directories into the user's project. Shared scaffolding files (CI yaml, README, docker-compose, pre-commit, setup.sh) live in cli/src/templates/ as .ejs files rendered at scaffold time by the hand-rolled engine in cli/src/utils.ts.

ORM-specific scaffolding (Drizzle, Sequelize, TypeORM) lives in addons/orms// at the repo root — same fetch-from-repo model as features/ and the base templates. The CLI bundle on npm only ships cli/dist/ + cli/src/templates/; addons are pulled in at scaffold-time and gen-time from the projx repo tarball.

Read the full file on GitHub · 233 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 · 233 lines · 5,868 tokens per session scan A 7536c547bd6d

Subscribe to this mod's changes

projx CLAUDE.md is an instructions file published in the GitHub repository ukanhaupa/projx (71 stars, last pushed 7d ago), licensed MIT. It adds 5,868 tokens to every session, about $0.0293 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-30.

Related

Other instructions, from other repositories