> ## Documentation Index
> Fetch the complete documentation index at: https://reseed.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> What reseed is and why it exists

Reseed manages your [agent skills](https://agentskills.io) across projects. Keep all your skills in one central library, pull in open source ones from GitHub, and install exactly what each project needs. Instead of global skills that bloat every project, skills live in each project so every teammate has access. Your library can be a git repo to version and share your collection.

## How it works

1. You create a **library**, a directory where all your skills live
2. You **write your own skills** or **install** open source ones from GitHub
3. You **add** skills from your library into each project
4. When upstream skills change, you **install** the latest and **sync** projects

## Key ideas

* **Skills are copies, not symlinks.** Skills live in each project so every teammate has access.
* **Your library is yours.** It can be a git repo, a Dropbox folder, or just a directory on your machine.
* **Not every project needs every skill.** You pick what to install per project.
* **Open source skills stay in sync.** Run `reseed install` again to pull the latest versions from GitHub.
