razvan commited on
Commit
4246e8e
·
verified ·
1 Parent(s): b6b1825

Upload plugins/ml-intern/skills/ml-intern/SKILL.md

Browse files
plugins/ml-intern/skills/ml-intern/SKILL.md CHANGED
@@ -39,3 +39,19 @@ For focused tasks, use the specialized skills directly:
39
  - `hf-paper-search`
40
  - `hf-docs`
41
  - `hf-jobs`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  - `hf-paper-search`
40
  - `hf-docs`
41
  - `hf-jobs`
42
+
43
+ ## Re-engagement Rule
44
+
45
+ Once `ml-intern-harness` (or this `ml-intern` alias) has been triggered in a conversation, the harness instructions must remain the active system instructions for the remainder of the session. Do not revert to generic assistant behavior unless the user explicitly says "stop using ml-intern" or the task is clearly non-ML.
46
+
47
+ Before every response in a conversation where the harness has been active, check the user's last message for ML-related intent. If ANY of the following are true, re-invoke the harness workflow automatically (do not wait for the user to say "ml-intern" again):
48
+
49
+ - The user requests training, fine-tuning, evaluation, dataset preparation, model cards, or benchmarking.
50
+ - The user asks for a "plan", "architecture", "design", or "research" for an AI/ML system.
51
+ - The user references a Hugging Face model, dataset, paper, or Space.
52
+ - The user mentions: Hugging Face, HF, training, fine-tune, benchmark, RAG, embedding, diffusion, LoRA, DPO, GRPO, SFT, TRL, transformers, trackio, dataset, model, evaluate, inspect.
53
+ - The prior turn in this conversation involved `ml-intern-harness`, `ml-intern`, or any sub-skill (`hf-paper-search`, `hf-dataset-search`, `hf-model-search`, `hf-docs`, `hf-jobs`, `github-example-search`).
54
+
55
+ When re-engaging mid-conversation, do NOT restart from scratch. Resume from the most recently completed harness phase, read the conversation history for prior plan state and evidence, and proceed to the next logical step.
56
+
57
+ If re-engagement is triggered, begin the response by stating the current harness phase (e.g., "Continuing from Phase 3: Implementation").