rseng-discovery

Solid

Covers discovering the research landscape around a topic or project: finding relevant publications (OpenAlex, arXiv, Zenodo, JOSS, Semantic Scholar, Google Scholar) and finding related software - libraries, packages, tools, platforms and competitor or alternative projects - across software registries, archives, package indexes, public forges and curated awesome lists. Use when the user asks what exists on a topic, wants related work, prior art, alternatives or competitors surveyed, needs a state-of-the-field picture for a paper or proposal, or is about to build something whose neighbors are unknown. (RSD-based reuse suggestions with bundled snapshots are rseng-software-reuse; adoption vetting is rseng-dependency-management; verifying found references is rseng-citation-hygiene.)

AI & Automation 14 stars 2 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Discovery: publications and software around a topic Most research work begins in a landscape someone else has already mapped in part. Discovery is the deliberate survey of that landscape before building, writing or claiming novelty: the publications that define the state of the field, and the software that already solves pieces of the problem. Doing it early is cheaper than discovering a competitor in review, and the survey itself becomes reusable material for the paper's related-work section and the proposal's state of the art. ## Finding publications Work from open, keyless APIs first; they make searches reproducible and scriptable: - OpenAlex covers most of the scholarly record with abstracts, citation links and topic filters; Crossref serves DOI metadata; Semantic Scholar adds influence signals and TLDRs; arXiv covers preprints in its fields. Zenodo and JOSS matter specifically for research software: JOSS papers ARE software descriptions, and Zenodo records often carry the software itself. - Google Scholar casts the widest net (theses, reports, gray literature) but has no API and rate-limits scraping; use it interactively for coverage checks, not in pipelines. - Snowball in both directions from the two or three most relevant hits: who do they cite (backward), who cites them (forward - OpenAlex and Semantic Scholar both serve citing works). One good seed paper beats twenty keyword guesses. - Search by concept variants, not one phrasing: field syno...

Details

Author
fdiblen
Repository
fdiblen/rseng-agent-skills
Created
4 days ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

rseng-fair-software

Covers how to apply the FAIR principles - findable, accessible, interoperable, reusable - to research software, and how to assess a project's FAIRness. Use when the user asks how to make software FAIR, wants help with findability, discoverability, or software reuse, mentions metadata, persistent identifiers, DOIs, registries, or software citation in a FAIR context, or asks to run a FAIR self-assessment or checklist on a repository. (Automated FAIR4RS scoring, compliance levels and CI gates with the FAIRGuard tool are rseng-fairguard; FAIR for ML models and datasets is rseng-fair-ml; finding existing software to reuse is rseng-software-reuse.)

14 Updated 4 days ago
fdiblen
AI & Automation Solid

rseng-archiving

Covers long-term archiving of research software and data: Software Heritage save requests and SWHID persistent identifiers, Zenodo deposits with versioned DOIs and forge integration, choosing domain and institutional repositories, deciding what to archive (code, data, environments, documentation) and when, and archiving at project retirement. Use when the user wants software or data preserved beyond the life of a forge account, grant or lab, mentions Software Heritage, SWHIDs, Zenodo deposits or archiving, retires or hands over a project, prepares artifacts that must stay resolvable for a paper, or when funder policy requires long-term preservation. (Cutting the release itself is rseng-publishing-releasing; day-to-day data storage and repository choice is rseng-data-management.)

14 Updated 4 days ago
fdiblen
Data & Documents Solid

rseng-citation-hygiene

Covers verifying that every citation is real, correct and current: checking references in manuscripts, READMEs, references files and code metadata against Crossref and OpenAlex, screening cited DOIs against the Retraction Watch database, catching fabricated or mis-attributed citations (a documented AI failure mode), and keeping bibliographies and CITATION.cff files resolvable. Use PROACTIVELY before any bibliography, reference list or citation metadata is finalized or published, whenever the agent itself has produced citations, and when the user asks to check references, mentions broken DOIs, retracted papers or citation verification, or prepares a manuscript, README or software paper with references. (Making your own software citable is rseng-citation-metadata.)

14 Updated 4 days ago
fdiblen