aget-create-project

aget-create-project is a skill for Claude Code from aget-framework/template-advisor-aget. It costs 39 tokens per session (4,637 once invoked), scanned A, a copy of aget-create-project, Apache-2.0.

A project-creation workflow for AGET, a research project system, that prepares a new project using its identity and earlier work. It can infer the project type from a topic or use information you provide directly.

In plain words
What is it for?
Use it to create and scaffold AGET projects, fill in initial due-diligence information, and search related previous work. It supports interactive, topic-based, and evidence-rich project starts.
Why use it?
It reduces the manual setup needed to start a formal research project. It also helps carry relevant context and prior evidence into the new project.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md.

Good fit Use it to create and scaffold AGET projects, fill in initial due-diligence information, and search related previous work. It supports interactive, topic-based, and evidence-rich project starts.

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

Made for: Claude Code.

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 aget-create-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-create-project.svg)](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-create-project)
Your own site
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-create-project"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-create-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,637 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 100% copy Near-identical to another mod 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.00039 $0.04637
Opus 5 $0.00019 $0.02318
Sonnet 5 $0.00008 $0.00927
Haiku 4.5 $0.00004 $0.00464

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

Security

Grade A, and why

aget-create-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.

Origin

This is a copy

100% identical to aget-create-project — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/aget-create-project/SKILL.md · 446 lines

How it starts

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

/aget-create-project

Create a new AGET project with research-informed scaffolding per PROJECT_PLAN_AGET_CREATE_PROJECT_V2.md.

Input

$ARGUMENTS

Mode Detection

Input Pattern Mode Behavior
Empty or blank Interactive Prompt for type and name
<type> <name> Explicit Create project of specified type
<topic> only Inference Infer type from topic and AGET domain
Input contains evidence statements (interview data, gap analysis, L-doc citations, cross-reference synthesis) Evidence-rich Abbreviated research phase — use provided evidence, skip redundant searches

Evidence-Rich Mode

Detection: Input contains 2+ of: specific L-doc references (L###), quantitative data (percentages, counts, session numbers), named sources (supervisor interviews, audit results), or cross-reference synthesis ("both supervisors agree...").

Behavior: Research Phase (Step 3) still executes per C-CP-003, but in abbreviated form:

  • Step 3.1 (identity): Runs — always needed for project context
  • Step 3.2 (L-docs): Abbreviated — search only L-docs explicitly cited in input, don't broad-search by topic keywords
  • Step 3.3 (sessions): Abbreviated — note current session only (evidence was gathered in-session)
  • Step 3.4 (similar projects): Runs — conflict check always needed
  • Step 3.5 (vocabulary): Runs — vocabulary grounding always needed

Rationale: When the user provides rich evidence context (e.g., from supervisor interviews or gap analysis conducted in the same session), broad keyword searches duplicate work already done. The abbreviated research phase respects C-CP-003 (research is NOT skipped) while avoiding redundancy.

Supported Project Types

Type Template Output Location
research templates/poc/RESEARCH_PROJECT_PLAN.template.md planning/PROJECT_PLAN_<NAME>.md
poc templates/poc/PROPOSAL.template.md planning/poc-proposals/POC-XXX-<name>.md

Read the full file on GitHub · 446 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 · 446 lines · 39 tokens per session scan A 640ece3b0630

Subscribe to this mod's changes

aget-create-project is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed 7d ago), licensed Apache-2.0. It adds 39 tokens to every session and 4,637 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to aget-create-project, differing in 0 lines, and is treated as a copy.