18 skills found
ThisIsLittleSky / WaterPaper水论文skill一句话出论文:多角度选题、真实文献采集、大纲写作、降低AIGC率、降低重复率、绘制图表、DOCX交付
study8677 / repobrain🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.
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;...
D4Vinci / Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
Nlkomaru / 00_basicユーザーはClaudeよりプログラミングが得意ですが、時短のためにClaudeにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHubから学習した広範な知識を持っており、個別のアルゴリズムやライブラリの使い方は私が実装するよりも速いでしょう。ユーザーに説明しながらコードを書きます。
vitali87 / code-graph-ragThe ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs
Jupiterian / ATP-Rankings-APIPython/SQLITE3 based project which scrapes data from ATP Rankings website and uses Matplotlib for data visualization. Also updated to include FastAPI and MCP server deployment on render
noriaki / 00_basicユーザはプログラミングが得意ですが、時短のために私にコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub から学習した広範な知識を持っており、個別のアルゴリズムやライブラリの使い方はユーザが実装するよりも速いでしょう。テストコードを書いて動作確認しながら、ユーザに説明しながらコードを書きます。
KHAEntertainment / docker-swarm-mcpMCP server for Docker Swarm orchestration using FastAPI and Docker SDK
lelabdev / rag-ferritePersonal RAG engine — simple, fast, Rust. One binary (15 MB), one DB, native collections. MCP-native.
pierceboggan / nano-banana-mcpAn MCP server for generating images.
snowdreamtech / frpDocker Images for Frp.
the-ai-entrepreneur-ai-hub / tiktok-shop-scraperTikTok Shop Affiliate Scraper. Find creators promoting any product with verified data (product name, price, sales, creator followers). Apify actor.
Fabianusromarioyeuyanan123 / ScraplingSimplify web scraping by extracting data from modern websites with an easy-to-use Python library designed for efficiency and clarity.
majiayu000 / bio-microbiome-functional-predictionPredict metagenome functional content from 16S rRNA marker gene data using PICRUSt2. Infer KEGG, MetaCyc, and EC abundances from ASV tables
mormorbump / 00_basicfsmによる状態遷移のサンプル
Damages9 / rp在当前目录下启动话本RP流程。 查找素材文件(PNG角色卡、JSON世界书、TXT小说): - Glob 搜索 `*.png`, `*.json`, `*.txt` - 同时检查 `chat_log.json` 和 `memory/` 是否存在
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。