Back to Discover

365-skills

skill

agents365-ai

View on GitHub
29 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add agents365-ai/365-skills

README

365 Skills

Production-grade Claude Code skills by Agents365-ai.

English | 中文

Install

# Claude Code plugin marketplace
/plugin marketplace add Agents365-ai/365-skills

# Any agent (Claude Code, Cursor, Copilot, etc.)
npx skills add Agents365-ai/365-skills -g

Available plugins

Development & CLI design

PluginDescription
agent-native-designCLI design for AI agents — evaluate, design, and refactor CLIs to serve humans, agents, and orchestration systems simultaneously

Drawing & diagrams

PluginDescription
drawioDraw.io diagrams — PNG/SVG/PDF export with visual review loop
mermaidMermaid diagrams — text-based, GitHub-native, auto-layout
excalidrawExcalidraw — hand-drawn whiteboard style
plantumlPlantUML — UML, C4, sequence, class diagrams
tldrawTldraw — infinite canvas, sketch-style

Scientific research

PluginDescription
semanticscholarSemantic Scholar — academic paper search, citation graph, recommendations, BibTeX export
paper-fetchPaper PDF downloader by DOI / title — 7-source fallback (Unpaywall, S2, arXiv, PMC, bioRxiv, publisher, Sci-Hub) with batch mode and idempotent retries
scholar-deep-researchEnd-to-end literature review pipeline — 8-phase script-driven workflow, 7 federated sources (OpenAlex, arXiv, Crossref, PubMed, DBLP, bioRxiv, Exa), cross-source dedup, dual-backend citation chasing, parallel deep-read fan-out, mandatory self-critique, cited reports across 5 archetypes
astaAi2 Asta MCP — Semantic Scholar academic graph over MCP (no Python). Intent-to-tool routing, safe fields defaults, citation traversal, snippet evidence retrieval, and DOI/arXiv/PMID via externalIds
journal-abbrevJournal name abbreviation lookup — ISO 4 + MEDLINE, multi-source cascade (JabRef → AbbrevISO → NLM), BibTeX rewrite with --idempotency-key, atomic cache rebuild, agent-native JSON envelope with stable error codes and dry-run

Knowledge & notes

PluginDescription
obsidian-organizerKeep 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

Install plugins

/plugin install drawio

Development

Plugin skills are direct copies of the source repos (not submodules). To update a plugin:

