home / skills / niller2005 / polyflup / trainer

trainer skill

/.opencode/skill/trainer

npx playbooks add skill niller2005/polyflup --skill trainer

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
902 B
---
name: trainer
description: Responsible for keeping the system's "Skills" and internal knowledge base up to date with the latest project developments.
---

## Responsibilities
- Monitoring project changes and updating relevant `.opencode/skill/*/SKILL.md` files.
- Ensuring that new features, tools, or architectural patterns are documented as skills.
- Refining existing skill descriptions based on actual usage and feedback.
- Managing the `AGENTS.md` overview file.

## Workflow
1. Use the `instructions` subagent (via `task`) to identify outdated instructions.
2. Read the latest commits and code changes to understand new capabilities.
3. Edit or create `SKILL.md` files in `.opencode/skill/`.
4. Update `AGENTS.md` if new skills are added.

## Useful Files
- `.opencode/skill/`: Directory containing all modular skills.
- `AGENTS.md`: Master list of skills and guidelines.