CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. liusai0820
  4. /
  5. stock-analysis-skill
  6. /
  7. Stock Analysis

Stock Analysis

Editor's Note

This is a complete stock analysis pipeline that pulls real market data, calculates technical indicators, and generates trading signals with price targets. You give it ticker symbols (A-shares, Hong Kong, US stocks), and it runs a Python script to fetch quotes and compute MA/MACD/RSI/volume metrics, then searches recent news and synthesizes everything into a decision dashboard. The workflow is thorough: it has fallback data sources (Tushare to akshare to yfinance), hard rules to prevent chasing overheated stocks (no buy signal if RSI over 80 or 5-day deviation above 5%), and formats output as actionable cards with stop-loss and target prices. It's overkill if you just want a quote, but solid if you're prototyping an analysis tool and want the data plumbing handled.

Install

npx skills add https://github.com/liusai0820/stock-analysis-skill --skill stock-analysis
Votes
0
Installs206
GitHub Stars55
Categories
Automation & WorkflowsFinance & Trading
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Automation & Workflows Skills

View all →
n8n-workflow-generator

jeremylongshore/claude-code-plugins-plus-skills

0
248
2.3k
n8n workflow generator
n8n-workflow-automation

sundial-org/awesome-openclaw-skills

0
240
609
n8n workflow automation
dag-parallel-executor

erichowens/some_claude_skills

0
21
Executes DAG waves with controlled parallelism using the Task tool. Manages concurrent agent spawning, resource limits, and execution coordination. Activate on 'execute dag', 'parallel execution', 'concurrent tasks', 'run workflow', 'spawn agents'. NOT for scheduling (use dag-task-scheduler) or building DAGs (use dag-graph-builder).
workflow-automation

supercent-io/skills-template

0
12.6k
88
Automate development tasks with npm scripts, Makefiles, Git hooks, and shell scripts.
n8n-workflow-architect

promptadvisers/n8n-powerhouse

0
21
Strategic automation architecture advisor. Use when users want to plan automation solutions, evaluate their tech stack (Shopify, Zoho, HubSpot, etc.), decide between n8n vs Python/Claude Code, or need guidance on production-ready automation design. Invokes plan mode for complex architectural decisions.
project-workflow-analysis-blueprint-generator

github/awesome-copilot

0
8.9k
34.3k
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns.