plan

plan is a skill for Claude Code, Cursor from fakiho/neohive. It costs 47 tokens per session (275 once invoked), scanned A, original, no licence file.

A planning skill that turns a natural-language software task into a multi-agent workflow, where separate agents handle assigned parts of the work.

In plain words
What is it for?
Describing a feature or coding task, splitting it into steps, assigning agents, and creating a workflow.
Why use it?
It breaks a broad task into organised steps and responsibilities before implementation begins.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/.

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.

agentmods
npx agentmods add skills/fakiho/neohive/plan
Any agent
npx skills add fakiho/neohive --skill plan
Clone the repo
git clone --depth 1 https://github.com/fakiho/neohive

Made for: Claude Code, Cursor.

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 plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/fakiho/neohive/plan.svg)](https://agentmods.dev/skills/fakiho/neohive/plan)
Your own site
<a href="https://agentmods.dev/skills/fakiho/neohive/plan"><img src="https://agentmods.dev/badge/skills/fakiho/neohive/plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 275 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00047 $0.00275
Opus 5 $0.00023 $0.00138
Sonnet 5 $0.00009 $0.00055
Haiku 4.5 $0.00005 $0.00028

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

Security

Grade A, and why

plan 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 5d 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.

.cursor/skills/neohive/plan/SKILL.md · 22 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 22 lines · 47 tokens per session scan A d381b993bf99

Subscribe to this mod's changes

plan is a skill published in the GitHub repository fakiho/neohive (5 stars, last pushed 1mo ago), with no licence file. It adds 47 tokens to every session and 275 once invoked, about $0.0002 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

context-engineering

Design effective prompts and optimize context for AI models and agents. Covers prompt engineering foundations (clarity, examples, chain of thought, XML structure), the four context engineering strategies (Write, Select, Compress, Isolate), agent memory and session patterns, and before/after examples showing measurable…

goondocks-co/open-agent-kit · 97 tokens

oak

Find out what happened, what was decided, and what depends on what in your codebase. Use this skill whenever you need to: recall past decisions or discussions ("what did we decide about X?"), check what might break before refactoring ("what depends on this module?"), find conceptually similar code that grep would miss…

goondocks-co/open-agent-kit · 167 tokens

PR Standards

Pull request description, review depth, and merge standards so every PR carries enough context to review and merge safely.

niels-emmer/myace · 25 tokens

pattern-finder

Find recurring code patterns, architectural decisions, and shared conventions across projects in your organization's swarm. Use when you want to discover what patterns other teams use, find candidates for shared libraries, or standardize approaches across the org. Also use when the user asks to "find patterns across…

goondocks-co/open-agent-kit · 88 tokens

project-governance

Create and maintain project constitutions and agent instruction files. Use when establishing coding standards, adding project rules, creating agent guidance files, syncing rules across agents, or improving AI agent consistency. Also supports RFC/ADR documents for formalizing technical decisions that feed into the…

goondocks-co/open-agent-kit · 59 tokens

swarm

Search across multiple projects in your organization's swarm. Use when you need cross-project patterns, org-level conventions, shared decisions, or want to know how other projects solved a problem. Complements the oak (team) skill which covers single-project knowledge. Also use when the user mentions swarmsearch…

goondocks-co/open-agent-kit · 95 tokens