mirror of
https://github.com/Imbad0202/academic-research-skills.git
synced 2026-09-14 13:51:17 +08:00
49e79a7c99
* feat(commands): expose bare /ars-* aliases via explicit frontmatter name (#633) All 16 commands/ars-*.md declare name: == filename stem so Claude Code >= 2.1.216 plugin installs resolve the bare /ars-<mode> alias the SessionStart announce already advertises; the namespaced form stays canonical. Pre-2.1.216 tradeoff (name replaces the whole command name, bare-only surface, namespaced autocomplete lost) accepted and documented in SETUP en/zh-TW. New check_command_frontmatter_name.py lint (10 tests, manifest-registered) wired into the command-invariants workflow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011LjhVWRdN55ugpgVzYQgNg * fix(lint): close YAML-equivalent name-key re-spelling channel (codex P2) A bare 'name:' line scan misses '"name":' / 'name :' variants, so a later YAML-equivalent duplicate could override the resolved command name while CI stays green. The lint now detects every name-like key variant and accepts exactly one canonical 'name: <stem>' line; all re-spellings fail closed. +4 mutation tests (quoted duplicate, spaced-colon duplicate, sole non-canonical spelling, quoted value). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011LjhVWRdN55ugpgVzYQgNg --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
576 B
576 B
name, description
| name | description |
|---|---|
| ars-full | ARS full pipeline — research → write → review → revise → finalize |
Trigger the academic-pipeline orchestrator ((pipeline) in MODE_REGISTRY.md — the orchestrator has no named mode of its own). Loads the skill and executes the complete academic research workflow (10-stage orchestration: deep-research → academic-paper → integrity → academic-paper-reviewer → revision → re-review → final integrity → finalize).
Mode reference: MODE_REGISTRY.md § academic-pipeline.
Skill entry: academic-pipeline/SKILL.md.