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-creatorInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
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