synthesis-project-management

synthesis-project-management is a skill for Claude Code, Codex from synthesisengineering/synthesis-skills. It costs 68 tokens per session (6,759 once invoked), scanned A, original, Apache-2.0.

A lightweight system for organising software projects shared by people and coding agents across sessions. It preserves project context and coordinates who is working on which files or areas.

In plain words
What is it for?
Use it to set up project tracking, preserve session notes, manage work ownership, coordinate repositories and branches, and check staged changes before handoff.
Why use it?
It reduces lost context between conversations and helps prevent agents from editing the same work or making unsupported coordination claims.

Skill for Claude CodeCodex

Written for Claude Code and Codex: SessionStart hook event, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Part of the synthesis-skills plugin — 63 skills, 4 hooks shipped together

Good fit Use it to set up project tracking, preserve session notes, manage work ownership, coordinate repositories and branches, and check staged changes before handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/synthesisengineering/synthesis-skills/synthesis-project-management
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 synthesisengineering/synthesis-skills --skill synthesis-project-management
Clone the repo
git clone --depth 1 https://github.com/synthesisengineering/synthesis-skills

Made for: Claude Code, Codex.

Or install synthesis-skills, the plugin that ships this one along with the rest of its 63 skills, 4 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 synthesis-project-management

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/synthesisengineering/synthesis-skills/synthesis-project-management"><img src="https://agentmods.dev/badge/skills/synthesisengineering/synthesis-skills/synthesis-project-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,759 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 462
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Rogue Agent · line 210
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00068 $0.06759
Opus 5 $0.00034 $0.03379
Sonnet 5 $0.00014 $0.01352
Haiku 4.5 $0.00007 $0.00676

Measured today against content hash 84b3827384b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

synthesis-project-management 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 today.

The scan reads SKILL.md. This mod also ships 21 executable files (scripts/board_inbox.py, scripts/codex_dispatch.py, scripts/coordination_schema.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/synthesis-project-management/SKILL.md · 500 lines

How it starts

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

Synthesis Project Management System

A lightweight project management system designed for human-agent collaboration. Optimized for context preservation across conversation sessions and context compaction events.

Configuration

These values are user-specific. Update them for your environment.

Setting Value Description
ai_knowledge_workspace ai-knowledge-{workspace} Root directory for your ai-knowledge repo (e.g., ai-knowledge-rajiv)
projects_path projects/ Directory within the workspace for all project folders
index_file projects/index.yaml Single index file for all projects
lessons_path lessons/ Cross-project lessons and patterns directory

Design Principles

  1. Discoverability over documentation — Agents can search/grep; humans need quick orientation. Prefer consistent naming conventions over maintained indexes.
  2. Convention over configuration — Consistent structure means less cognitive load. When everything follows the same pattern, both humans and agents know where to look.
  3. Single source of truth — No duplicate indexes to maintain. Files should be self-describing through front matter and naming conventions.
  4. Self-describing files — Date prefixes, status in index.yaml, front matter metadata. No separate documentation that can get stale.
  5. Agents do the work — Templates are obsolete. To create something new, examine an existing example and adapt it. Agents excel at this.
  6. Coordinate before concurrent writes — Separate root sessions share a session registry and message board outside the repositories they edit. Every session reads it, registers its project, claims its write areas, and records its isolated worktree before editing.
  7. One context owner per project — Parallel sessions may contribute to one project, but only one session writes canonical project context. Other sessions write isolated contribution artifacts for deterministic reconciliation.

Read the full file on GitHub · 500 lines

Files

What ships with it

32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +2 lines 84b3827384b6
  2. 3d ago Changed · -1 lines 00fd75fdf795
  3. 4d ago Changed 728819c10d5a
  4. 5d ago Changed · -1 lines 894b7c2539b1
  5. 6d ago Changed b42235075e49
  6. 7d ago Changed · -149 lines b75cd163359c
  7. 11d ago First seen · 649 lines · 68 tokens per session scan A 4a6cab882549

Subscribe to this mod's changes

synthesis-project-management is a skill published in the GitHub repository synthesisengineering/synthesis-skills (18 stars, last pushed yesterday), licensed Apache-2.0. It adds 68 tokens to every session and 6,759 once invoked, about $0.0003 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 skills, from other repositories