trading-analysis/SKILL.md
# Trading Analysis Skill **Version**: 1.0.0 **Category**: Financial Analysis / Trading **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Comprehensive trading performance analysis and edge identification system for Interactive Brokers accounts. Analyzes CSV statements to identify trading patterns, position sizing issues, time-of-day edges, and risk management problems. ## Features ### 1. **CSV Statement Parsing** - Parse Interactive Brokers activity statements (CSV for
npx skillsauth add astoreyai/claude-skills trading-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Version: 1.0.0 Category: Financial Analysis / Trading Author: Claude Code Last Updated: November 22, 2025
Comprehensive trading performance analysis and edge identification system for Interactive Brokers accounts. Analyzes CSV statements to identify trading patterns, position sizing issues, time-of-day edges, and risk management problems.
/analyze-trades <path-to-csv>
Output: Detailed markdown analysis with:
/analyze-trades-pdf <path-to-csv>
Output:
/trading-stats <path-to-csv>
Output: Summary table with:
Interactive Brokers Activity Statement (CSV) containing:
Statement,Header,Field Name,Field Value
Statement,Data,BrokerName,Interactive Brokers LLC
Account Information,Data,Account,U21858510
Trades,Data,Order,Stocks,USD,SYMBOL,2025-10-24,...
trading_analysis_2025.mdtrading_analysis_report.pdf| Metric | Calculation | Interpretation | |--------|-----------|-----------------| | Win Rate | Wins / Total Trades | % of profitable trades | | Profit Factor | Gross Wins / Gross Losses | >2.0 is professional | | Avg Winner | Total Wins / # Wins | Average profitable trade | | Avg Loser | Total Losses / # Losses | Average losing trade | | Payoff Ratio | Avg Winner / Abs(Avg Loser) | Risk-reward balance | | Position Size % | Position Cost / Capital | Leverage check | | Return/Day | Total P&L / Trading Days | Daily compounding equivalent | | Stop Loss Impact | Loss without vs with stop | Protection value |
Input: 10 trades over 28 days
Output:
Input: 10 trades with varying position sizes
Output:
CSV Analysis → Performance Metrics → Baseline Return Rate
↓
(Feed to quarterly tax forecast)
- Use actual win rate (90%)
- Use actual position sizing (75%)
- Account for drawdown risk
Trading Edge (90% win rate) → Projected Annual Gains
↓
(Feed to quarterly tax reserves)
- 37% quarterly reserves
- Federal/state tax estimates
- Growth projections
Solution: Verify format matches Interactive Brokers statement. Check for:
Solution: Check that "Trades" section exists in CSV with:
Solution: Verify capital amount in statement. Check:
U[AccountNumber]_[DateRange].csvFor issues or feature requests:
/examples/License: MIT (Part of astoreyai/claude-skills distribution) Repository: https://github.com/astoreyai/claude-skills/
tools
# YouTube Transcriber Pipeline - Claude Code Skill **Version**: 1.0.0 | **Status**: Ready for Claude Code Integration ## Overview Complete 4-skill pipeline for extracting, formatting, organizing, and archiving YouTube transcripts. Integrates with Claude Code CLI using the system's configured API keys (no manual key management needed). ## Capabilities This skill provides a complete workflow: 1. **Extract Facts** - AI-powered fact extraction from transcripts (uses Claude API via Claude Code)
content-media
# YouTube Transcriber Skill Extract transcripts from YouTube videos, playlists, and channels with automatic intelligent processing. ## Overview One unified command that intelligently assesses input and handles everything—single videos, batch files, playlist expansion, channel extraction. No need to choose between commands; it figures out what to do. ## Capabilities - **Auto-Detect Input**: Single URL, file of URLs, playlist, channel - **Smart Expansion**: Automatically expands playlists/cha
development
# System Health Check & Cleanup Skill **Version**: 1.0.0 **Category**: System Administration / Performance Optimization **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Automated system health monitoring and cleanup workflow. Diagnoses performance issues, identifies resource bottlenecks, fixes orphaned services, kills stale processes, and cleans cache bloat. Designed for archimedes (32c/125GB) but works on any Linux system. ## Features ### 1. **System Diagnostics** -
testing
Unified worklog system. Synthesizes session work into daily markdown files with clean bullet points. Supports weekly rollups for Slack #progress sharing. Replaces fragmented checkpoint/session-state/weekly-notes systems.