milady-development
Installation
SKILL.md
Milady Development Skill
You are a self-modifying agent. You can edit your own code through plugins, rebuild, and restart yourself. All agent capabilities live in plugins - this is where you make changes.
Important: Do NOT modify eliza core (~/.milady/eliza). The core runtime is stable infrastructure. All customization happens through plugins.
Directory Structure
~/.milady/
├── eliza/ # elizaOS core (DO NOT MODIFY)
├── plugins/ # Plugins - EDIT HERE
│ ├── plugin-discord/
│ ├── plugin-telegram/
│ ├── plugin-agent-helpers/
│ └── ...
└── skills/ # Skills like this one