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.
npx agentmods add instructions/proyecto26/projectx/claude-mdgit clone --depth 1 https://github.com/proyecto26/projectxWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01379 | $0.01379 |
| Opus 5 | $0.00690 | $0.00690 |
| Sonnet 5 | $0.00276 | $0.00276 |
| Haiku 4.5 | $0.00138 | $0.00138 |
Grade A, and why
projectx 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ProjectX - Full-Stack E-Commerce Platform
Project Overview
This is a modern full-stack e-commerce platform built with a microservices architecture using TypeScript throughout.
Tech Stack
Monorepo
- Turborepo for build orchestration and caching
- pnpm (v9.12.3) as package manager
- Node.js v25
Backend (NestJS Microservices)
- auth - Authentication service (JWT, Passport)
- order - Order management with Temporal workflows
- product - Product catalog service
Frontend
- React Router v7 - Full-stack React with SSR
- Tailwind CSS v4 with DaisyUI
- TanStack Query for data fetching
- Framer Motion for animations
Database
- PostgreSQL with PostGIS extension
- Prisma ORM (v7)
Workflow Orchestration
- Temporal for durable execution
Payments
- Stripe integration
- SendGrid with MJML templates
Spec-Driven Development
- OpenSpec for structured AI-assisted development
Project Structure
projectx/
├── apps/
│ ├── auth/ # NestJS auth microservice
│ ├── order/ # NestJS order microservice
│ ├── product/ # NestJS product microservice
│ ├── storybook/ # Component documentation
│ └── web/ # React Router v7 frontend
├── packages/
│ ├── cli/ # ProjectX interactive CLI
│ ├── core/ # Shared NestJS modules
│ ├── db/ # Prisma schema and client
│ ├── email/ # Email templates (MJML + SendGrid)
│ ├── models/ # Shared TypeScript models
│ ├── payment/ # Stripe integration
│ ├── ui/ # React component library
│ └── workflows/ # Temporal workflow definitions
├── openspec/
│ ├── changes/ # Active OpenSpec changes (gitignored)
│ └── specs/ # Committed specifications
├── docs/ # Project documentation
└── docker-compose.yml
Common Commands
# Development
pnpm dev # Run all services in parallel
pnpm dev:web # Run frontend only
pnpm dev:auth # Run auth service only
# Building
pnpm build # Build all packages
pnpm build:web # Build frontend
# Database
pnpm prisma:generate # Generate Prisma client
pnpm prisma:migrate:dev # Run migrations (dev)
pnpm prisma:seed # Seed database
# Testing
pnpm test # Run all tests
# Linting
pnpm lint:fix # Fix lint issues with Biome
pnpm check # Run Biome check
# ProjectX CLI
pnpm cli # Interactive mode
pnpm cli generate service # Create a basic NestJS microservice
pnpm cli generate temporal-service # Create a Temporal-enabled service
pnpm cli generate workflow # Add workflow to existing service
pnpm cli init # Initialize/customize the project
pnpm cli info # Display project information
# Code Generators (Turbo)
pnpm gen:service # Basic NestJS service generator
pnpm gen:temporal-service # Temporal NestJS service generator
pnpm gen:workflow # Add workflow to existing service
# OpenSpec (Spec-Driven Development)
openspec new change "<name>" # Create a new change
openspec status --change "<name>" # Check change status
openspec instructions <id> --change "<name>" # Get artifact instructions
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.
- 3d ago First seen · 173 lines · 1,379 tokens per session scan A 6bb6bf13963f
projectx CLAUDE.md is an instructions file published in the GitHub repository proyecto26/projectx (83 stars, last pushed 4mo ago), licensed MIT. It adds 1,379 tokens to every session, about $0.0069 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.
Other instructions, from other repositories
open-supermarkets AGENTS.md
Instructions for abracadabra50/open-supermarkets, covering agent integration guide, supported frameworks, quick integration, 1. add as skill and 2. agent calls commands.
eShopLite copilot-instructions.md
Instructions for Azure-Samples/eShopLite, covering eshoplite copilot instructions, project overview, architecture & patterns, critical workflows and project-specific conventions.
armornglory-mcp-server CLAUDE.md
Claude Code instructions for ArmorNGlory/armornglory-mcp-server, covering claude desktop & claude code guidelines (armornglory mcp), 1. role & identity, 2. interaction protocol and 3. claude desktop configuration.
subscription-patterns AGENTS.md
AGENTS.md instructions for commet-labs/subscription-patterns, covering subscription patterns and skills.
shopify-operations-mcp AGENTS.md
AGENTS.md instructions for jpka/shopify-operations-mcp, covering agents.md, working conventions and agent docs.
gengeo-agent-registry AGENTS.md
Instructions for warwickwood-cell/gengeo-agent-registry: GenGEO provides machine-readable merchant verification infrastructure for AI agents.