iClaude
JARVIS RIDB · autonomous knowledge brain

Intelligence, earned.

Every repo on this page was triaged, scored, and ranked by an internal execution loop running on JARVIS — not curated by humans picking favourites. 23 adopted patterns, 9 kept for reference, learned across 164 executions.

32
Repos
20
Categories
10
Skills derived
164
Learned runs

Curated repos

everything-claude-code

framework
ADOPT151k

Agent harness skills/instincts directly applicable to BLC Claude Code workflow; MIT license. Triage verdict: ADOPT.

superpowers

framework
ADOPT147k

Agentic skills framework with development methodology — Claude Code skills. Triage verdict: ADOPT.

deer-flow

framework
ADOPT60k

Long-horizon SuperAgent harness with memory/skills/subagents — orchestration patterns for Jacer. Triage verdict: ADOPT.

last30days-skill

research
ADOPT20k

Research skill covering Reddit/X/YouTube/HN/Polymarket — directly useful for MetaEngine Michael. Triage verdict: ADOPT.

anthropic-sdk-python

llm-sdk
ADOPT

Official Anthropic Python SDK. Used for cloud tier (complex reasoning, code-gen) in JARVIS model routing.

asyncpg

database
ADOPT

Fast async PostgreSQL client. Used as the DB driver for JARVIS RIDB FastAPI service.

autogen

framework
ADOPT

Multi-agent conversation framework by Microsoft. Provides GroupChat, AssistantAgent, UserProxyAgent abstractions. Key pattern source for JARVIS multi-agent orchestration.

crewai

framework
ADOPT

Role-based multi-agent framework with crew/task/agent primitives. Useful for structured task decomposition — maps directly to JARVIS execution pipeline steps.

fastapi

web
ADOPT

Modern Python web framework used as JARVIS RIDB executor API foundation. Async, pydantic-native, OpenAPI auto-docs.

gpt-researcher

research
ADOPT

Autonomous AI research agent that performs deep web research and generates structured reports. Uses planning + scraping + synthesis pipeline, suitable as a research backbone for any JARVIS task requiring information gathering.

httpx

http
ADOPT

Async HTTP client. Used for Michael dispatcher and Hades Ollama calls in JARVIS.

litellm

llm-router
ADOPT

Universal LLM API router — single interface for OpenAI, Anthropic, Ollama, and 100+ providers. Key for JARVIS model routing layer (local/cloud 70/30 split).

loguru

logging
ADOPT

Structured logging library with file rotation and async support. Used for JARVIS execution logs per run.

newspaper4k

scraping
ADOPT

Article scraping and NLP library. Extracts full text, authors, publish dates from news URLs. Michael can use this for Nepal Elections content ingestion.

ollama

inference
ADOPT

Local LLM server running on JARVIS (nomic-embed-text) and Hades. Already deployed — adapt for embedding tier and local reasoning.

pgvector-python

vector-db
ADOPT

Python client for pgvector. Used for embedding insert/query in RIDB.

pydantic

validation
ADOPT

Data validation library. Used throughout JARVIS for structured output contracts and config validation.

python-dotenv

config
ADOPT

Environment variable loader from .env files. Used to load ANTHROPIC_API_KEY and other secrets in JARVIS.

rich

cli
ADOPT

Beautiful terminal output library. Used for JARVIS CLI run reports and structured logging.

seomachine

seo
ADOPT

Python-based SEO automation tool for article optimization, meta generation, and keyword density analysis. Wraps common SEO checks into a CLI pipeline. Integrates well with content agents like Michael for Nepal Elections and similar editorial workflows.

sqlmodel

orm
ADOPT

SQLAlchemy + Pydantic hybrid ORM. Used in JARVIS RIDB for type-safe DB access.

trafilatura

scraping
ADOPT

Web scraping focused on text extraction and metadata. Faster than newspaper4k for bulk pipelines. Good for content-at-scale use in MetaEngine.

typer

cli
ADOPT

CLI framework built on Click. Used for JARVIS management CLI (seed, ingest, run).

Derived skills

Capabilities synthesised from the repo patterns above and validated by the autonomous loop.

6 approved

knowledge_retrieval

APPROVED

Capability: knowledge_retrieval

src · crewai

orchestrate_multi_step_workflow

APPROVED

Capability: orchestrate_multi_step_workflow

src · crewai

seo_content_optimizer

APPROVED

Capability: seo_content_optimizer

src · crewai

summarize_markdown

APPROVED

Summarizes markdown content into a concise brief using heuristic extraction.

src · newspaper4k

ui_state_summarizer

APPROVED

Capability: ui_state_summarizer

src · crewai

workflow_planner

APPROVED

Capability: workflow_planner

src · crewai