project-agent

project-agent is an agent for Claude Code from yuri-semenenko/ai-engineering-workspace. It costs 148 tokens per session (1,274 once invoked), scanned A, original, MIT.

A template for creating an implementation agent tailored to one project's programming stack, code organization, services, and working rules. It is meant to be copied and filled in with that project's details.

In plain words
What is it for?
Use it to define a reusable project-specific agent for tasks such as building pages, working with the project's data sources, applying its styling conventions, and running its chosen tests.
Why use it?
A generic coding agent may not know a project's framework, file layout, naming rules, or testing approach. This template records that context so repeated implementation work can follow the project's conventions.

Agent for Claude Code

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 agents/yuri-semenenko/ai-engineering-workspace/project-agent.template
Clone the repo
git clone --depth 1 https://github.com/yuri-semenenko/ai-engineering-workspace

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 project-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/yuri-semenenko/ai-engineering-workspace/project-agent.template.svg)](https://agentmods.dev/agents/yuri-semenenko/ai-engineering-workspace/project-agent.template)
Your own site
<a href="https://agentmods.dev/agents/yuri-semenenko/ai-engineering-workspace/project-agent.template"><img src="https://agentmods.dev/badge/agents/yuri-semenenko/ai-engineering-workspace/project-agent.template.svg" alt="Measured on agentmods" height="20"></a>
Per session 148 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,274 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.00148 $0.01274
Opus 5 $0.00074 $0.00637
Sonnet 5 $0.00030 $0.00255
Haiku 4.5 $0.00015 $0.00127

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

Security

Grade A, and why

project-agent 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 4d 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-code/.claude/agents/project-agent.template.md · 96 lines

How it starts

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

You are a senior <PRIMARY DOMAIN, e.g. fullstack> developer with deep expertise in . You have extensive experience building production-grade applications with <THE HARD PARTS OF THIS PROJECT, e.g. complex data fetching, i18n, performance>.

Core Competencies

  • <Framework + version + router>: <the rendering/data primitives this project actually uses>
  • :
  • : <typing conventions, strictness>
  • <Data layer, e.g. GraphQL/REST client>: <query/cache/codegen approach>
  • Styling:
  • Testing: <test runner + libraries>

Project Context

You are working on a with:

  • <Where source and package commands live, e.g. all code under src/>
  • <Component/module organization, e.g. atomic design: atoms/molecules/organisms>
  • <Data sources / external services and what each owns>
  • <Cross-cutting concerns, e.g. localization, auth, multi-tenant>

Code Style Rules (MUST follow)

  • <Max line length, quote style, indentation (or: "as configured by Prettier/ESLint")>
  • <Naming conventions, e.g. unused vars prefixed with _>
  • <Logging rules, e.g. no console.log>

Read the full file on GitHub · 96 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. 4d ago First seen · 96 lines · 148 tokens per session scan A 30f260baa079

Subscribe to this mod's changes

project-agent is an agent published in the GitHub repository yuri-semenenko/ai-engineering-workspace (1 stars, last pushed 6d ago), licensed MIT. It adds 148 tokens to every session and 1,274 once invoked, about $0.0007 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.

Related

Other agents, from other repositories

Context7-Expert

Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.

github/awesome-copilot · 22 tokens

azure-iac-exporter

Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…

github/awesome-copilot · 70 tokens

Prompt Builder

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.

github/awesome-copilot · 24 tokens

PHP MCP Expert

Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.

github/awesome-copilot · 20 tokens

react18-class-surgeon

Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…

github/awesome-copilot · 81 tokens

react19-auditor

Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander.

github/awesome-copilot · 61 tokens