LiHongwei-cn

60 mods across 1 repository, 4 stars between them.

nature-citation

25

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Add strict Nature/CNS citations to manuscript text by splitting long passages into citable segments, searching only accepted flagship and subjournal titles from Nature Portfolio, the AAAS Science family, and Cell Press, filtering by publication time range, and exporting one reference-manager-ready output by default.…

4 1mo ago A 150 tokens copy · 97% MIT

nature-data

26

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Prepare, audit, or revise Nature-ready Data Availability statements, data repository plans, dataset citations, and FAIR metadata checklists for manuscripts. Use when the user asks about Nature data availability, research data sharing, repository selection, accession numbers, restricted or sensitive data, source data…

4 1mo ago A 90 tokens copy · 92% MIT

nature-figure

27

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Submission-grade Nature/high-impact journal figure workflow for Python or R. Use whenever the user asks to create, revise, audit, or polish manuscript figures, multi-panel scientific plots, figures4papers-style matplotlib plots, or journal-ready SVG/PDF/TIFF outputs, especially for Nature-family or other high-impact…

4 1mo ago A 149 tokens copy · 95% MIT

nature-paper2ppt

28

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Build a complete but efficient Nature-style Chinese PPTX presentation from a scientific paper, preprint, PDF, article text, abstract, figure legends, or reading notes. Use this skill whenever the user asks to make slides/PPT/PPTX for journal club, group meeting, paper sharing, thesis seminar, lab meeting, department…

4 1mo ago A 130 tokens copy · 97% MIT

nature-polishing

29

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph, abstract, introduction, results…

4 1mo ago A 77 tokens copy · 83% MIT

nature-reader

30

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Build full-paper Chinese-English side-by-side, figure/table-aware, source-grounded Markdown readers for journal or conference papers from PDF, DOI, arXiv, publisher HTML, or pasted text. Use whenever the user asks to translate or read a paper, make 中英文对照/原文对照/全文翻译解读, extract figures or tables into the right positions…

4 1mo ago A 116 tokens original MIT

nature-response

31

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Draft, audit, or revise point-by-point reviewer response letters for Nature-family manuscript revisions. Use when the user provides reviewer comments, editor decision letters, revision notes, response drafts, or asks how to respond to major/minor revision requests, rebuttal letters, response to reviewers, peer-review…

4 1mo ago A 91 tokens original MIT

nature-writing

32

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Draft, restructure, or plan Nature-style manuscript sections from author-provided claims, results, figures, notes, or Chinese drafts. Use when the user wants to write or rebuild an abstract, introduction, results narrative, discussion, conclusion, title, or full manuscript argument rather than only polish finished…

4 1mo ago A 63 tokens original MIT

neat-freak

33

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

End-of-session knowledge cleanup with OCD-level rigor — reconciles project docs (CLAUDE.md, README.md, docs/) and agent memory against the code so nothing rots. 会话结束后对项目文档和记忆进行洁癖级审查与同步。MUST trigger when the user says: "sync up", "tidy up docs", "update memory", "clean up docs", "/sync", "/neat", "同步一下", "整理文档"…

4 1mo ago A 215 tokens original MIT

research-rigor

34

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

A structured method for doing research and analysis with explicit assumptions, evidence checks, scoring criteria, independent review, and later accuracy checks. The description is mainly in Chinese and does not define a specific software integration.

4 1mo ago A 175 tokens original MIT

resume-builder

35

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

A set of rules for creating professional HTML resumes and CVs. It defines a restrained layout, readable typography, print-friendly colors, spacing, and limits on decorative design.

4 1mo ago A 52 tokens original MIT

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

A five-part check that challenges a proposed plan before it is built or used. It examines unusual inputs, security risks, performance under larger workloads, unavailable dependencies, and contradictions within the plan.

4 1mo ago A 24 tokens original MIT

agentic-retrieval

37

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

A retrieval method that lets a coding agent decide whether it needs to look something up, where to look, and whether the results are trustworthy. It can use project files, saved conversations, local memory, the internet, or code repositories.

4 1mo ago A 27 tokens original MIT

mcp-protocol

38

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

An open communication standard for connecting AI agents to external tools and data. MCP servers can provide callable tools, readable resources, or reusable instruction templates through a common interface.

4 1mo ago A 25 tokens original MIT

llm-app-patterns

40

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Production-ready patterns for building LLM applications, inspired by Dify and industry best practices.

4 1mo ago A 36 tokens original MIT

mcp-tool-developer

41

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Build Model Context Protocol (MCP) servers and tools from scratch. Full-stack MCP development with TypeScript/Python, testing, deployment, and registry publishing.

4 1mo ago A 38 tokens original MIT

ai-wrapper-product

42

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc. ) into focused tools people will pay for. Not just "ChatGPT but different" - products that solve specific problems with AI.

4 1mo ago A 47 tokens copy · 100% MIT

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.

4 1mo ago A 55 tokens copy · 89% MIT

api-documentation

44

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.

4 1mo ago A 23 tokens copy · 100% MIT

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Builds production-ready REST API endpoints with validation, error handling, authentication, and documentation. Follows best practices for security and scalability.

4 1mo ago A 32 tokens copy · 100% MIT

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities.

4 1mo ago A 29 tokens copy · 94% MIT

k6-load-testing

47

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.

4 1mo ago B 35 tokens original MIT

LiHongwei-cn/lihongwei-cn

Skill Claude CodeCodex

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.

4 1mo ago A 50 tokens copy · 91% MIT