moragent-advisor

moragent-advisor is a skill for Claude Code from EduardoMoraga/moragent. It costs 33 tokens per session (316 once invoked), scanned A, original, MIT.

A guide for analyzing a software project idea and recommending an architecture built from AI agents, coordinating workflows, skills, and external tool connections.

In plain words
What is it for?
Use it to review a project idea, reuse or propose agents and skills, select a workflow pattern, identify needed integrations, and plan delivery phases.
Why use it?
It helps decide which work should be handled by separate agents, how those agents should coordinate, and what risks or implementation phases to expect.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the moragent plugin — 2 skills, 1 hook, 1 MCP server shipped together

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/eduardomoraga/moragent/moragent-advisor
Any agent
npx skills add EduardoMoraga/moragent --skill moragent-advisor
Clone the repo
git clone --depth 1 https://github.com/EduardoMoraga/moragent

Made for: Claude Code.

Or install moragent, the plugin that ships this one along with the rest of its 2 skills, 1 hook, 1 MCP server.

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 moragent-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/eduardomoraga/moragent/moragent-advisor.svg)](https://agentmods.dev/skills/eduardomoraga/moragent/moragent-advisor)
Your own site
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00033 $0.00316
Opus 5 $0.00016 $0.00158
Sonnet 5 $0.00007 $0.00063
Haiku 4.5 $0.00003 $0.00032

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

Security

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.

skills/moragent-advisor/SKILL.md · 33 lines

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

  1. Scan existing infrastructure (.claude/agents/, .claude/skills/, .claude/agent-memory/)
  2. Analyze the user's idea for: complexity, data sources, outputs, industry
  3. Recommend agents (reuse existing when possible, create new only if needed)
  4. 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)
  5. Recommend skills (existing + new)
  6. Recommend MCP connections
  7. Suggest memory pre-population
  8. Define implementation phases
  9. Identify risks
  10. 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.

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 · 33 lines · 33 tokens per session scan A e4881ef1c77a

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

memory-audit-pattern-extraction

模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.

Dataojitori/nocturne_memory · 48 tokens

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…

sanity-io/agent-toolkit · 164 tokens

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.

jordanrendric/claude-video-vision · 51 tokens

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…

sanity-io/agent-toolkit · 90 tokens

setup-assistant

Guides through installation, configuration, and first-time setup of the Claude Patent Creator system.

RobThePCGuy/Claude-Patent-Creator · 22 tokens

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.

0xmariowu/Autosearch · 71 tokens