social-media-trends-research

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

Installez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.

Dernière mise à jour le 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.