project-modeling

project-modeling is a skill for Claude Code from synaptiai/synapti-marketplace. It costs 123 tokens per session (1,972 once invoked), scanned A, original, Apache-2.0.

A method for building one shared model of a project, including its parts, owners, boundaries, states, interfaces, and data. Different documents use views of that same model.

In plain words
What is it for?
It is for mapping software projects, components, users, integrations, data, infrastructure, and ownership.
Why use it?
It prevents separate documents from inventing conflicting names, responsibilities, or system boundaries. Changes can be kept consistent across the documentation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

Part of the dossier plugin — 10 skills, 9 commands, 6 agents, 2 hooks shipped together

Good fit It is for mapping software projects, components, users, integrations, data, infrastructure, and ownership.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/synaptiai/synapti-marketplace/project-modeling
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.

Any agent
npx skills add synaptiai/synapti-marketplace --skill project-modeling
Clone the repo
git clone --depth 1 https://github.com/synaptiai/synapti-marketplace

Made for: Claude Code.

Or install dossier, the plugin that ships this one along with the rest of its 10 skills, 9 commands, 6 agents, 2 hooks.

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-modeling

README.md
[![agentmods](https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/project-modeling/github.svg)](https://agentmods.dev/skills/synaptiai/synapti-marketplace/project-modeling)
Your own site
<a href="https://agentmods.dev/skills/synaptiai/synapti-marketplace/project-modeling"><img src="https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/project-modeling/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 project-modeling

Your own site · 80×15
<a href="https://agentmods.dev/skills/synaptiai/synapti-marketplace/project-modeling"><img src="https://agentmods.dev/badge/skills/synaptiai/synapti-marketplace/project-modeling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,972 The whole file, excluding the scripts and references it only reads on demand.
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.00123 $0.01972
Opus 5 $0.00062 $0.00986
Sonnet 5 $0.00025 $0.00394
Haiku 4.5 $0.00012 $0.00197

Measured 7d ago against content hash bbabfaceb563, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

project-modeling 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 7d 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.

plugins/dossier/skills/project-modeling/SKILL.md · 125 lines

How it starts

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

Project Modeling

Phase 2. Builds the one model that all 23 documents are views over, and the vocabulary they all use.

Iron Law

ONE MODEL, MANY VIEWS. If a view needs a new fact, the fact goes in the model first.

The moment a document invents a component name, an owner, or a boundary that the model does not carry, the package has two models. It will not notice, and the contradiction surfaces during diligence rather than during drafting.

What the model contains

Element Captures Where it surfaces
Product intent vs implemented behaviour What it is for, and what it actually does — separately 01-project/
Actors, journeys, roles, permissions Who does what, and what they may do 01-project/, 02-architecture/
Components and deployment units Purpose, owner, runtime, interfaces, state, criticality 02-architecture/components-and-codebase.md
Interfaces and contracts Producers, consumers, transport, versioning 02-architecture/interfaces-and-integrations.md
Data and its lifecycle Stores, classes, residency, retention, deletion 02-architecture/data-and-ai.md
Infrastructure and environments Topology, promotion path, differences between environments 02-architecture/infrastructure-and-deployment.md
Boundaries Control, data, trust, failure, tenancy Everywhere. The most load-bearing element
Owners and decision rights Who owns, who decides, who escalates 00-control/terminology-and-ownership.md
Lifecycle and target state What exists now vs what is planned Every document, kept visibly distinct
Assets, dependencies, licenses, risks Provenance and exposure 05-due-diligence/

Every element is an evidence-backed claim. A component with no evidenced owner is unassigned — never the last committer, never the most active contributor. During an incident, a fabricated owner is worse than an admitted gap.

Classify first

Classify the project from evidence before modelling it, and record the classification with its supporting evidence IDs. The classification changes which elements carry weight — not which files exist. See references/project-type-adaptation.md.

Read the full file on GitHub · 125 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. 7d ago First seen · 125 lines · 123 tokens per session scan A bbabfaceb563

Subscribe to this mod's changes

project-modeling is a skill published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed today), licensed Apache-2.0. It adds 123 tokens to every session and 1,972 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories