rust(feat): consolidate agent instructions into one skill - #703
Merged
Conversation
This was referenced Jul 30, 2026
evan-sift
marked this pull request as ready for review
July 30, 2026 16:35
lineville
previously approved these changes
Jul 30, 2026
lineville
left a comment
Contributor
There was a problem hiding this comment.
Just a few small questions, but overall looks good!
Brandon-Shippy
previously approved these changes
Jul 30, 2026
evan-sift
force-pushed
the
rust/cli-sift-plugin-bundle
branch
from
July 30, 2026 22:39
13565c2 to
d450af7
Compare
lineville
previously approved these changes
Jul 30, 2026
evan-sift
force-pushed
the
rust/cli-sift-plugin-bundle
branch
from
July 31, 2026 17:19
d450af7 to
ce8c720
Compare
lineville
previously approved these changes
Jul 31, 2026
evan-sift
force-pushed
the
rust/cli-sift-plugin-bundle
branch
from
July 31, 2026 18:09
ce8c720 to
5bf41d1
Compare
evan-sift
dismissed
lineville’s stale review
July 31, 2026 18:27
The merge-base changed after approval.
Replace the two near-duplicate skill assets with a single canonical file at assets/skills/sift/SKILL.md. The pair existed because Claude Code and the AGENTS.md ecosystem wanted different on-disk formats, and keeping their bodies byte-identical was a manual contract that drifted. Retire `install agent-skills`. The command existed to write one of the two divergent copies into a project directory, which is what the consolidation removes; the lockstep contract it depended on goes with it. Replace sift_cli/CLAUDE.md with AGENTS.md covering the single-skill rule and what keeps the skill accurate, and repoint the sift_mcp playbook at it.
evan-sift
force-pushed
the
rust/cli-sift-plugin-bundle
branch
from
July 31, 2026 18:27
5bf41d1 to
f386941
Compare
lineville
approved these changes
Jul 31, 2026
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.
Changes
Replaces the two near-duplicate skill assets with a single canonical file at
assets/skills/sift/SKILL.md. The pair existed because Claude Code and the AGENTS.md ecosystem wanted different on-disk formats, and keeping their bodies byte-identical was a manual contract that drifted.Retires
install agent-skills. The command existed to write one of the two divergent copies into a project directory, which is what the consolidation removes; the lockstep contract it depended on goes with it.Replaces
sift_cli/CLAUDE.mdwithAGENTS.mdcovering the single-skill rule and what keeps the skill accurate, and repoints thesift_mcpplaybook at it.No installer behavior yet — the
agentlifecycle commands arrive in the next PR.Verification
cargo fmt --check --all,cargo clippy --all-features,cargo test --all-featurescargo build -p sift_cli) still succeeds with the command removed