cp -r ../drawio-skill/skills/drawio-skill/* plugins/drawio/skills/drawio-skill/
git add plugins/drawio && git commit -m "chore: sync drawio-skill"

Auto-sync (agent-native-design, semanticscholar, paper-fetch, scholar-deep-research, asta)

agent-native-design, semanticscholar-skill, paper-fetch, scholar-deep-research, and asta-skill each ship a GitHub Actions workflow (.github/workflows/sync-365-skills.yml) that automatically pushes any change under their respective skills/<name>/** here, and bumps the version field in marketplace.json. Requires each source repo to have a SYNC_365_SKILLS_TOKEN secret with Contents: write on this repo.

Source repos

Each plugin mirrors a standalone skill repo — file issues there for plugin-specific bugs:

PluginSource
agent-native-designAgents365-ai/agent-native-design
drawioAgents365-ai/drawio-skill
mermaidAgents365-ai/mermaid-skill
excalidrawAgents365-ai/excalidraw-skill
plantumlAgents365-ai/plantuml-skill
tldrawAgents365-ai/tldraw-skill
semanticscholarAgents365-ai/semanticscholar-skill
paper-fetchAgents365-ai/paper-fetch
scholar-deep-researchAgents365-ai/scholar-deep-research
astaAgents365-ai/asta-skill
journal-abbrevAgents365-ai/journal-abbrev
obsidian-organizerAgents365-ai/obsidian-organizer

Support

If this skill set is helpful, consider supporting the author:

WeChat Pay
WeChat Pay
Alipay
Alipay
Buy Me a Coffee
Buy Me a Coffee
Tip
Tip

Author

Agents365-ai

Other resources

Rendered live from agents365-ai/365-skills's GitHub README — not stored, always reflects the source repo.

20 Plugins

NameDescriptionCategorySource
drawioDraw.io diagrams — generate .drawio XML, export to PNG/SVG/PDF via local CLI, with visual review loop and editable embedded XML./plugins/drawio
mermaidMermaid diagrams — text-based charts with auto-layout, GitHub-native rendering, and CLI export to PNG/SVG/PDF./plugins/mermaid
excalidrawExcalidraw hand-drawn style diagrams — whiteboard aesthetics, exported to PNG/SVG via CLI./plugins/excalidraw
plantumlPlantUML diagrams — UML, sequence, class, ER, and C4 architecture diagrams via text-based DSL./plugins/plantuml
tldrawTldraw whiteboard-style diagrams — infinite canvas, hand-drawn feel, exported to PNG/SVG./plugins/tldraw
ttscnMulti-platform Chinese TTS text-to-speech — 8 China-friendly backends (Edge/Doubao/CosyVoice/Azure/Tencent/Baidu/MiniMax/Xunfei), agent-native CLI with JSON envelope, schema introspection, auto-detect TTY, distinct exit codes (0/1/2/3/4), structured errors (code/message/retryable/field/backend), --fields filtering, dry-run, JSON provider registry, filterable HTML comparison page, voice cloning, SSML, emotion, dialects../plugins/ttscn
semanticscholarSemantic Scholar paper search — keyword/boolean/snippet search, citation traversal, similar-paper recommendations, author lookup, BibTeX/Markdown/JSON export, with built-in rate limiting and single-script execution./plugins/semanticscholar
paper-fetchDownload scientific paper PDFs by DOI (or title) — 7-source fallback chain (Unpaywall, Semantic Scholar, arXiv, PubMed Central, bioRxiv/medRxiv, publisher direct, Sci-Hub), batch mode, idempotent retries, structured JSON envelope, and SSRF-safe downloads./plugins/paper-fetch
scholar-deep-researchEnd-to-end academic research pipeline — 8-phase (Phase 0..7) script-driven workflow across 7 federated sources (OpenAlex, arXiv, Crossref, PubMed, DBLP, bioRxiv, Exa), cross-source dedup, transparent ranking, dual-backend citation chasing (OpenAlex + Semantic Scholar), parallel deep-read fan-out, mandatory self-critique, and cited reports across 5 archetypes./plugins/scholar-deep-research
astaAi2 Asta MCP — Semantic Scholar academic graph over MCP (no Python). Intent-to-tool routing, safe fields defaults to avoid context blowups, citation traversal, author lookup, snippet evidence retrieval, and DOI/arXiv/PMID via externalIds../plugins/asta
journal-abbrevJournal name abbreviation lookup — ISO 4 + MEDLINE, multi-source cascade (JabRef ~25K journals → AbbrevISO → NLM Catalog), BibTeX field rewrite, batch and NDJSON streaming, agent-native JSON envelope with stable error codes, dry-run on every mutating command, --idempotency-key for replay-safe bib rewrites, and atomic cache rebuild that preserves the old cache on failure./plugins/journal-abbrev
target-prioritizationMulti-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: configurable focus disease and cell-context queries../plugins/target-prioritization
piDrive the Pi coding agent from Claude Code — model-agnostic, works with whatever provider pi is configured for (DeepSeek, OpenAI, Anthropic, Google, Ollama, LM Studio, or any OpenAI-compatible endpoint). /pi:review with structured findings, /pi:adversarial-review for design challenges, /pi:rescue with background job control (status/result/cancel), and an optional stop-time review gate. No OAuth (API key only). 1:1 fork of openai/codex-plugin-cc with the runtime swapped from Codex to Pi../plugins/pi
videogencnAI 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/HappyHorse), Jimeng (doubao-seedance), MiniMax (Hailuo), Hunyuan (hy-video)./plugins/videogencn
assetseekerSearch 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, with API-backed search where available./plugins/assetseeker
video-podcast-makerAutomated topic-driven video podcast creation — research → script → TTS (7 backends: Edge / Azure / Doubao / CosyVoice / ElevenLabs / Google / OpenAI) → 4K Remotion render → BGM mix → Remotion-native subtitles. Multi-platform: Bilibili / YouTube / Xiaohongshu / Douyin / WeChat Channels. Outputs horizontal long-form (16:9 3840x2160) and vertical shorts (9:16 2160x3840). 15-step workflow with mandatory Studio preview, agent-native JSON envelope CLI, and per-video isolation via --public-dir../plugins/video-podcast-maker
bangumi-framesBilibili anime frame & character organizer — download a bangumi/UP video (or local file), extract scene-change keyframes, split scenery vs character crops (anime person detection), then either cluster everyone by CCIP identity or pull ONE character out via a reference folder (one-vs-rest, distance-prefixed matches). Agent-native JSON envelope CLI with --dry-run, --schema, stable exit codes; optional OCR+LaMa subtitle/watermark removal../plugins/bangumi-frames
imagencnAI image generation via Alibaba Bailian, ByteDance Volcano Ark & Tencent Hunyuan — 23 models, Chinese text excellence, rich terminal UI, smart config./plugins/imagencn
agent-native-designCLI design for AI agents — evaluate, design, and refactor CLIs so they reliably serve humans, AI agents, and orchestration systems simultaneously. Structured output, self-description, delegated auth, safety tiers, and a complete 8-phase interaction loop../plugins/agent-native-design
obsidian-organizerKeep 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) that lives inside the vault. Link-safe by design: all moves/renames go through the obsidian CLI so wikilinks auto-repair, never raw shell. Propose-then-confirm for bulk reorganizations../plugins/obsidian-organizer

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.