mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-19 07:27:04 +03:00
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>
26 lines
817 B
Markdown
26 lines
817 B
Markdown
# 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.
|