ifuryst/aifi · Archived

research-evidence-archive

Create and maintain persistent AIFi research archives in the current repository.

First seen Aug 8, 2026

Installation

$ npx skills add ifuryst/aifi --skill research-evidence-archive

Summary

  • Create and maintain persistent AIFi research archives in the current repository.
  • Use when collecting, saving, deduplicating, citing, or reusing source materials such as markdown notes, filings, PDFs, images, transcripts, charts, datasets, and generated research artifacts under research/*.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ifuryst/aifi · top by installs.

npx skills add ifuryst/aifi

Browse all from ifuryst/aifi

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 22
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,402 B
  • docs SUMMARY.md 322 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Research Evidence Archive

Use this skill whenever research materials need to be saved, reused, or linked across AIFi workflows. The archive is part of the product: old material should compound into better future research instead of disappearing into chat history.

Workflow

  1. Identify the ResearchTarget and archive path.
  2. Create the target directory if it does not exist.
  3. Save source material in the right subdirectory.
  4. Record metadata, retrieval date, source URL or file origin, and confidence.
  5. Deduplicate against existing material before adding new files.
  6. Link synthesized notes back to raw evidence.
  7. Update indexes so future skills can discover reusable material quickly.

Archive Layout

Use this default layout:

research/
  targets/
    <ticker-or-slug>/
      profile.md
      index.md
      evidence/
        filings/
        earnings/
        news/
        market/
        competitors/
        risks/
        media/
      artifacts/
        memos/
        decision-frames/
        watchlists/

Read references/archive-layout.md before creating or reorganizing archive files.

Evidence Rules

  • Prefer markdown for extracted notes and structured summaries.
  • Preserve original files when they are useful: PDFs, images, spreadsheets, HTML

snapshots, and downloaded datasets can live beside markdown summaries.

  • Never overwrite useful prior evidence without preserving history or explaining

why it is obsolete.

  • Every synthesized claim should link to one or more evidence items.
  • Label generated analysis separately from source material.

Output

Return:

  • files created or updated
  • sources stored
  • duplicates skipped
  • stale or missing metadata
  • next skills that can consume the archive

Quality Gate

Before finishing, check:

  • target archive has an index.md
  • new evidence has source and retrieval metadata
  • raw and synthesized materials are clearly separated
  • paths are stable and lowercase where practical
  • no secrets, paid-content dumps, or private account data were stored