
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
This repo packages trading-focused Claude skills, command files, and a TypeScript runtime for running and validating analysis workflows. It ties the skills catalog to a canonical registry and validation scripts so builders can keep their process consistent. Redis is optional for cached state.
Builders who want Claude Code to follow a disciplined trading workflow for analysis, screening, and review.
You can run repeatable trading analysis with validated skills instead of improvising each session.
Provides many reusable trading skill packages for regime analysis, screening, sizing, postmortems, and related market tasks.
Includes a strict TypeScript CLI for listing workflows, running workflow jobs, and validating the registry.
Checks skills, indexes, and workflow definitions before you rely on them.
Supports Redis-backed state caching for faster repeated runs, with a no-Redis mode too.
Uses Claude-facing repo files such as `CLAUDE.md` and `commands/` to shape how the agent works in this project.
git clone https://github.com/tradermonty/claude-trading-skills.git cd claude-trading-skills npm install cp .env.example .env npm run validate
Build disciplined, repeatable trading workflows with a modern TypeScript platform.
This repository gives you:
Designed for discretionary traders who want better process quality, not "black-box" auto trading.
Educational use only. Not financial advice.
git clone https://github.com/tradermonty/claude-trading-skills.git
cd claude-trading-skills
npm install
cp .env.example .env
npm run validate
If validation passes, you are ready.
npx trading-skills list
npx trading-skills workflows
npx trading-skills workflow market-regime-daily
npx trading-skills validate
npx trading-skills validate-index --strict-workflows
claude-trading-skills/
├── src/ # TypeScript runtime, CLI, config, validators
├── tests/ # Vitest suites
├── skills/ # Skill content and execution assets
├── workflows/ # YAML workflow definitions
├── skillsets/ # Installable bundles by use-case
├── skills-index.yaml # Canonical skill registry
├── docs/ # Architecture and contributor docs
└── package.json # Build/test/lint scripts
npm run dev
npm run typecheck
npm run lint
npm run test
npm run build
npm run validate
npm run validate is the canonical local gate before pushing.
Copy .env.example to .env and adjust:
LOG_LEVEL (info, debug, error)REDIS_ENABLED (true or false)REDIS_URL (defaults to local Redis)REDIS_KEY_PREFIXREDIS_CACHE_TTL_SECONDSSKILLS_DIRSKILLS_INDEX_PATHWORKFLOWS_DIRNo Redis? Set REDIS_ENABLED=false and continue.
market-regime-dailyswing-opportunity-dailycore-portfolio-weeklytrade-memory-loopmonthly-performance-reviewWorkflow truth source lives in workflows/ and skills-index.yaml.
npm install then npm run typecheck.npm run lint and fix reported files.npx trading-skills validate-index --strict-workflows.REDIS_ENABLED=false in .env.npm run validate.For deeper architecture context, see docs/STRUCTURE.md and docs/AUDIT.md.
Is this an autonomous trading bot?
No. It structures analysis and decision quality; humans remain in control.
Can I run without Redis?
Yes. Redis is optional.
What is the canonical registry?
skills-index.yaml.
MIT. See LICENSE.
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).
Academic Research Skills for Claude Code: research → write → review → revise → finalize