Add mt5cli skill documentation for MetaTrader 5 data export (#7)

* Add mt5cli agent skill

Document mt5cli CLI usage (global options, subcommands, parameter formats,
and examples) so agents can invoke the exporter without re-reading the CLI
source.

* Move mt5cli skill to top-level skills/ with symlink

Mirror the conventional layout: keep the canonical SKILL.md under
skills/mt5cli/ and expose it through a .agents/skills/mt5cli symlink.

* Harden mt5cli skill against leaking --password

Add a guideline warning against passing --password on the command line
(visible in ps/history/logs), and drop the credential-inline example that
modeled the bad pattern.

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Daichi Narushima
2026-04-23 03:02:43 +09:00
committed by GitHub
co-authored by Claude
parent 45ea0b459b
commit 42d8a9beb6
2 changed files with 105 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../skills/mt5cli