new-project

new-project is a skill for Claude Code, Codex from fthsrbst/mnema. It costs 54 tokens per session (372 once invoked), scanned A, original, MIT.

A workflow for starting a new software project by setting up its files, version control, project map, and coding instructions.

In plain words
What is it for?
Use it when starting a project to clarify its purpose and technology stack, create a minimal scaffold, initialize Git, write a README and CLAUDE.md, and record next steps.
Why use it?
It creates the basic working structure and records the project's purpose and initial decisions before feature work begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it when starting a project to clarify its purpose and technology stack, create a minimal scaffold, initialize Git, write a README and CLAUDE.md, and record next steps.

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

Made for: Claude Code, Codex.

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/fthsrbst/mnema/new-project.svg)](https://agentmods.dev/skills/fthsrbst/mnema/new-project)
Your own site
<a href="https://agentmods.dev/skills/fthsrbst/mnema/new-project"><img src="https://agentmods.dev/badge/skills/fthsrbst/mnema/new-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 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.00054 $0.00372
Opus 5 $0.00027 $0.00186
Sonnet 5 $0.00011 $0.00074
Haiku 4.5 $0.00005 $0.00037

Measured 7d ago against content hash af17c66d735e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

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

What it actually says

Yeni Proje

Adımlar

  1. Netleştir (tek soru turu): ne yapacak, hangi stack (belirtilmediyse code-conventions'taki varsayılanlar: TypeScript strict + npm).
  2. Scaffold: klasör, git init, .gitignore, README (tek paragraf amaç), lint/format config, "hello world" çalışır iskelet.
  3. CLAUDE.md yaz (proje köküne): projenin amacı, stack, çalıştırma komutları, hub'daki proje adı.
  4. Hub'a kaydet: project_update ile map oluştur:
    • name: klasör adıyla aynı (kebab-case)
    • status: active, summary: tek paragraf
    • stack, current_focus: ilk hedef
    • next_steps: ilk 2-3 somut adım
  5. İlk karar logu: stack seçimi gerekçesiyle project_add_decision.
  6. GitHub repo isteniyorsa: gh repo create <name> --private --source . --push.

Kurallar

  • Boilerplate'i minimumda tut; kullanılmayacak dosya üretme.
  • README'ye "nasıl çalıştırılır" mutlaka yaz (tek komut hedefle).
  • Proje adı hub map'i, klasör ve repo'da aynı olsun — arama tutarlılığı.
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 · 24 lines · 54 tokens per session scan A af17c66d735e

Subscribe to this mod's changes

new-project is a skill published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 8d ago), licensed MIT. It adds 54 tokens to every session and 372 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-31.

Related

Other skills, from other repositories

orbit

Orbit — the task/audit/dispatch layer for AI coding agents. Use for anything touching a task ID, .orbit/, orbit CLI or orbit. MCP tools, the docs corpus, friction records, jobs and jrun- runs, routines, auto-tasks, the sweep clock, worktree GC, the dashboard, or setting Orbit up on a machine or repository. Covers both…

danieljhkim/orbit · 98 tokens

otito-review

Run otito review and gate before merge — composite verdict, PR context, and PASS/WARN/FAIL checks. Invoke before declaring a PR merge-ready.

BASHBOP/otito · 35 tokens

gh-cli

Operar GitHub desde la terminal con gh: PRs (crear, revisar, merge), issues, runs de CI, releases, gists, API cruda. Cargá cuando vayas a interactuar con GitHub desde la línea de comandos en lugar del navegador.

contactandrewchl-wq/turtle-mcp · 60 tokens

commit-hygiene

Reglas compactas de commit y PR. Mensajes en conventional commits, un cambio por commit, sin co-autoría automática del agente, sin --no-verify. Aplica cada vez que vayas a registrar o publicar cambios.

contactandrewchl-wq/turtle-mcp · 53 tokens

simplicio-orient

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their…

wesleysimplicio/simplicio · 119 tokens

simplicio-autoresearch

Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's autoresearch pattern (and the ECC autoresearch-agent) with mandatory yool guardrails (§11…

wesleysimplicio/simplicio · 0 tokens