Skill-RUP requires Python 3.11+ and is designed to run locally alongside your codebase.
- Python: 3.11 or higher
- Git: Version 2.0+
Clone the repository:
git clone https://github.com/spearchucker667/Skill-RUP.git
cd Skill-RUPInstall the dependencies:
pip install pyyaml jsonschema pytestTo integrate Skill-RUP into an autonomous agent platform:
- Mount or provide read/write access to the target repository workspace.
- Instruct the agent to read
SKILL.mdas part of its primary directive. - Ensure the agent has the ability to execute terminal commands (specifically
python3).
To verify the installation, run the self-test:
python scripts/forward_test.py --fixtures .Simply delete the Skill-RUP directory. There are no global system modifications.