ElmatadorZ
MoneyAtlas-ClaudeSkill-Agent
Python

Money Atlas Skill.md (Claude Skill) For AI Agent A Genesis Protocol-powered intelligence system for financial markets, macroeconomics, and geopolitics. Core Systems - Genesis Protocol (First Principle + System Thinking) - SMC Layer Engine (Quant price structure)

Last updated Jul 5, 2026
51
Stars
13
Forks
0
Issues
+1
Stars/day
Attention Score
76
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Money Atlas Intelligence OS

Claude Skill (Agent) โ€” Financial Market Strategic Intelligence

Version: 2.0 Author: Bunyawat Dechanon (ElmatadorZ) Brand: Money Atlas / Alternative Slowbar Type: Custom Skill (SKILL.md format)


What This Is

A skill that transforms financial market questions into structured, scenario-based intelligence.

Not a prediction engine. Not a signal bot. A thinking system โ€” built to reason the way a disciplined analyst does.

When you ask about BTC, gold, macro, forex, or any asset โ€” this skill activates a multi-layer reasoning pipeline that separates what's actually happening from what the market narrative wants you to believe.


Core Engine

Genesis Protocol โ€” 3-Step Thinking Pipeline

Step 1: First Principle Codex Deconstruct the market from root causes โ€” not price action alone.

  • What is actually happening?
  • Why is price/macro moving this way?
  • What is the structural driver?
  • Where is the asymmetric opportunity?
  • What happens next under each scenario?
Step 2: System Thinking โ€” Micro โ†’ Macro
  • Micro: Asset-specific technicals, on-chain data, positioning
  • Meso: Sector rotation, correlated assets, sentiment
  • Macro: Fed, DXY, liquidity cycle, geopolitics
  • Meta: What narrative is the market constructing โ€” and who benefits?
Step 3: AI Fluency 4D
  • Delegation โ€” Pattern recognition across data
  • Description โ€” Convert market noise โ†’ structured signal
  • Discernment โ€” Question bias, timeframe, missing information
  • Diligence โ€” Human makes the final decision. Always.

SMC Layer โ€” Smart Money Cycle Map

Identifies where price is in the institutional cycle:

| Layer | Phase | What's Happening | |---|---|---| | L1 | Accumulation | Quiet buying, engineered fake breakdowns | | L2 | Expansion | Breakout, momentum building | | L3 | Decision Zone | High-stakes inflection point | | L4 | Distribution | Quiet selling, engineered fake breakouts | | L5 | Exit Liquidity | Retail buys tops, institutions exit |

Every analysis maps the current layer + next probable move + invalidation condition.


Output Modes

LIGHT MODE โ€” Quick Insight

For single-asset questions and fast reads.
๐Ÿ“ MARKET STRUCTURE INSIGHT
[SMC layer + price context]

๐Ÿ“ KEY RISK [What breaks the thesis]

๐Ÿ“ STRATEGIC TAKEAWAY [1-2 sentence actionable insight]

FULL MODE โ€” Deep Analysis

For investment decisions, macro analysis, strategy, or "should I" questions.
๐Ÿ“ SITUATION MAP
๐Ÿ“ FIRST PRINCIPLE BREAKDOWN
๐Ÿ“ SYSTEM MAP (Macro โ†’ Liquidity โ†’ Asset โ†’ Price)
๐Ÿ“ SMC LAYER MAP
๐Ÿ“ NARRATIVE INTELLIGENCE
๐Ÿ“ SCENARIOS
   ๐Ÿ‚ Bull: [entry zone | target | condition]
   ๐Ÿป Bear: [trigger | target | condition]
   โš–๏ธ Base: [most probable path]
๐Ÿ“ DECISION FRAMEWORK
๐Ÿ“ RISK & FAILURE MODE
   CONFIDENCE: [X%] | KEY UNKNOWNS: [list]

Mode is auto-detected from question context. User can override: type FULL or LIGHT at any time.


Trigger Topics

This skill activates when you ask about:

  • Crypto: BTC, ETH, altcoins, on-chain data
  • Commodities: Gold, silver, oil, soft commodities
  • Macro: Fed policy, interest rates, inflation, DXY, liquidity cycles
  • Equities: Stocks, indices, sector rotation
  • Forex: Currency pairs, emerging markets
  • Geopolitics: Events affecting market structure
  • Strategy: Portfolio allocation, risk management, entry/exit frameworks

What This Skill Does NOT Do

  • Give single-point price predictions without scenarios
  • Express certainty without evidence
  • Omit the risk or invalidation condition
  • Tell you what to do โ€” it gives you a framework to decide
If output violates any of these โ†’ the system flags โš ๏ธ INSUFFICIENT EDGE and re-evaluates before responding.

Architecture

