social-media-trends-research

설치
CLI
npx skills add https://github.com/drshailesh88/integrated_content_os --skill social-media-trends-research

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/22/2026

Integrated Content Operating System

Single source of truth for Dr. Shailesh Singh's content creation, research,
and writing workflows.

Fresh Machine Setup (Required)

  1. Create .env from .env.example and set NCBI_API_KEY (plus other keys).
  2. Install PubMed MCP dependencies:
    cd pubmed-mcp-server
    npm install
    
  3. MCP config is already wired in .mcp.json and points to
    pubmed-mcp-server/dist/index.js.

Quick Start

python pipelines/twitter-content/generate.py "What are statin side effects?"
python research-engine/run_pipeline.py --quick
python rag-pipeline/src/knowledge_pipeline.py --query "SGLT2 heart failure"

Notes

  • .env is intentionally not committed.
  • PubMed MCP is mandatory for research outputs.