front-matter-writer

Solid

Write the survey's front matter files (Abstract, Introduction, Related Work, Discussion, Conclusion) in paper voice, with high citation density and a single evidence-policy paragraph. **Trigger**: front matter writer, introduction writer, related work writer, abstract writer, discussion writer, conclusion writer, 引言, 相关工作, 摘要, 讨论, 结论.

Data & Documents 498 stars 39 forks Updated today

Install

View on GitHub

Quality Score: 81/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Front Matter Writer (compatibility router) Purpose: produce the paper-level shell while preserving the current output contract and approval gate. ## Load Order Always read: - `references/overview.md` Read by task: - `references/abstract_archetypes.md` for `sections/abstract.md` - `references/context_projection.md` when adjusting how chapter briefs are projected into Introduction / Related Work context - `references/introduction_jobs.md` for Introduction body files - `references/related_work_positioning.md` for Related Work body files - `references/discussion_conclusion_patterns.md` for `sections/discussion.md` and `sections/conclusion.md` - `references/forbidden_stems.md` before revising any reader-facing prose - `references/examples_good.md` and `references/examples_bad.md` for calibration only Machine-readable assets: - `assets/front_matter_context.schema.json` - `assets/front_matter_context_schema.json` (compatibility alias for checklist-aligned naming) - `assets/front_matter_contract.json` - `assets/front_matter_templates.json` - `assets/front_matter_context_projection.json` ## Inputs Required: - `DECISIONS.md` with `Approve C2` - `outline/outline.yml` - `outline/mapping.tsv` - `citations/ref.bib` Optional but useful: - `GOAL.md` - `queries.md` - `papers/retrieval_report.md` - `papers/core_set.csv` - `outline/coverage_report.md` - `outline/writer_context_packs.jsonl` ## Outputs Keep the current output contract: - `sections/abstract.md` - `sections/S<sec_id>.md...

Details

Author
WILLOSCAR
Repository
WILLOSCAR/research-units-pipeline-skills
Created
7 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

frontend-system-design

Produce a staff-grade frontend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model, API and interface contract, rendering and delivery, state management, performance budget, accessibility, security, rollout, trade-offs) covering web and mobile, persisted as FRONTEND_SYSTEM_DESIGN.md. The default mode writes the design doc for real work; an --interview mode reframes the same structure for a frontend system-design interview round (RADIO-aligned). Capability-routed, not React-specific. Use when a frontend feature or surface needs an architecture-level design before planning and slicing, or when preparing a system-design interview artifact. Do not use to frame whether the problem is right (use problem-framing), to slice an already-designed change (use implementation-plan), to analyze blast radius (use impact-analysis), to review an API contract in isolation (use api-contract-review), or with no active task folder (run task-init first).

6 Updated 5 days ago
Mozurok
AI & Automation Solid

paper-writer

Use when the user wants a complete, publication-grade research paper on a specific topic — produces 200+ real citations, 4–8 publication-grade figures, and 7 sections of substantive prose compiled to PDF in one pass. No skeleton stage.

178 Updated 3 weeks ago
ai4s-research
Data & Documents Solid

okf-frontmatter

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schema_source, documents); schema details link to the authoritative code instead of being copied into prose; no more hand-maintained thousand-line markdown. (2) Look docs up fast — grep the literal term FIRST; only when grep is ambiguous (hits scattered across files / synonym mismatch / zero hits) run find_docs.py to rank the owning doc by frontmatter intent, or resolve a doc's schema_source to the real code. Trigger phrases — "which doc covers X", "find the schema for PortfolioResponse", "where is GET /api/holdings documented", "docs for verdict.risk_profile", "add OKF frontmatter to this doc", "lint the wiki", "scaffold a new ADR/chapter". Run: scripts/run.sh find|schema|index|lint|new (or python3 scripts/find_docs.py --repo <path> ...).

81 Updated today
longsizhuo