> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Agentic Skills

Agentic Skills are higher-level workflow templates built on top of CLI and MCP tools.

They define when an agent should use tools, what actions are forbidden, what output format to produce, and which risk checks are required.

<h2 id="recommended-skills">
  Recommended skills
</h2>

| Skill                                | Purpose                                                   | Default mode |
| ------------------------------------ | --------------------------------------------------------- | ------------ |
| 6mm-market-analyst                   | Analyze market state, liquidity, volatility, and funding. | Read-only    |
| 6mm-portfolio-risk-manager           | Review account exposure and risk concentration.           | Account-read |
| 6mm-funding-arbitrage-researcher     | Compare funding rates and research opportunities.         | Read-only    |
| 6mm-liquidation-protection-assistant | Identify liquidation risk and risk-reduction options.     | Account-read |
| 6mm-order-execution-planner          | Plan order parameters and execution approach.             | Preview only |
| 6mm-trading-journal-analyst          | Summarize fills, behavior, and risk notes.                | Account-read |

<h2 id="what-each-skill-should-include">
  What each skill should include
</h2>

* Intended user scenario.
* Required CLI or MCP tools.
* Allowed and forbidden actions.
* Required permission tier.
* Whether trading is allowed.
* Whether preview is mandatory.
* Output format.
* Risk warning behavior.
* Example user prompts.

<h2 id="recommended-first-release">
  Recommended first release
</h2>

Publish skills as documentation templates first. Convert them into installable packages only after the underlying tools and permission scopes are stable.