Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

research-papers-plugin

يحتوي research-papers-plugin على 28 من skills المجمعة من ctoth، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
28
محدث
2026-06-28
Forks
9
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

paper-retriever-bookshare
مطوّرو البرمجيات

Credentialed-source backend for retrieving books from Bookshare (bookshare.org) into the papers/ collection. Given a book title or ISBN and a target directory name, it searches Bookshare and downloads the EPUB via the published `bookshare` CLI. Download-only (produces book.epub). Enable only if you have a Bookshare account; requires credentials in a gitignored .secrets/bookshare.json.

2026-06-28
paper-retriever-institutional
مطوّرو البرمجيات

Paywalled-access backend for paper-retriever. Retrieves a paywalled paper's PDF through an institutional / library subscription (a library proxy such as EZproxy or OpenAthens, or an institutional login), given an identifier (DOI/URL) and the target paper directory name. Invoked by paper-retriever when open-access channels fail. Enable this skill only if the install has institutional access configured.

2026-06-27
paper-retriever-scihub
مطوّرو البرمجيات

Paywalled-access backend for paper-retriever. Retrieves a paywalled paper's PDF via sci-hub browser automation, given an identifier (DOI/URL) and the target paper directory name. Invoked by paper-retriever when open-access channels fail; enabled by default. Disable this skill to remove sci-hub from the retrieval waterfall.

2026-06-27
paper-retriever
مطوّرو البرمجيات

Retrieve a scientific paper PDF given an arxiv URL, DOI, or paper title. Downloads to papers/ directory. Handles open-access retrieval (arxiv direct, Chrome print-to-pdf for publisher-direct HTML, Unpaywall, title-based open-repository search); for paywalled papers it hands off to whichever paper-retriever-* access skill is enabled (sci-hub by default, or institutional).

2026-06-27
paper-reader
معلمو التعليم العالي، جميع الآخرون

Read scientific papers and extract implementation-focused notes. Converts PDFs to page images, then reads them. Papers <=300pp are read directly by the assigned worker; papers >300pp use a chapter-aligned chunk protocol (preferred) or 50-page chunks (fallback) and synthesize a master notes.md that links to per-chapter files. Creates structured notes in papers/ directory.

2026-06-27
reconcile
معلمو التعليم العالي، جميع الآخرون

Cross-reference a paper against the collection. Finds which cited papers are already collected, which are new leads, which collection papers cite this one, and reconciles all cross-references bidirectionally. Run on a single paper directory or use --all for the entire collection.

2026-06-27
process-new-papers
معلمو التعليم العالي، جميع الآخرون

Process all unprocessed PDF files in the papers/ root directory. If subagents are available, parallelize across papers immediately after listing them; otherwise process sequentially. Any PDF in papers/ root is unprocessed by convention (processed papers live in subdirectories). Invokes paper-reader on each PDF.

2026-06-23
verify-citations
معلمو التعليم العالي، جميع الآخرون

Grade a drafted literature review against the cited papers' notes. For each cited @key, read that paper's notes.md/abstract.md and grade whether the citing sentence is faithful. Fans out one subagent per cited paper.

2026-06-23
paper-process
معلمو التعليم العالي، جميع الآخرون

Retrieve a paper, read it, and run the full per-paper propstore ingestion flow through nested skills. Give it a URL, DOI, or title.

2026-06-23
lint-paper
معلمو التعليم العالي، جميع الآخرون

Check paper directories for completeness, format compliance, and index consistency. Run on a single paper or --all for the entire collection.

2026-06-23
process-leads
مطوّرو البرمجيات

Extract all "New Leads" from the paper collection and process them via paper-process. Retrieves and reads papers that other papers in your collection cite but you don't have yet. Use --all to process everything, or pass a number to limit (e.g., "10" for first 10). Add --parallel N to process N leads concurrently via subagents (default: sequential).

2026-06-23
author-rules
مطوّرو البرمجيات

Author the DeLP rule artifacts (strict, defeasible, proper_defeater, blocking_defeater) encoding a paper's stated argument structure. Runs after register-predicates.

2026-05-12
register-predicates
مطوّرو البرمجيات

Author the DeLP/Datalog predicate declaration artifacts a paper's rules will use. Required before author-rules if the paper's rules reference predicates not yet declared.

2026-05-12
extract-stances
مطوّرو البرمجيات

Extract inter-claim stances and author them through pks source propose-stance.

2026-05-05
ingest-collection
علماء الأحياء، جميع الآخرون

Rebuild a knowledge store from a paper collection by running paper-process per paper, then doing one final build and optional stance backfill.

2026-05-05
extract-claims
مطوّرو البرمجيات

Extract propositional claims from a paper directory into the propstore source branch using pks source propose-claim.

2026-05-05
register-concepts
مطوّرو البرمجيات

Register concepts from a paper into its propstore source branch using pks source propose-concept.

2026-05-05
author-context
علماء البيانات

Create a propstore context for one paper with CEL assumptions, parameters, and perspective. Every claim extracted from the paper will reference this context. Required before extract-claims if the paper does not already have one.

2026-05-05
enrich-claims
مطوّرو البرمجيات

Enrich existing source-branch claims by updating them through pks source propose-claim.

2026-05-05
extract-justifications
مطوّرو البرمجيات

Extract intra-paper justification structure and author it through pks source propose-justification.

2026-05-05
reconcile-vocabulary
علماء البيانات

Reconcile source-branch concept vocabularies across a paper collection and report collision groups.

2026-05-05
source-bootstrap
مطوّرو البرمجيات

Initialize a propstore source branch for an extracted paper directory and write notes plus metadata into that source branch.

2026-04-25
author-lifting-rules
علماء البيانات

Author DeLP/McCarthy context lifting rules between existing context YAMLs so cross-context claim reasoning can proceed. Collection-level, runs after all papers are ingested. Targets the CONTEXT_PHI_NODE records that accumulate when multiple per-paper contexts share concepts with no authored bridges.

2026-04-24
tag-papers
علماء البيانات

Add tags to papers that are missing them. Reads notes.md and description.md to pick 2-5 tags, preferring tags already in use. Run on a single paper directory or use --all for the entire collection.

2026-04-13
ingest-new-papers
علماء الأحياء، جميع الآخرون

Process all unprocessed PDFs in papers/ through the full paper-process workflow.

2026-04-06
source-promote
علماء الكيمياء الحيوية والفيزياء الحيوية

Promote a fully prepared propstore source branch for one paper directory into master.

2026-04-06
adjudicate
مطوّرو البرمجيات

Systematically adjudicate disagreements across a paper collection. Produces ruthless verdicts on who was wrong, what supersedes what, and what the best current understanding is. Organized by topic clusters with actionable replacement values for implementation.

2026-04-05
research
علماء الأحياء، جميع الآخرون

Research a topic using web search and create structured findings. Use when you need to investigate approaches, find papers, compare implementations, or gather knowledge on a topic. Creates structured notes in reports/ directory.

2026-03-26