Claude Code skills collection for boosting productivity in work, learning, and investment research
npx skills add https://github.com/skindhu/skind-skills --skill educational-video-creatorCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
Claude Code skills shared by skindhu for improving daily work and learning efficiency.
For more AI exploration content, follow the author's WeChat Official Account:
npx add-skill skindhu/skind-skills
In Claude Code, run:
/plugin marketplace add skindhu/skind-skills
Option 1: Browse and Install
Option 2: Direct Install
# Install skind-skills plugin
/plugin install skind-skills@skind-skills
Option 3: Tell the Agent
Simply tell Claude Code:
Please help me install skills from github.com/skindhu/skind-skills
| Plugin | Description | Included Skills |
|---|---|---|
| skind-skills | Investment research and educational video creation | us-stock-researcher, educational-video-creator |
To update skills to the latest version:
/pluginYou can also select Enable auto-update for automatic updates on startup.
Institutional-grade deep analysis of US stock SEC filings, outputting professional investment research reports.
Features:
Research Modes:
| Mode | When to Use | Requirements |
|---|---|---|
| Gemini Mode | Default when API key configured | GEMINI_API_KEY environment variable |
| Claude Native Mode | When no Gemini API or user requests | WebSearch tool access |
Usage Examples:
# Analyze latest annual report
Analyze AAPL's latest 10-K annual report
# Deep research a specific company
Deep research MSFT's 10-K filing
# Financial sector analysis (auto-selects Financial module)
Analyze JPM's latest annual report
# Pharma sector analysis (auto-selects Pharma module)
Research PFE's financial report
Output:
<project_root>/investment-research/{TICKER}/
├── tmp/
│ ├── sec_filings/cleaned.txt # Cleaned SEC filing
│ ├── analysis-framework-YYYY-MM-DD.md # Dynamic analysis framework
│ ├── phase1-YYYY-MM-DD.md # Phase 1 filing analysis
│ └── phase2-YYYY-MM-DD.md # Phase 2 web research
└── {TICKER}-Investment-Report-YYYY-MM-DD.md # Final report
Create professional educational videos with Kurzgesagt/回形针 visual style using Remotion.
Features:
Prerequisites:
remotion-best-practices skill (install via npx skills add https://github.com/remotion-dev/skills --skill remotion-best-practices)Workflow:
| Phase | Description |
|---|---|
| 1. Requirements | Confirm topic, audience, language, duration |
| 1.5. Script | Write complete narrative with story arc |
| 2. Storyboard | Break script into visual scenes with animation specs |
| 3. Visual Design | Apply Kurzgesagt/回形针 style guide |
| 4. Animation | Implement scenes using Remotion |
| 4.5. Audio | Generate TTS narration and background music |
| 5. QA | Auto style check, screenshot review, auto-fix |
Usage Examples:
# Create an educational video
帮我做一个关于量子计算的教学视频
# Create an explainer video
Create an explainer video about how blockchain works
# Create a science video
制作一个讲解光合作用的科普动画
Output:
your-workspace/
└── remotion_video/
├── src/
│ ├── Root.tsx
│ └── YourVideo/
│ ├── index.tsx
│ ├── scenes/
│ └── components/
├── public/
└── package.json
# Required for SEC EDGAR API
export SEC_EDGAR_COMPANY_NAME="YourCompany"
export SEC_EDGAR_EMAIL="[email protected]"
# Required for Gemini Mode (us-stock-researcher)
export GEMINI_API_KEY="your_gemini_api_key"
MIT