By mahmoud20138
169 curated AI skills across trading, AI development, software engineering, Claude Code platform, data acquisition, and domain knowledge. Each skill becomes a slash command like /tradecraft:<skill>.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
Determines when NOT to trade by mapping event blackout zones, session quality windows, and risk filters. Use this skill whenever the user asks "should I trade today", "is it safe to trade", "any events to avoid", "blackout zones", "when not to trade", "trade filter", "event risk", "news blackout", "rollover time", "low liquidity", "end of month", "NFP week", "FOMC week", or any question about trading timing safety. This is a pre-trade safety gate that should be checked before any entry. Works with market-news-impact for event data and session-profiler for session quality.
Risk of Ruin formula, Kelly Criterion (full and fractional), Monte Carlo survival simulation, and position sizing models (fixed fractional, volatility-adjusted, fixed ratio). Use for risk of ruin, Kelly criterion, Monte Carlo, position sizing, bankroll management, or any ruin/sizing calculation.
Diagnose all 146 skills for issues — broken syntax, outdated content, missing fields, oversized files. Suggests fixes and improvement priority list.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
5 entry-point commands on top of 169 curated AI skills — trading, AI development, software engineering, Claude Code platform, data acquisition, and more. You don't need to remember 169 names: start with one of the 5, let it route you in.
📖 Install manual · Full command reference · Contributing
Inside Claude Code:
/plugin marketplace add https://github.com/mahmoud20138/Tradecraft.git
/plugin install tradecraft@tradecraft
The full HTTPS URL is recommended because the
owner/reposhorthand can resolve to SSH on some machines and fail if GitHub isn't in~/.ssh/known_hosts. See INSTALL.md for the full setup.
Works on Windows, macOS, and Linux. The default free data path is cross-platform (yfinance, no credentials). The optional MT5 upgrade path is Windows-only (MetaQuotes ships the MetaTrader5 Python package for Windows only). See the platform support matrix for details.
For live market data on the fetch-quotes / analyze-* combination skills (free path, no account, no API key):
pip install -r "${CLAUDE_PLUGIN_ROOT}/scripts/requirements.txt"
Start here. These five commands cover the full collection:
| Command | What it does |
|---|---|
/tradecraft:analyze <SYMBOL> | One-shot deep analysis for any ticker — regime, structure, entry, SL/TP, JSON plan |
/tradecraft:search [keyword] | Find the right specialist skill by keyword; no arg shows the 5-entry-point menu |
/tradecraft:markets [watchlist] | Live watchlist snapshot (last, H4 bias, ATR, session) via free yfinance path |
/tradecraft:recommendations [watchlist] [N] | Top N ranked trade setups across the watchlist right now |
/tradecraft:strategies [name] [symbol] | Strategy selector and deep-dive (ICT, SMC, breakout, scalp, swing, trend) |
/tradecraft:analyze XAUUSD # one-shot gold analysis
/tradecraft:search risk sizing # find skills matching "risk sizing"
/tradecraft:markets # scan default watchlist
/tradecraft:recommendations XAUUSD,US30,EURUSD 3 # top 3 setups from those 3 symbols
/tradecraft:strategies ict XAUUSD # ICT deep-dive tuned for gold
All 169 skills are still directly invokable as /tradecraft:<skill-name> — the 5 entry points are an ergonomic layer, nothing is hidden. See the full list in COMMANDS.md, grouped by domain with per-skill descriptions.
Each skill is also model-invocable — Claude will auto-select the right one based on your task context. Run /help to browse under the tradecraft: namespace. Full step-by-step setup (including optional MT5 for broker-exact prices) is in INSTALL.md.
| Domain | Skills | Examples |
|---|---|---|
| Trading | 104 | trading-fundamentals, ict-smart-money, analyze, markets, recommendations, strategies, pair-analyze, analyze-gold, analyze-us30 |
| AI Development | 7 | agent-development, mcp-integration, ai-agent-builder, few-shot-quality-prompting |
| Software Engineering | 20 | pro-code-architecture, elite-ui-design, system-design-academy, debug-failing-test |
| Claude Code Platform | 20 | search, plugin-structure, hook-development, skill-development, command-development |
| Data Acquisition | 4 | firecrawl, video-gen, video-knowledge-extractor, youtube-video-to-knowledge |
| Domain Specific | 2 | Specialized vertical knowledge |
(Counts match COMMANDS.md. A further 12 skills are currently uncategorized — see that reference.)
Each skill is a self-contained Markdown knowledge base with:
npx claudepluginhub mahmoud20138/tradecraft --plugin tradecraftSearch 2425+ MCP servers by domain, keyword, or name. Includes ready-to-use configs for every server across 39 domains.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns