🎯

gene-database

🎯Skill

from drshailesh88/integrated_content_os

VibeIndex|
What it does

Retrieves and processes gene-related information from scientific databases, enabling structured data extraction and research analysis.

πŸ“¦

Part of

drshailesh88/integrated_content_os(152 items)

gene-database

Installation

PythonRun Python server
python pipelines/twitter-content/generate.py "What are statin side effects?"
PythonRun Python server
python research-engine/run_pipeline.py --quick
PythonRun Python server
python rag-pipeline/src/knowledge_pipeline.py --query "SGLT2 heart failure"
πŸ“– Extracted from docs: drshailesh88/integrated_content_os
5Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# 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:

```bash

cd pubmed-mcp-server

npm install

```

  1. MCP config is already wired in .mcp.json and points to

pubmed-mcp-server/dist/index.js.

Quick Start

```bash

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.