Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add yha9806/academic-writing-toolkit --skill notegit clone --depth 1 https://github.com/yha9806/academic-writing-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yha9806/academic-writing-toolkit/note)<a href="https://agentmods.dev/skills/yha9806/academic-writing-toolkit/note"><img src="https://agentmods.dev/badge/skills/yha9806/academic-writing-toolkit/note.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.01159 |
| Opus 5 | $0.00015 | $0.00580 |
| Sonnet 5 | $0.00006 | $0.00232 |
| Haiku 4.5 | $0.00003 | $0.00116 |
Grade A, and why
note scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/note — Reading Notes Skill
Parallel Routing
This skill is triggered by: take notes, record this, /note.
This skill does not handle page reading -- that is /read. If the user says "read next page and take notes", the /read skill handles the reading, and /note handles the recording as a second step.
Workflow
- Identify the current literature from conversation context -- author, title, year, and the page(s) just discussed.
- Locate or create the notes file at
literature/reading_notes/{Author}_{ShortTitle}_NOTES.md. Use Glob to check if the file already exists. The{Author}is the last name of the first author.{ShortTitle}uses underscores, title case, and omits articles (e.g.,Smith_Methods_NOTES.md). - Append content to the correct section of the notes file. Never overwrite existing content.
- Update the
Last updatedtimestamp at the bottom of the file to today's date. - Confirm with a one-line summary:
Recorded: {brief description} -> {filename}
Default Behavior
If the user says "take notes" without specifying what to record, default to recording the core analysis from the last assistant message -- summary, key terms, and thesis connections.
Notes File Template
This is the data contract shared across all skills (/read, /note, /integrate, /map). When creating a new notes file, use this exact structure:
# Reading Notes: {Author} -- {Title} ({Year})
**Source**: {single-line citation in the project's declared style — see `literature/reading_notes/_template_NOTES.md` for per-style examples; the active style is `Citation style:` in `CLAUDE.md`}
**Date read**: {YYYY-MM-DD}
**Status**: reading
**Evidence status**: {full_text | abstract_only | metadata_only}
**Relevance**: {which chapter/section this maps to}
---
## Key Arguments
- {bullet points summarising the main arguments}
## Detailed Notes
### p.{N}--{M}: {Section Title}
> "{direct quote}" (p.{N})
{analysis and commentary}
## Key Terms
| Term | Translation | Definition in context |
|------|-------------|----------------------|
## Thesis Connections
| Note Point | Chapter | Section | Connection Type |
|------------|---------|---------|-----------------|
## Questions & Follow-ups
- {open questions for future reading}
---
*Last updated: {YYYY-MM-DD}*
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed 7a2326abcf16
- yesterday Changed · +19 lines 8e967e6438ea
- 8d ago First seen · 97 lines · 29 tokens per session scan A 2cddc4b36ff4
note is a skill published in the GitHub repository yha9806/academic-writing-toolkit (36 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 1,159 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
academic-cv
Write academic CVs, cover letters, research statements, teaching philosophies, diversity statements, and prepare for academic job applications. Use this skill whenever you need to create or improve an academic CV, write a research statement, develop a teaching philosophy, prepare application materials for faculty…
conference-presentation
Design and write conference posters, oral presentations, slide decks, and conference abstracts. Use this skill whenever you need to create a research poster, prepare slides for an academic talk, design a conference presentation, write a conference abstract, or prepare for Q&A. Trigger for: "design my conference…
argumentation-engine
Build, analyse, strengthen, and evaluate academic arguments using formal argumentation frameworks. Use this skill whenever the user needs to construct a logical argument, write a critical analysis, respond to counterarguments, evaluate the strength of evidence, identify logical fallacies, or apply argumentation models…
figure-table-checker
Check, improve, and ensure compliance of figures and tables in academic papers. Use this skill whenever the user needs to verify figure or table formatting, choose error bar types, check colorblind accessibility, ensure APA or journal-specific compliance, create CONSORT or PRISMA flow diagrams, or fix common figure…
latex-writer
Write, structure, and compile LaTeX documents for academic purposes. Use this skill whenever the user needs to write a LaTeX document, choose the right document class or packages, format equations, manage bibliographies, create figures and tables in LaTeX, troubleshoot errors, or prepare a journal-ready manuscript.…
preregistration-guide
Write and complete preregistrations for research studies before data collection or analysis. Use this skill when preregistering a study, writing a registered report, or understanding open science practices. Trigger for: "preregister my study," "how to write a preregistration," "OSF preregistration," "AsPredicted,"…