docs(predict-rlm): split rlm agent skills - #35
Closed
magix022 wants to merge 18 commits into
Closed
Conversation
magix022
force-pushed
the
rlm-skill-fix
branch
2 times, most recently
from
June 8, 2026 16:11
ec9b7c0 to
9f655b1
Compare
magix022
marked this pull request as ready for review
July 10, 2026 00:37
glesperance
force-pushed
the
rlm-skill-fix
branch
from
July 18, 2026 18:40
f29d3ad to
e4ea7cf
Compare
Collaborator
Author
|
Closing because the split-skill implementation is outdated and is being replaced by a fresh skill-update branch. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
The repo-scoped
rlmskill had grown into a mixed workflow for building downstream RLMs, contributing to predict-rlm/RLM-GEPA, and scaffolding GEPA optimization. That made implicit skill selection too broad and loaded unrelated guidance into tasks that only needed one workflow.Summary
rlmto downstream PredictRLM/RLM package design and build workflows.rlm-gepaandpredict-rlm-contributorskills with one-level references and UI metadata.$rlm,$rlm-gepa, or$predict-rlm-contributorbased on intent.Test Plan
uv run python /Users/emile/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/rlmuv run python /Users/emile/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/rlm-gepauv run python /Users/emile/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/predict-rlm-contributorgit diff --checkgit diff --cached --check