What problem does it solve? When users feed source code to the agent to absorb new features or fix bugs, manual editing, versioning, compiling, and deploying is error-prone. This Skill automates the full self-modification loop so the agent can evolve its own codebase safely and consistently. ## Core Features & Use Cases - Source Analysis: Lists and reads the agent's own source files to understand structure before making changes. - Automated Code Modification: Writes source changes with a mandatory automatic version bump so upgrades are always detectable. - Build & Upgrade Pipeline: Runs a self-test, compiles the project, and applies the upgrade, with rollback support if something goes wrong. - Use Case: A user pastes a new feature's source code and says "absorb this feature" — the agent analyzes the existing code, integrates the change, bumps the version, compiles, and upgrades itself, then reports the new version number. ## Quick Start Feed the agent a piece of source code and ask it to absorb the feature or fix the bug, then let it analyze, modify, build, and upgrade itself automatically.