Input (market question)
โ”‚
โ”œโ”€โ”€ Genesis Protocol
โ”‚   โ”œโ”€โ”€ First Principle Codex (root cause decomposition)
โ”‚   โ”œโ”€โ”€ System Thinking (micro โ†’ macro chain)
โ”‚   โ””โ”€โ”€ AI Fluency 4D (bias check + discernment)
โ”‚
โ”œโ”€โ”€ SMC Layer Engine
โ”‚   โ”œโ”€โ”€ Market structure mapping
โ”‚   โ”œโ”€โ”€ Liquidity zone identification
โ”‚   โ””โ”€โ”€ Smart money vs. retail narrative separation
โ”‚
โ”œโ”€โ”€ Scenario Engine
โ”‚   โ”œโ”€โ”€ Bull / Bear / Base case
โ”‚   โ”œโ”€โ”€ Entry-exit zones
โ”‚   โ””โ”€โ”€ Invalidation conditions
โ”‚
โ””โ”€โ”€ Output (LIGHT or FULL mode)

File Structure

money-atlas-intelligence-os/
โ”œโ”€โ”€ SKILL.md                    โ† Claude skill definition (main entry point)
โ”œโ”€โ”€ skill_config.json           โ† Skill metadata and trigger config
โ”œโ”€โ”€ architecture.md             โ† System architecture overview
โ”œโ”€โ”€ system_prompt.txt           โ† Session boot prompt
โ”œโ”€โ”€ full_mode.txt               โ† Full mode output spec
โ”œโ”€โ”€ light_mode.txt              โ† Light mode output spec
โ”‚
โ”œโ”€โ”€ core/                       โ† Genesis Protocol engine
โ”‚   โ”œโ”€โ”€ genesis_core.py
โ”‚   โ”œโ”€โ”€ aifluency4d.py
โ”‚   โ”œโ”€โ”€ discernment_engine.py
โ”‚   โ””โ”€โ”€ decision_engine.py
โ”‚
โ”œโ”€โ”€ agents/                     โ† Specialist agent layer
โ”‚   โ”œโ”€โ”€ orchestrator.py
โ”‚   โ”œโ”€โ”€ analyst_agent.py
โ”‚   โ”œโ”€โ”€ macro_agent.py
โ”‚   โ”œโ”€โ”€ smc_agent.py
โ”‚   โ”œโ”€โ”€ risk_agent.py
โ”‚   โ”œโ”€โ”€ sentiment_agent.py
โ”‚   โ”œโ”€โ”€ skeptic_agent.py
โ”‚   โ””โ”€โ”€ strategist_agent.py
โ”‚
โ”œโ”€โ”€ smc/                        โ† Smart Money Concept engine
โ”œโ”€โ”€ intelligence/               โ† Alpha, macro, geopolitics engines
โ”œโ”€โ”€ strategy/                   โ† Scenario + asymmetric opportunity engine
โ”œโ”€โ”€ execution/                  โ† Signal, risk, trade logging
โ”œโ”€โ”€ orchestrator/               โ† Multi-agent coordination
โ””โ”€โ”€ cli/                        โ† Command-line runners

How to Install (Claude Custom Skill)

  • Clone or download this repository
  • Place the money-atlas-intelligence-os/ folder in your Claude skills directory
  • The skill activates automatically when Claude detects relevant financial market questions
  • Or call it explicitly by referencing the skill name in your system prompt

Non-Negotiable Constraints

Every output must include:

  • Multiple scenarios โ€” no single prediction
  • Explicit uncertainty โ€” confidence level + key unknowns
  • Invalidation point โ€” what breaks the entire analysis
  • Human decision primacy โ€” the skill advises, the human decides
Violation of any constraint โ†’ output is invalid โ†’ re-evaluate.

Part of the Skynet Skill Ecosystem

This skill operates within the broader Skynet Elite Commander meta-intelligence system:

| Skill | Domain | |---|---| | skynet-elite-commander | Meta-cognition OS โ€” routes all domains | | money-atlas-intelligence-os | Financial markets, macro, trading | | alternative-coffee-intelligence | Coffee science and roastery operations | | genesis-mind-strategic-intelligence | Strategic thinking, business, philosophy | | first-principle-codex-os | Anti-hallucination cognitive base layer |


License

Open use. Attribution required: Built on Money Atlas Intelligence OS v2 by Bunyawat Dechanon (ElmatadorZ)

Commercial use in systems generating >$10M USD/year: contact for terms.


Author

Bunyawat Dechanon Independent Builder & Architect Brand: Alternative Slowbar / Money Atlas Location: Thailand

"The market is always telling a story. This skill helps you read who wrote it."
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท ElmatadorZ/MoneyAtlas-ClaudeSkill-Agent ยท Updated daily from GitHub