← Back to list
trade-journal Checked
Structured trade logging, performance review, behavioral pattern detection, and strategy attribut…
8.3Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "trade-journal" skill by following the instructions at https://skill123.me/install/trade-journal.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/trade-journal.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 25 KBAbout this skill
Overview
Structured trade logging, performance review, behavioral pattern detection, and strategy attribution for systematic improvement
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/trade-journal
Score breakdown
Trigger
4.0
Description covers What (logging, performance review, behavioral pattern detection, strategy attribution) but no When/When-Not or trigger variants: 3+2+3+0=8/20
Structure
9.3
301-line SKILL.md, schema and review framework offloaded to references, stdlib-only scripts with demo modes: 4+5+3+2=14/15
Workflow
8.4
Strong task design: CLI subcommands, review cadence checklists, executable behavioral-detection algorithms; review framework forms a verification loop: 5+5+5+3+3=21/25
Content
10.0
Concise imperative, realistic examples, minimal fluff: 10/10
Engineering
10.0
Valid frontmatter; shebangs, zero external deps documented; all paths exist: 10/10
Security
10.0
Only local journal-file writes (declared core function); no network, no eval/base64/destructive ops, no secrets, no injection; capabilities match declared scope: 20/20
Well-designed trade journaling skill: stdlib-only CLI logger and analyzer, 18-field schema, review cadences, and behavioral pattern detection (revenge trading, tilt, FOMO, winner/loser hold times). Includes explicit no-financial-advice disclaimer. Capability manifest: reads/writes only the journal JSON at TRADE_JOURNAL_PATH (default trade_journal.json in cwd) — the declared core function; no network egress, no credential access, no persistence mechanisms. Capabilities match declared scope.
