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/eduardomoraga/moragent/moragent-advisornpx skills add EduardoMoraga/moragent --skill moragent-advisorgit clone --depth 1 https://github.com/EduardoMoraga/moragentWrote 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/eduardomoraga/moragent/moragent-advisor)<a href="https://agentmods.dev/skills/eduardomoraga/moragent/moragent-advisor"><img src="https://agentmods.dev/badge/skills/eduardomoraga/moragent/moragent-advisor.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.1 | $0.00033 | $0.00316 |
| Opus 5 | $0.00016 | $0.00158 |
| Sonnet 5 | $0.00007 | $0.00063 |
| Haiku 4.5 | $0.00003 | $0.00032 |
Grade A, and why
moragent-advisor 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.
What it actually says
MORAGENT Project Advisor
When the user describes a project idea, analyze it and recommend the architecture.
Respond in the language configured via moragent_language().
Steps
- Scan existing infrastructure (.claude/agents/, .claude/skills/, .claude/agent-memory/)
- Analyze the user's idea for: complexity, data sources, outputs, industry
- Recommend agents (reuse existing when possible, create new only if needed)
- Recommend an orchestration pattern with reasoning:
- pipeline — sequential steps where order matters
- parallel — independent subtasks running at once
- orchestrator — dynamic decomposition and delegation (most common)
- evaluator — generate + critique loop for quality-critical outputs
- router — classify inputs and dispatch to specialized flows
- hybrid — combinations (e.g. orchestrator + evaluator gate)
- Recommend skills (existing + new)
- Recommend MCP connections
- Suggest memory pre-population
- Define implementation phases
- Identify risks
- Offer to create the full structure
Output Format
Use structured panels with clear sections for each recommendation. Always indicate if an agent/skill is EXISTING or NEW. Always explain WHY each recommendation — especially the orchestration pattern choice.
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 · 33 lines · 33 tokens per session scan A e4881ef1c77a
moragent-advisor is a skill published in the GitHub repository EduardoMoraga/moragent (1 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 316 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.
Other skills, from other repositories
memory-audit-pattern-extraction
模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.
sanity-best-practices
Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…
video-perception
Use when the user mentions a video file (.mp4, .mov, .avi, .mkv, .webm), a YouTube URL, asks to watch/analyze/review a video, or references video content in conversation.
seo-aeo-best-practices
SEO and AEO best practices for metadata, Open Graph, sitemaps, robots.txt, hreflang, JSON-LD structured data, EEAT, and content optimized for search engines and AI answer surfaces. Use this skill when implementing page SEO, technical SEO, schema markup, international SEO, AI-overview readiness, or improving content…
setup-assistant
Guides through installation, configuration, and first-time setup of the Claude Patent Creator system.
autosearch:citation-index
Deduplicate URLs across all sources, assign stable citation numbers, and merge citations from multiple subagents / sections into one consistent reference list. Prevents "same URL cited as [3] in one paragraph and [17] in another" and "different URLs merged under [5]" bugs that come from per-section synthesis.