From d42ad5b7726242dcc9a7a9dac26774f09fbceb66 Mon Sep 17 00:00:00 2001 From: qyh15 Date: Sat, 23 May 2026 14:22:00 +0800 Subject: [PATCH] Rename skill to QQsci --- SKILL.md | 4 ++-- agents/openai.yaml | 2 +- config/config.template.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SKILL.md b/SKILL.md index 83bd5e9..908b7f5 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,11 +1,11 @@ --- -name: material-writing +name: qqsci description: Draft, restructure, polish, or audit materials-science manuscript sections using evidence-first, high-impact-journal writing logic, with optional Zotero/Obsidian/DeepSeek literature-note routing. Use for materials chemistry, nanomaterials, functional materials, devices, catalysis, energy storage, biomaterials, sensors, flexible electronics, MOF/COF, MXene, perovskite, polymer, composite, and interface/mechanism papers, especially when the user provides Chinese notes, figures, characterization data, Zotero literature notes, DeepSeek-generated paper notes, target-journal questions, or wants Nature-like but materials-specific academic prose. version: 0.1.0 author: Local skill modeled after nature-writing/nature-polishing workflows for materials-science manuscripts --- -# Materials-Science Manuscript Writing +# QQsci Materials-Science Manuscript Writing Use this skill when the user wants to write, rebuild, polish, translate, or review manuscript prose for materials-science papers. The goal is not generic diff --git a/agents/openai.yaml b/agents/openai.yaml index 5e0d5c2..3e09ee6 100644 --- a/agents/openai.yaml +++ b/agents/openai.yaml @@ -1,3 +1,3 @@ -display_name: Materials Writing +display_name: QQsci short_description: Audit materials submission packages, compare with strong papers, and add DOI-only Word comments. default_prompt: Help me audit this materials-science submission package using my evidence and Zotero/Obsidian DeepSeek literature notes. Check Manuscript, Figures, Supporting Information, Highlights, Cover Letter, and TOC as one consistent package, identify strongly related papers, compare my manuscript with them for missing evidence, figure problems, format issues, spelling errors, and terminology inconsistency, and for Word citation suggestions add native comments containing DOI strings only. diff --git a/config/config.template.json b/config/config.template.json index aca57c1..723c0f0 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -15,7 +15,7 @@ "zotero_integration_note_folder": "" }, "workflow": { - "manifest_path": "state/material-writing-literature-manifest.jsonl", + "manifest_path": "state/qqsci-literature-manifest.jsonl", "skip_existing_notes": true, "batch_size": 10 }