feat(flow-ai): add clip-analysis skill - #8
Merged
Conversation
Add a companion skill that interprets CLIP-Seq pipeline outputs to answer protein-RNA binding questions (binding location, gene/region binding, motif enrichment, peaks, and signal plots). It consumes the outputs that flow-ai fetches rather than generating data or running the pipeline itself. Bump plugin to 0.9.0 for the new skill. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CI enforces a 1024-character skill description. Tightened the wording without dropping any trigger keyword or the flow-ai scope boundary (1079 -> 997 chars). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Adds a new
clip-analysisskill to theflow-aiplugin. It interprets CLIP-Seq pipeline outputs to answer protein–RNA binding questions — where an RNA-binding protein binds, which genes/regions it binds, what motif it recognizes, plus QC, peaks, and signal plots.It's a companion to
flow-ai:flow-aifetches/runs pipelines,clip-analysisinterprets the outputs. The description'sDoes NOT…boundary keeps the two from competing on routing.Changes
plugins/flow-ai/skills/clip-analysis/SKILL.mddescriptionwritten in the houseUse when…style with concrete biological triggers (CLIP, iCLIP, crosslinking, RBPs, binding motifs, peaks) so it fires on the question, not just explicit skill mentions.flow-aiplugin to 0.9.0 for the new skill.Notes / follow-ups
evals/yet for this skill (unlikeflow-ai); can be added later if we want to run the trigger/behaviour test loop.🤖 Generated with Claude Code