原始内容
codex_skills
This repo contains personal Codex skills.
Skills
bioinforw-data-plotting/- Recommend scientific plotting templates from a local Bioinforw/NGplot catalog, regenerate embedding input, rank top-k figure templates, and return reusable Python/R code paths for dataset-driven plotting. The skill also bundles a345-template snapshot with preview images, rendered SVGs, example Python/R scripts, example data files, local index page, and enriched catalog files.dl-paper-code-blog/- Write Chinese blog posts from a paper+code bundle, enforce cropped figures, upload figures to Lsky, query local journal metrics (JCR/CAS), and provide QA gates + self-review checklist.lsky-uploader/- Upload files to a self-hosted Lsky Pro instance and return URLs/Markdown snippets.
Install (Codex)
Option A: Use the built-in skill-installer (downloads from GitHub):
scripts/install-skill-from-github.py --repo cihebi2/codex_skills --path bioinforw-data-plotting dl-paper-code-blog lsky-uploader
Option B: Clone and copy the folders into ~/.codex/skills/.
Notes
dl-paper-code-blog/references/journal_metrics_2025.sqlite3is generated locally from your Excel tables and is intentionally gitignored. Build it with:python dl-paper-code-blog/scripts/build_journal_metrics_db.py --overwrite(auto-detects a JCR/CAS xlsx underD:/game/) or pass--xlsx <path>.
- After drafting a post, run:
python dl-paper-code-blog/scripts/check_article_requirements.py <blog.md> --require-urlspython dl-paper-code-blog/scripts/check_article_length.py <blog.md> --min 5000 --max 7000- and follow
dl-paper-code-blog/references/self_review.mdfor the final human polish.