coblai-hightech-opsUse when building COBLAI high-tech frontend for Dinda.
codebase-inspectionInspect codebases w/ pygount: LOC, languages, ratios.
command-center-patchFix TypeScript → JavaScript di Next.js Command Center (tradingcenter.site) — konversi .ts ke .js, buat store file, sidang login.
cron-watchdog-scriptsWrite, test, and debug no_agent cron watchdog scripts (silent-unless-alert pattern, env loading, API response parsing).
data-platform-paywall-sensorPaywall data platform sensor + cache-by-user-status bug.
dogfoodExploratory QA of web apps: find bugs, evidence, reports.
geo-store-opsOperasi toko online GEO Engine Pro — build, test, deploy.
githubGitHub via gh CLI: PRs, issues, reviews, repos, auth.
hallmark-anti-slopHallmark — anti-slop design system. Mencegah AI bikin desain murahan/generik. Filter & reject bad design patterns otomatis.
hermes-agent-skill-authoringAuthor in-repo SKILL.md files: frontmatter and structure.
inspecting-hermes-desktop-domRead the live Hermes desktop DOM/CSS over CDP.
karpathy-openviking-ponytailUse for all coding and technical execution. Apply the triad.
mql5-bakome-auditUse when auditing MQL5 EAs for 22-bug checklist.
mql5-build-debugBuild & debug MQL5 — kompilasi + baca log MT5. Covers compile .mq5/.mqh from terminal (Windows MetaEditor64 native + Wine X: drive), verify .ex5, read MT5 logs (Experts pane, indicator errors, compilation errors), troubleshoot. Use for: compile, build, MetaEditor, .mq5, .mqh, compilation failed, .ex5 not found, MT5 logs, Experts pane, indicator errors, compilation errors, path space errors, debug EA.
mql5-chart-dataChart data & objects MQL5 — MqlRates/time series + chart objects. Covers candles, MqlRates arrays, series mode (ArraySetAsSeries), CopyRates, bar indexing, OBJ_* objects, ObjectCreate/ObjectSet, anchoring, repaint-safe updates, chart redraw. Use for: candles, MqlRates, time series, CopyRates, ArraySetAsSeries, bar indexing, iTime/iOpen/iClose, chart objects, OBJ_*, ObjectCreate, ObjectSet, arrows, lines, rectangles, labels, chart drawings.
mql5-docsFind MQL5 API documentation, signatures, parameters, enums, and behaviors. Two-layer lookup: (1) LOCAL markdown docs + real .mqh source in this skill directory (offline, fast, anti-hallucination), (2) official mql5.com online docs (JA/EN) as fallback. Use when users ask to look up docs, interpret MQL5 errors, confirm API signatures, or need correct language usage. Triggers: MQL5 docs, API reference, OrderSend, CTrade, MqlRates, function signature, compile error lookup, enum, constant, indicator handle.
mql5-ea-expertWorld-class MQL5 architect skill for MetaTrader 5 — gabungan mql5-ea-expert (institutional) + mql5-trading-bots (Rena). Covers zero-error EA/indicator/script/library development, institutional-grade patterns (CRT, SMC, ICT), prop-firm safety module, ATR risk engine, dashboard panels, CSV logger, multi-timeframe confluence, backtesting optimization, high-frequency scalping, dynamic trailing precision, protection layer injection, multi-broker deployment pipeline, command-center ingest protocol. Compatible with Claude, ChatGPT, Gemini, and other AI assistants.
mql5-indicatorIndikator MQL5 lengkap — panduan pilih & interpretasi + pola pengembangan koding. Covers RSI, MACD, Bollinger, ATR, ADX, Stochastic, OBV, VWAP (kapan pakai, regime detection, false signal), buffer patterns, OnCalculate, prev_calculated, template lengkap, debugging. Use for: RSI, MACD, Bollinger Bands, ATR, ADX, Stochastic, OBV, VWAP, indicator selection, indicator development, MQL5 indicator, OnCalculate, indicator buffers, custom indicator, false signal.
mql5-master-referenceAudit/build MT5 EAs. Official MQL5 API reference distilled.
mql5-navigatorMaster index for all MQL5/MetaTrader 5 skills in this Hermes profile (19 skills in category mql5 — hasil merger kolaboratif + pruning skill tidak relevan). Load FIRST whenever the user mentions MQL5, MetaTrader 5, MT5, EA, Expert Advisor, indicator, backtest, or trading strategy — to route to the right skill. Contains the skill map (entry / coding / strategy / indicator / support), recommended workflow, and which skill to use for which task. Triggers: MQL5, MT5, MetaTrader, EA, Expert Advisor, trading robot, indicator, strategy, backtest, MQL4, MQL5 skills, skill apa untuk MQL5.
mql5-proExpert skill for writing, debugging, and optimizing MQL5 code for MetaTrader 5 — Expert Advisors (EAs), custom indicators, scripts, services, libraries, and GUI panels. Use this skill whenever the user mentions MQL5, MQL, MetaTrader 5, MT5, MetaEditor, .mq5/.mqh/.ex5 files, Expert Advisor, EA, trading robot, custom indicator, OnTick, OnCalculate, CTrade, OrderSend, Strategy Tester, backtest/optimization on MT5, chart panels/buttons in MetaTrader, or pastes code containing #property, OnInit, MqlTradeRequest, or iCustom. Also triggers for converting MQL4 code to MQL5, fixing MQL5 compile/runtime errors, position sizing and risk management code, trailing stops, grid/hedging EAs, ICT/SMC tooling for MT5 (FVG, Order Blocks, BOS, ChoCh, liquidity sweeps, premium/discount zones), funded/prop firm account protection, JSON WebRequest integration, account-based EA licensing, MT5 log reading for agentic/Claude Code workflows, converting TradingView Pine Script indicators or strategies to MQL5, Strategy Tester methodology (walk-forward, optimization, Monte Carlo, headless tester automation), and building graphical dashboards (CAppDialog, CCanvas, chart objects). If the task touches MetaTrader 5 programming in any form, always use this skill.
nextjs-app-developmentUse when building Next.js App Router features.
node-inspect-debuggerDebug Node.js via --inspect + Chrome DevTools Protocol CLI.
pine-script-to-mql5Expert system for deterministic conversion of Pine Script v5/v6 to MQL5 with zero-repainting guarantees. Use for converting TradingView Pine indicators/strategies to MQL5, OnCalculate, indicator buffers, MT5 indicator development, and cross-platform parity.
planWrite a markdown plan to .hermes/plans/; no execution.
prime-agent-opsUse when working with Prime Agent / SAMCODER Dinda (coder.sam.university, ex-primeagent.farraha.com).
python-debugpyDebug Python: pdb REPL + debugpy remote (DAP).
requesting-code-reviewPre-commit review: security scan, quality gates, auto-fix.
simplify-codeParallel 4-agent cleanup of recent code changes.
spikeThrowaway experiments to validate an idea before build.
spree-commerce-opsUse when kerja spree-marketplace/rajapelet.com.
systematic-debugging4-phase root cause debugging: understand bugs before fixing.
test-driven-developmentTDD: enforce RED-GREEN-REFACTOR, tests before code.