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.
npx agentmods add skills/dimitrigeelen/agentic-engineering-framework/t-308-create-new-project-claude-codenpx skills add DimitriGeelen/agentic-engineering-framework --skill t-308-create-new-project-claude-codegit clone --depth 1 https://github.com/DimitriGeelen/agentic-engineering-frameworkWrote 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.
[](https://agentmods.dev/skills/dimitrigeelen/agentic-engineering-framework/t-308-create-new-project-claude-code)<a href="https://agentmods.dev/skills/dimitrigeelen/agentic-engineering-framework/t-308-create-new-project-claude-code"><img src="https://agentmods.dev/badge/skills/dimitrigeelen/agentic-engineering-framework/t-308-create-new-project-claude-code.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.01085 |
| Opus 5 | $0.00026 | $0.00543 |
| Sonnet 5 | $0.00010 | $0.00217 |
| Haiku 4.5 | $0.00005 | $0.00109 |
Grade A, and why
Create /new-project Claude Code skill 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.
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.
What it actually says
T-308: Create /new-project Claude Code skill
Context
Claude Code skill wrapping fw init for in-session guided onboarding. Follows pattern of existing skills in .claude/commands/.
Acceptance Criteria
Agent
-
.claude/commands/new-project.mdexists with step-by-step workflow - Skill asks for project path and provider before running init
- Skill runs
fw init,fw doctor, andfw context initin sequence - Skill ends with
fw work-onto create the first task - Skill is listed in settings.json Skill tool section (auto-discovered)
Verification
Skill file exists
test -f .claude/commands/new-project.md
Contains key workflow steps
grep -q "fw init" .claude/commands/new-project.md grep -q "fw doctor" .claude/commands/new-project.md grep -q "fw work-on" .claude/commands/new-project.md
Decisions
Updates
2026-03-04T17:28:39Z — task-created [task-create-agent]
- Action: Created task via task-create agent
- Output: /opt/999-Agentic-Engineering-Framework/.tasks/active/T-308-create-new-project-claude-code-skill.md
- Context: Initial task creation
2026-03-04T22:17:13Z — status-update [task-update-agent]
- Change: status: captured → started-work
2026-03-04T22:21:02Z — status-update [task-update-agent]
- Change: status: started-work → work-completed
Reviewer Verdict (v1.5)
- Scan ID: R-29a87f8c
- Timestamp: 2026-06-02T15:02:04Z
- Catalogue: v1.3-seed
- Overall: PASS
- Needs Human: no
- Findings: none
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.
- today First seen · 110 lines · 51 tokens per session scan A 86cd86bb012f
Create /new-project Claude Code skill is a skill published in the GitHub repository DimitriGeelen/agentic-engineering-framework (13 stars, last pushed today), licensed Apache-2.0. It adds 51 tokens to every session and 1,085 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-09-04.
Other skills, from other repositories
runtime-admissibility-review
Determines whether a specific AI-agent action, output, recommendation, or proposed commitment remains admissible for execution or institutional reliance under current authority, delegated scope, evidence, facts, policy, risk, escalation, and revocation conditions. Use this Skill before an enterprise or regulated AI…
agent-authority-charter-builder-arkadiy-miteiko
Creates an Agent Authority Charter for enterprise or regulated AI agents before deployment. Use this Skill when a user needs to define what an AI agent is allowed to do, who delegated authority to it, what actions are permitted or prohibited, when human approval is required, what evidence must be preserved, and how…
launch-demo
Launch and drive the KB Platform demo locally — bring the Docker Compose stack up, seed the demo data, verify health, and open the web app at http://localhost:3000. Use when asked to run, start, launch, or smoke-check the demo or app.
dd-synthesis
Synthesize findings from multiple specialist agents into a coherent investment recommendation. Use when combining reports from 9+ specialist agents into a single decision document.
dd-verification
Verify claims in pitch decks and founder statements using multiple independent sources. Use when analyzing any claim about market size, traction, team background, or competitive positioning.
orloj-generator
Interactive scaffold generator for Orloj multi-agent systems. Use this skill whenever someone wants to create, set up, scaffold, bootstrap, or generate an Orloj agent system, pipeline, swarm, or hierarchy. Also trigger when users mention "orlojctl init", ask how to get started with Orloj, want to build a multi-agent…