Files
magnus919_agent-skills/research-and-vault/README.md
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> c0c7690724 feat(flatten): move bundle dirs to repo root
Move the 8 directories under bundles/ to the repo root via git mv and
remove the now-empty bundles/ directory. Replace the "bundles" entry in
pyproject.toml [tool.deptry] extend_exclude with the 8 moved dir names so
the moved trees stay excluded from Python dependency analysis.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-14 15:26:27 -04:00

817 B

Research and Vault

Why Install This Skill

This bundle makes a recurring research-to-note sequence explicit without duplicating the specialist skills. It gives agents a stable order of operations and a clear handoff artifact.

A thin workflow for repeating the research → extraction → durable-note sequence. It keeps orchestration separate from the research and note-writing skills it composes.

What You Get

  • SKILL.md: thin orchestration entry point
  • README.md: human-facing setup and triggers

Quick Start

Load the skill when the complete research-to-note sequence is needed.

Triggers

  • Repeated research-to-notes work
  • A request to chain research, extraction, and vault capture

Requirements

The underlying research and note-writing skills must be available in the host agent.