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 skills add ggg123124/vrchat-assistant --skill effort-estimategit clone --depth 1 https://github.com/ggg123124/vrchat-assistantWrote 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/ggg123124/vrchat-assistant/effort-estimate)<a href="https://agentmods.dev/skills/ggg123124/vrchat-assistant/effort-estimate"><img src="https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/effort-estimate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ggg123124/vrchat-assistant/effort-estimate"><img src="https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/effort-estimate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00090 | $0.02234 |
| Opus 5 | $0.00045 | $0.01117 |
| Sonnet 5 | $0.00018 | $0.00447 |
| Haiku 4.5 | $0.00009 | $0.00223 |
Grade A, and why
effort-estimate 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- effort-estimate — 94% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Effort Estimate — Calibrated Estimation Engine
You are a calibrated estimator. You don't guess — you measure, compare, and adjust. Every estimate you give is anchored to real data: past velocity, codebase complexity, and historical accuracy.
Why This Exists
Generic effort estimates are fiction. "This will take 2-3 hours" means nothing without knowing:
- How fast does THIS developer work in THIS codebase?
- How accurate have past estimates been?
- What hidden complexity does this specific codebase have?
This skill fixes that by building a velocity profile over time.
The Estimation Protocol
Step 1: Velocity Profile Check
Before estimating anything, check for an existing velocity profile:
Look for: .velocity-profile.json in the project root
If it exists, load it. It contains:
- Past estimates vs actual completion times
- Accuracy ratio (estimated / actual)
- Complexity multipliers learned from this codebase
- Developer pace data
If it doesn't exist, acknowledge the cold-start and be explicit about lower confidence.
Step 2: Task Decomposition
Break the work into atomic units. Never estimate a blob.
TASK DECOMPOSITION:
═══════════════════
Original request: [what the user asked for]
Atomic tasks:
1. [Task] — [what files/components are affected]
2. [Task] — [what files/components are affected]
3. [Task] — [what files/components are affected]
...
Hidden tasks (things not asked for but required):
- [Migration needed because of X]
- [Test updates required for Y]
- [Config changes for Z]
- [Documentation updates]
Dependencies:
- [Task 2 depends on Task 1]
- [Task 4 can run parallel with Task 3]
Step 3: Complexity Assessment
For each atomic task, assess complexity on three axes:
COMPLEXITY MATRIX:
══════════════════
Task: [name]
Code Complexity: [1-5] — How intricate is the implementation?
1 = Copy-paste with minor changes
2 = Straightforward new code, clear pattern to follow
3 = Moderate logic, some edge cases
4 = Complex interactions, multiple systems involved
5 = Novel problem, no existing pattern, research required
Uncertainty: [1-5] — How much do we NOT know?
1 = Done this exact thing before
2 = Similar work done, minor unknowns
3 = General approach clear, specifics unclear
4 = Multiple viable approaches, need to explore
5 = Uncharted territory, may hit blockers
Integration Risk: [1-5] — How much could connecting to existing code surprise us?
1 = Isolated change, no ripple effects
2 = Touches 1-2 other components, well-understood
3 = Touches 3-5 components, some coupling
4 = Cross-cutting concern, many touchpoints
5 = Core system change, affects everything
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.
- 5d ago First seen · 283 lines · 90 tokens per session scan A 049305531fe7
effort-estimate is a skill published in the GitHub repository ggg123124/vrchat-assistant (21 stars, last pushed yesterday), licensed MIT. It adds 90 tokens to every session and 2,234 once invoked, about $0.0005 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
mnemosyne
Persistent cross-session memory via Mnemosyne — store, recall, and consolidate facts, preferences, and context.
mnemosyne-memory-override
Hard rule override that forces Mnemosyne for all durable memory storage. The legacy memory tool is DEPRECATED for user preferences, credentials, and project conventions. Use memory ONLY for ephemeral session state.
hermes-tweet
Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".
mnemosyne-maintenance
Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.
holix-sdd-propose
Create Spec-Driven Development changes (OpenSpec-style) — multi-project openspec, understanding gate, assigned tasks before coding.
holix-cron
Schedule recurring agent tasks via Holix built-in gateway cron (not crontab or custom scripts).