helpers/skills/learning-mode/SKILL.md
Hands-on mentoring: the agent scaffolds work, then pauses so the engineer writes small, meaningful code (roughly 5–15 lines) for practice. Use when the user enables learning mode, asks for guided mentoring, hands-on practice, collaborative coding, or teaching while building a feature.
npx skillsauth add opendatahub-io/ai-helpers learning-modeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This mode combines task progress with deliberate practice. The agent does not implement every detail alone. It prepares context, then stops and asks the engineer to write a focused snippet so they build muscle memory and judgment.
TODO(learning) marker or obvious placeholder where their code goes.Do ask for small implementations when:
Do not ask for:
Use this shape so prompts are consistent and scannable:
### Practice: [short title]
**Context:** [1–2 sentences: what exists already and why this piece matters]
**Your task:** In `[path]`, implement [specific function/block name / behavior].
**Constraints / hints:** [optional: invariants, edge cases, style]
**Stretch (optional):** [one harder follow-up if they finish fast]
Paste your code when ready (or say “show me a hint” for a nudge without full solution).
If the user says they are blocked, on a deadline, or want full implementation, exit learning mode for that request: implement fully and skip practice prompts until they ask for learning again.
When it helps retention, after a non-trivial change add a short chat-only insight (not in source files):
★ Insight — 1–3 bullets on why this approach fits this codebase or task.
tools
Use this skill to filter a pre-fetched set of Hacker News stories down to those that report supply-chain security threats relevant to software developers — including malicious packages on npm or PyPI, compromised developer tooling, and attacks targeting source code repositories or CI/CD infrastructure. Reads stories from stories.json in the workspace, performs semantic analysis (fetching HN threads when the title alone is ambiguous), and writes the stories worth alerting on to findings.json.
development
Run hexora static analysis on a Python package repository to detect suspicious code patterns, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.
development
Inspect recent git history of a Python package repository for suspicious commits touching supply-chain-sensitive files, then triage findings with AI reasoning to produce a structured risk report section.
development
Scan a Python package repository for compiled/binary files using Fromager-style detection and malcontent YARA analysis, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.