project

project is a skill for Claude Code from protonium-labs/axiomcore-plugin. It costs 67 tokens per session (2,909 once invoked), scanned A, original, MIT.

A tool for organizing work into projects, sub-projects, and work packages. Work packages are the parts where actual tasks are carried out.

In plain words
What is it for?
Use it to create projects, sub-projects, and work packages, choose the project's hierarchy depth, and view the project structure.
Why use it?
It keeps project structure separate from day-to-day work and prevents tasks from being attached to a project without a suitable work package.

Skill for Claude Code

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

Part of the axiomcore plugin — 8 skills, 3 agents shipped together

Good fit Use it to create projects, sub-projects, and work packages, choose the project's hierarchy depth, and view the project structure.

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

Made for: Claude Code.

Or install axiomcore, the plugin that ships this one along with the rest of its 8 skills, 3 agents.

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 project

README.md
[![agentmods](https://agentmods.dev/badge/skills/protonium-labs/axiomcore-plugin/project.svg)](https://agentmods.dev/skills/protonium-labs/axiomcore-plugin/project)
Your own site
<a href="https://agentmods.dev/skills/protonium-labs/axiomcore-plugin/project"><img src="https://agentmods.dev/badge/skills/protonium-labs/axiomcore-plugin/project.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,909 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.00067 $0.02909
Opus 5 $0.00034 $0.01455
Sonnet 5 $0.00013 $0.00582
Haiku 4.5 $0.00007 $0.00291

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

Security

Grade A, and why

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/project/SKILL.md · 144 lines

How it starts

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

Task

Execute the requested action: $ARGUMENTS

Calling rule: /project <action> <arguments>.

If the requested action is ambiguous or contradictory (matches multiple actions, arguments conflict with the action, or the intent is unclear), do NOT guess: flag the ambiguity and ask for clarification before executing.

Core principle: work is done at WP level only. Projects and sub-projects are organizational structure. If the user asks for work on a project or sub-project that has no suitable WP, suggest creating one first.

Tier check (read axiom-config.md first): in simple tier, every project is 2-level — do not ask the depth question, do not mention 3-level structure, and manage numbering/IDs silently (apply them consistently; explain only when asked). In advanced tier, follow the depth rules below in full.


Hierarchy depth (advanced tier — read before any action)

Every project is either 2-level or 3-level (root CLAUDE.md, Hierarchy Protocol). The depth is chosen when the project is created and recorded in its registry as Levels: **2** or Levels: **3**.

Depth Chain Sub-projects Task ID
2-level Project → WP → Task Not allowed XX-WW-TT
3-level Project → Sub-project → WP → Task Mandatory — every WP lives in one XX-SS-WW-TT

Before any action other than "new project": read vault/projects/<project>/ids.md, take Levels, and obey it.

The depth is locked. This skill never converts a project between 2 and 3 levels — that renumbers WPs and rewrites every task ID in the project. If the user asks for it, refuse and point to /setup new (Setup Protocol): the change is drafted as a setup file, executed once, and archived to setup/done/.


If action is empty

Describe this skill: its purpose and the actions table from "overview". Do not execute anything.

If action is "overview" (or unknown)

Show all options in tabular form:

Argument Action
new project Create a new project (all steps, including the depth choice in advanced tier)
new subproject <project> Create a sub-project under <project>. Advanced tier, 3-level projects only. No project named: ask which one
new WP <project> - <subproject> Create a work package inside the sub-project (3-level projects)
new WP <project> Create a work package directly under the project (2-level projects)
overview This table

Read the full file on GitHub · 144 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 · 144 lines · 67 tokens per session scan A 61b21b106d66

Subscribe to this mod's changes

project is a skill published in the GitHub repository protonium-labs/axiomcore-plugin (3 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 2,909 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

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

chief-operating-officer

Owns execution: how work actually gets done across the organization, including process, program management, capacity, vendors, supply chain, and service delivery. Use this when execution is the problem rather than strategy, to design or fix a process, to resolve cross-functional handoff failures, to plan capacity, to…

cbrock84/headcount · 94 tokens

chief-product-officer

Owns what gets built and why: product strategy, roadmap, discovery, user experience, and the definition of success for each release. Use this to decide what to build next, to cut scope, to turn a business goal into a product bet, to judge whether a feature is worth its cost, or when engineering and go-to-market…

cbrock84/headcount · 96 tokens

chief-technology-officer

Owns architecture, engineering delivery, infrastructure, data platform, and internal systems. Use this for build-versus-buy calls, technology selection, architectural direction, engineering capacity and delivery risk, technical debt tradeoffs, platform and tooling decisions, or when a technical choice has business…

cbrock84/headcount · 84 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens

chief-information-officer

The CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering. Use this to set IT priorities, decide what IT owns versus engineering, structure IT spend or an IT roadmap, judge whether to build, buy or outsource, or work out why IT is seen as a cost…

cbrock84/headcount · 79 tokens