Production-grade skills for AI coding agents by [Agents365-ai](https://github.com/Agents365-ai). Agent-agnostic, works with Claude Code, Cursor, Copilot, OpenClaw & more.
| `agent-native-design` | CLI design for AI agents — evaluate, design, and refactor CLIs to serve humans, agents, and orchestration systems simultaneously |
| `pi-plugin-cc` | Drive the Pi coding agent from Claude Code — model-agnostic delegation and code review. `/pi:review` with structured findings, `/pi:adversarial-review`, `/pi:rescue`, `/pi:parallel-rescue`, racing/fallback across providers, incremental review |
| `paper-fetch` | Paper PDF downloader by DOI / title — 7-source fallback (Unpaywall, S2, arXiv, PMC, bioRxiv, publisher, Sci-Hub) with batch mode and idempotent retries |
| `journal-if` | Journal impact factor (JCR IF) lookup — find a journal's IF by name, compare IF across journals, and rank publication venue quality, backed by a bundled `journals_if.csv` dataset |
| `target-prioritization` | Multi-source drug-target due-diligence — turn a ranked gene list (e.g. scRNA-seq DE output) into a per-gene dossier across UniProt, OpenTargets, and PubMed, plus a local cross-lineage DE scan, then re-rank by a configurable composite score (cross-lineage convergence + druggability + disease genetics + tractability + novelty). Disease-agnostic |
| `figshare` | Figshare v2 REST API — search public datasets/articles, batch-download files by ID/DOI/URL, and create, update, publish, or multi-part-upload to your own articles (large-file 3-step upload flow) |
| `zenodo` | Zenodo REST API — deposit, publish, version, and search research artifacts (datasets, software, papers) with a citable DOI; sandbox-first, bucket-API uploads, full metadata reference and end-to-end shell examples |
| `grant-thinking-general` | Grant proposal reasoning meta-skill — reviewer-aware logic, fundability framing (significance, innovation, feasibility), scope control, and section-by-section diagnosis before any NSFC/NIH-style proposal is written |
| `grant-thinking-cn-biology` | Chinese NSFC-focused biology grant reasoning — mechanism-centered scientific questions, reviewer-aware logic, innovation discipline, feasibility and scope control across funding levels (youth / general / key) |
| `scientific-thinking-biology` | Biology-specific adaptation of scientific-thinking-general — marker vs driver, experimental-system validity, an 8-level biological evidence hierarchy, alternative-explanation and confound checks (composition, batch, redundancy), and system-aware conclusion language |
| `obsidian-organizer` | Keep a large Obsidian vault tidy — file new notes into the best-fit folder and audit/reorganize existing structure, driven by a single source-of-truth map note (`00_Index/Folder_Map.md`) inside the vault. Link-safe by design (moves go through the `obsidian` CLI so wikilinks auto-repair), propose-then-confirm for bulk changes |
| `ttscn` | Multi-platform Chinese TTS text-to-speech — 14 backends (Edge/Doubao/CosyVoice/Qwen/StepFun/Zhipu/Azure/Tencent/Baidu/MiniMax/Xunfei/ElevenLabs/OpenAI/Google), agent-native CLI with JSON envelope, schema introspection, voice cloning, SSML, emotion, dialects, filterable HTML comparison page |
| `imagencn` | AI image generation via Alibaba Bailian, ByteDance Volcano Ark & Tencent Hunyuan — 23 models, Chinese text excellence, rich terminal UI, smart config |
| `videogencn` | AI video clip generation with Chinese video models — text-to-video, image-to-video, first/last-frame and reference-to-video across Bailian (Wan/PixVerse/Kling/Vidu), Jimeng (doubao-seedance), MiniMax (Hailuo), Hunyuan |
| `assetseeker` | Search free commercial-use creative assets — photos, illustrations, icons, video footage, music, sound effects, and fonts across Pexels, Unsplash, Pixabay, Iconify, Freesound, Google Fonts and more |
| `bangumi-frames` | Bilibili anime frame & character organizer — download a bangumi/UP video (or local file), extract scene-change keyframes, split scenery vs character crops, cluster by CCIP identity or pull one character via a reference folder; optional OCR+LaMa subtitle/watermark removal |
| `yt2bb` | Repurpose YouTube videos for Bilibili — download via yt-dlp, transcribe with whisper, generate bilingual (English-Chinese) SRT subtitles, hardcode them with ffmpeg |
Plugin skills are direct copies of the source repos (not submodules). This repo is the central distribution point: update the source skill repo first, then copy the update here and bump the plugin's `version` in `.claude-plugin/marketplace.json`: