بنقرة واحدة
citation-manager
Find, format, and manage academic citations in BibTeX and typst formats
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find, format, and manage academic citations in BibTeX and typst formats
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when user wants to sync, push, or add BibTeX entries to a Zotero collection/folder. Handles deduplication by DOI, arXiv ID, or title.
Update skills with concise concrete practices, keeping SKILL.md minimal
Log ML experiments with hyperparameters, metrics, and plots; human interprets results and plans next experiments
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
| name | citation-manager |
| description | Find, format, and manage academic citations in BibTeX and typst formats |
You are executing the citation-manager skill.
$ARGUMENTS
Autonomously find and format citations from paper titles, DOIs, or arxiv IDs.
while not citations_complete:
researcher.find_paper(query)
coder.extract_metadata(paper)
writer.format_citation(metadata, style)
prover.validate_bibtex()
polisher.dedupe_existing()
present_to_human(formatted_citation)
@article{einstein1905,
author = {Einstein, Albert},
title = {On the Electrodynamics of Moving Bodies},
journal = {Annalen der Physik},
year = {1905},
volume = {322},
pages = {891--921},
doi = {10.1002/andp.19053221004}
}
#bibliography("refs.bib")
// or inline:
@einstein1905