14 skills found
JerBouma / FinanceToolkitTransparent and Efficient Financial Analysis
google / adk-goAn open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
microprediction / preciseOnline (incremental) covariance, correlation, and precision estimation in Python — the streaming complement to sklearn.covariance
assafkip / huntkitInvestigation toolkit for Claude Code: case management, OSINT, structured analytic techniques, chain-of-custody evidence capture, and bundled threat-intel MCP servers.
rwi001 / polarsFast in-memory DataFrame library for datasets that fit in RAM
NPC-Worldwide / npcpyThe python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.
simonlin1212 / a-stock-dataA股全栈数据工具包 · 10层架构 · 43端点(含3官方备胎) · 15数据源 · 行情/研报/资金面/筹码/公告/打板/ETF期权/舆情互动全覆盖+备用源降级 | China A-Share full-stack data toolkit (43 endpoints)
cbtw-apac / qdrant-loaderEnterprise-ready vector database toolkit for building searchable knowledge bases from multiple data sources. Supports multi-project management, automatic ingestion from Confluence/JIRA/Git, intelligent file conversion (PDF/Office/images), and semantic search.
tandemai-inc / rdkit-mcp-serverMCP server that enables language models to interact with RDKit through natural language
openklas / openklasMCP server for University Learning Management System (KLAS).
miounet11 / ccjkClavue / Claude Code / Codex / Grok CLI 的医生+快捷操作员 — 扫描配置健康度,一键写入 API/MCP/工作流
admica / FileScopeMCPAnalyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages such as Python, C, C++, Rust, Zig, Lua.
rwi001 / biopythonComprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget;...
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。