new-project

new-project is a skill for Claude Code from danielrosehill/Claude-Image-Production-Plugin. It costs 64 tokens per session (533 once invoked), scanned A, original, MIT.

A project-scaffolding skill for creating a new image workspace with folders for originals, working files, exports, references, and previews.

In plain words
What is it for?
Use it when starting a named image project and optionally initializing version control and a project README.
Why use it?
It gives each image project a predictable layout and keeps original files separate from editable work and final deliverables.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the image-production plugin — 29 skills, 19 commands shipped together

Good fit Use it when starting a named image project and optionally initializing version control and a project README.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielrosehill/claude-image-production-plugin/new-project
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 danielrosehill/Claude-Image-Production-Plugin --skill new-project
Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-Image-Production-Plugin

Made for: Claude Code.

Or install image-production, the plugin that ships this one along with the rest of its 29 skills, 19 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielrosehill/claude-image-production-plugin/new-project/github.svg)](https://agentmods.dev/skills/danielrosehill/claude-image-production-plugin/new-project)
Your own site
<a href="https://agentmods.dev/skills/danielrosehill/claude-image-production-plugin/new-project"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-image-production-plugin/new-project/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 new-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielrosehill/claude-image-production-plugin/new-project"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-image-production-plugin/new-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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.00064 $0.00533
Opus 5 $0.00032 $0.00267
Sonnet 5 $0.00013 $0.00107
Haiku 4.5 $0.00006 $0.00053

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

Security

Grade A, and why

new-project 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.

skills/new-project/SKILL.md · 52 lines

What it actually says

New Image Project

Scaffold a project folder inside the registered image workspace.

Procedure

1. Resolve the workspace

CONFIG="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/image-production/workspace.json"
test -f "$CONFIG" || { echo "No workspace registered — run workspace-setup first."; exit 1; }
WS=$(jq -r .path "$CONFIG" 2>/dev/null || grep -oP '"path":\s*"\K[^"]+' "$CONFIG")

2. Ask for project metadata

  • Name — required. Slugify (lowercase, hyphens for spaces).
  • Version control — ask; default no.

3. Create the layout

PROJ="$WS/<slug>"
test -e "$PROJ" && { echo "Already exists: $PROJ"; exit 1; }
mkdir -p "$PROJ"/{source,working,exports,references,thumbnails}
Folder Purpose
source/ Original images — never edited in place
working/ In-progress edits, layered files (PSD, XCF, AFPHOTO)
exports/ Final deliverables (web JPEG/WebP, print TIFF, etc.)
references/ Mood boards, reference images, prompts
thumbnails/ Small previews for indexing

Write a README.md in the project root with the slug, ISO date, and notes section.

4. (Optional) git init

If the user wants version control, git init and add a .gitignore excluding source/ and exports/ if they're large.

5. Confirm

Print the project path. Offer to cd or open in a terminal.

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 · 52 lines · 64 tokens per session scan A 25a9006df87d

Subscribe to this mod's changes

new-project is a skill published in the GitHub repository danielrosehill/Claude-Image-Production-Plugin (16 stars, last pushed 22d ago), licensed MIT. It adds 64 tokens to every session and 533 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

kanban-video-orchestrator

Plan and run multi-agent video production pipelines.

NousResearch/hermes-agent · 16 tokens

html-ppt-knowledge-arch-blueprint

OpenDesign's incident retro: the daemon-restart data bug, the root cause, the fix, and the systemic follow-ups. Built as a decision-grade product management deck for engineering, SRE, leadership.

nexu-io/open-design · 52 tokens

vidseeds-projects

Use for VidSeeds MCP project workflows - create a project from YouTube, list/get/snapshot, regenerate metadata (sync or async), translate metadata, apply thumbnails, and update per-platform config before publish.

hashgraph-online/awesome-codex-plugins · 47 tokens

n8n-photo-report

Automate construction photo report generation using n8n with AI-powered image analysis.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 22 tokens

manage-storyboard-projects

Create, find, inspect, update, or delete Codex Storyboard projects directly through MCP. Use when the user asks Codex to write a new video script or storyboard into the local storyboard app, add or revise shots, rename a project, change its aspect ratio, find an existing project, or delete one without browser…

Yuuhann1999/codex-storyboard · 72 tokens

client-revisions

This skill should be used when the user asks to "stop scope creep", "limit revision rounds", "write SOW revision language", "the client keeps asking for changes", "how do I say this is out of scope", "translate vague feedback", "client said make it pop", or "write a change-order email". It provides revision-cap…

2233admin/design-pipeline · 96 tokens