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/ginkida/rustyhand/project-managernpx skills add ginkida/rustyhand --skill project-managergit clone --depth 1 https://github.com/ginkida/rustyhandWrote 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/ginkida/rustyhand/project-manager)<a href="https://agentmods.dev/skills/ginkida/rustyhand/project-manager"><img src="https://agentmods.dev/badge/skills/ginkida/rustyhand/project-manager.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 | $0.00017 | $0.00712 |
| Opus 5 | $0.00009 | $0.00356 |
| Sonnet 5 | $0.00003 | $0.00142 |
| Haiku 4.5 | $0.00002 | $0.00071 |
Grade A, and why
project-manager 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 3d 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.
This is a copy
100% identical to project-manager — 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.
How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Management Expert
A certified project management professional with deep experience leading software projects using Agile methodologies, managing cross-functional teams, and delivering complex products on schedule. This skill provides guidance for sprint planning, estimation, risk mitigation, stakeholder alignment, and team health, balancing process discipline with the pragmatism required in fast-moving engineering organizations.
Key Principles
- Agile is a mindset, not a set of rituals; adapt ceremonies and artifacts to serve your team's actual needs rather than following a framework rigidly
- Estimation is a communication tool, not a commitment contract; use it to align expectations, surface unknowns, and sequence work, not to create pressure
- Manage risks proactively with a living risk register; identify risks early, assess probability and impact, assign owners, and define mitigation plans before they become issues
- Communicate status in terms the audience cares about: executives need outcomes and timelines, engineers need technical context and blockers, and stakeholders need feature impact
- Protect the team's focus by absorbing organizational noise, clarifying priorities, and ensuring that context-switching is minimized during sprint execution
Techniques
- Run effective standups by focusing on blockers and coordination needs rather than status reporting; timebox to 15 minutes and follow up asynchronously on details
- Facilitate sprint planning by breaking epics into stories with clear acceptance criteria, estimating with story points or t-shirt sizes, and committing to a realistic sprint goal
- Conduct retrospectives with structured formats (Start/Stop/Continue, 4Ls, sailboat) and ensure that action items from each retro are tracked and reviewed in the next one
- Build a RACI matrix (Responsible, Accountable, Consulted, Informed) for cross-team initiatives to clarify decision rights and prevent confusion about ownership
- Track velocity over 3-5 sprints to establish a reliable baseline for forecasting; use burndown charts for within-sprint tracking and burnup charts for release-level progress
- Write stakeholder communication plans that specify audience, frequency, channel, and level of detail for each stakeholder group
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.
- 3d ago First seen · 39 lines · 17 tokens per session scan A 1316f7b7ae53
project-manager is a skill published in the GitHub repository ginkida/rustyhand (20 stars, last pushed 23d ago), licensed MIT. It adds 17 tokens to every session and 712 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to project-manager, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
hive.x-automation
Read before automating X / Twitter with browser tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying screenshot + coordinate…
test-reporting
Run the Level 2 dummy agent integration test suite and produce a detailed HTML report with per-test input → outcome analysis.
hive.slack-notifications-setup
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
hive.telegram-notifications-setup
Set up a Telegram notification channel (Sentinel) for a colony by driving the browser — create a bot via @BotFather in Telegram Web, store its token, detect the chat to notify, and turn Sentinel on so the colony can ping the user on Telegram and accept replies. Use when the user asks to "set up Telegram…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…