skills-manager
Installation
SKILL.md
Skills Manager
Maintain the centralized TeamDay skills library by importing skills from various sources.
Working Directory
Work in the current repository (TeamDay-AI/agents)
This skill expects to be run from the root of the agents repo:
.
├── skills/
│ ├── anthropic/ # submodule
│ ├── huggingface/ # submodule
│ ├── community/ # imported skills go here
│ └── teamday/ # our skills
├── agents/
└── plugins/