stock-trading
Automated stock trading with price prediction and sentiment analysis
All Skills in This Repository (15)
Pure Emerald Level Indicatorssuperpower
Provide a centralized library for code analysis, generation, and debugging.
using-git-worktrees
Create isolated git worktrees with automatic directory selection and safety checks.
test-driven-development
Write failing tests first, implement minimal code, and refactor while keeping tests green.
systematic-debugging
Enforce root-cause analysis before code fixes using a four-phase debugging workflow.
using-superpowers
Enforce mandatory skill invocation before generating any response.
dispatching-parallel-agents
Dispatch parallel agents to independently solve isolated problems and synthesize results.
executing-plans
Execute written plans by loading, reviewing, and implementing tasks with verifications.
finishing-a-development-branch
Validate tests and execute merge or PR options with Git cleanup.
brainstorming
Guide collaborative brainstorming sessions to transform ideas into actionable design plans.
writing-plans
Generate implementation plans with file changes, testing, and milestones from vague specs.
requesting-code-review
Automate code-review requests with structured payloads before merging branches.
receiving-code-review
Verify code review feedback against the codebase before implementing changes.
Frequently Asked Questions
FAQPage SchemaHow to install stock-trading?โผ
Run `npx skills add mwangli/stock-trading --all -g -y` in your terminal to install all skills in this suite globally.
How does the automated stock trading work?โผ
It collects daily K-line data and financial news, scores stocks with LSTM price prediction (60%) and sentiment analysis (40%), then buys at market open and sells the next day using minute-level signals like moving stop-loss, RSI, and Bollinger bands.
What development workflow skills are included?โผ
The suite includes skills for brainstorming, writing implementation plans, test-driven development, systematic debugging, code review, git worktrees, and subagent-driven task execution.
Does it work with Claude Code and other AI coding tools?โผ
Yes. The CLAUDE.md and AGENTS.md files give your agent the full project structure, build commands, and coding rules, and all skills follow the standard SKILL.md format.
Can I run the trading system locally?โผ
Yes. Start MySQL, MongoDB, and Redis with docker-compose, run the Spring Boot backend with Maven, and launch the React frontend with npm run dev.
Related Repositories in Finance & Accounting
View All in Finance & Accountingโccxt
Trade and pull market data from 100+ crypto exchanges
financial-services
AI agents for banking, research, fund admin, and wealth workflows
financial-services-plugins
AI agents for banking, research, fund admin, and wealth workflows