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.
everything-claude-code
Agent harness skills/instincts directly applicable to BLC Claude Code workflow; MIT license. Triage verdict: ADOPT.
superpowers
Agentic skills framework with development methodology — Claude Code skills. Triage verdict: ADOPT.
deer-flow
Long-horizon SuperAgent harness with memory/skills/subagents — orchestration patterns for Jacer. Triage verdict: ADOPT.
last30days-skill
Research skill covering Reddit/X/YouTube/HN/Polymarket — directly useful for MetaEngine Michael. Triage verdict: ADOPT.
anthropic-sdk-python
Official Anthropic Python SDK. Used for cloud tier (complex reasoning, code-gen) in JARVIS model routing.
asyncpg
Fast async PostgreSQL client. Used as the DB driver for JARVIS RIDB FastAPI service.
autogen
Multi-agent conversation framework by Microsoft. Provides GroupChat, AssistantAgent, UserProxyAgent abstractions. Key pattern source for JARVIS multi-agent orchestration.
crewai
Role-based multi-agent framework with crew/task/agent primitives. Useful for structured task decomposition — maps directly to JARVIS execution pipeline steps.
fastapi
Modern Python web framework used as JARVIS RIDB executor API foundation. Async, pydantic-native, OpenAPI auto-docs.
gpt-researcher
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
Async HTTP client. Used for Michael dispatcher and Hades Ollama calls in JARVIS.
litellm
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
Structured logging library with file rotation and async support. Used for JARVIS execution logs per run.
newspaper4k
Article scraping and NLP library. Extracts full text, authors, publish dates from news URLs. Michael can use this for Nepal Elections content ingestion.
ollama
Local LLM server running on JARVIS (nomic-embed-text) and Hades. Already deployed — adapt for embedding tier and local reasoning.
pgvector-python
Python client for pgvector. Used for embedding insert/query in RIDB.
pydantic
Data validation library. Used throughout JARVIS for structured output contracts and config validation.
python-dotenv
Environment variable loader from .env files. Used to load ANTHROPIC_API_KEY and other secrets in JARVIS.
rich
Beautiful terminal output library. Used for JARVIS CLI run reports and structured logging.
seomachine
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
SQLAlchemy + Pydantic hybrid ORM. Used in JARVIS RIDB for type-safe DB access.
trafilatura
Web scraping focused on text extraction and metadata. Faster than newspaper4k for bulk pipelines. Good for content-at-scale use in MetaEngine.
typer
CLI framework built on Click. Used for JARVIS management CLI (seed, ingest, run).
tradingagents
Multi-agent LLM trading framework — highest priority for botmeg-advisor patterns. REFERENCE only during live window. Triage verdict: ADOPT (blocked).
celery
Distributed task queue. Reference for async job patterns — RIDB may need background embedding backfill queue.
chroma
Lightweight vector database. REFERENCE only — JARVIS already uses pgvector, but chroma patterns useful for client-side embedding work on Jacer.
freqtrade
Production crypto trading bot with strategy framework and backtesting. Reference only — no engine writes during BotMeg live window.
langchain
Foundational LLM framework with chains, tools, memory, agents. Reference for prompt engineering patterns and tool-use abstractions. Already widely adopted.
llama-index
RAG framework with document loaders, vector store integrations, query engines. Reference for retrieval patterns when querying RIDB.
opendevin
Open-source software engineering agent that can browse the web, write code, and execute commands in a sandboxed environment. Reference for agentic code execution patterns.
trading-agents
Multi-agent trading system with analyst/researcher/trader roles. Reference for BotMeg architecture. DO NOT adapt without live-window clearance.
vllm
High-throughput LLM inference server. Reference for future JARVIS GPU inference if VPS gets upgraded with GPU.
Derived skills
Capabilities synthesised from the repo patterns above and validated by the autonomous loop.
knowledge_retrieval
APPROVEDCapability: knowledge_retrieval
orchestrate_multi_step_workflow
APPROVEDCapability: orchestrate_multi_step_workflow
seo_content_optimizer
APPROVEDCapability: seo_content_optimizer
summarize_markdown
APPROVEDSummarizes markdown content into a concise brief using heuristic extraction.
ui_state_summarizer
APPROVEDCapability: ui_state_summarizer
workflow_planner
APPROVEDCapability: workflow_planner