nature-polishing
Installation
SKILL.md
Nature-Style Academic Polishing — Router
This skill is split into two layers:
- A static layer under
static/that holds versioned, reusable content fragments (core principles, paper-type playbooks, per-section guidance, language-specific rules, per-journal style). - A dynamic layer (this file plus
manifest.yaml) that detects the request's axes and loads only the fragments needed for the current job.
Do not try to apply the polishing logic from memory or from this router. Always load fragments from disk as described below.
Routing protocol
Follow these five steps every time the skill is invoked.
1. Load the manifest and the core layer
Read manifest.yaml. It declares the axes (paper_type, section, language, journal), the allowed values, and the file paths each value maps to.
Also read every file listed under always_load. These hold the default stance, failure-mode diagnosis, ethics, and output format that apply to every polish job.
Installs
3.8K
Repository
yuan1z0825/nature-skillsGitHub Stars
26.6K
First Seen
Apr 29, 2026
Security Audits