← 返回 Skills 市场
depictlightning

Interview Driven Learn

作者 depictlightning · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install interview-driven-learn
功能描述
Interview-driven is all you need. Drives end-to-end tech learning with interview standards. Activated when the user submits study notes, project summaries, o...
使用说明 (SKILL.md)

Interview Prep

Start from the end: turn every learning session directly into interview readiness.

Core Files

  • Knowledge Base: references/knowledge-base.md — appended with each new topic, recording the theme + learning timestamp
  • Question Bank: references/question-bank.md — all interview questions aggregated by topic for easy self-review

Input

Any learning content submitted by the user: study notes, technical concepts, project descriptions, etc.

Output: Five-Step Process

For every input, execute the following five steps:


Step 1 - Feynman Test (ELI5 + Professional)

Describe the concept in two ways:

  • ELI5: As if explaining to a 10-year-old
  • Professional: Complete, rigorous, no key details omitted

Purpose: Verify true understanding, not rote memorization.


Step 2 - Interview Question Generation

Generate 5-8 high-frequency interview questions in three categories:

  • Fundamentals (what / differences / principles)
  • Deep Dive (why / how / tradeoffs)
  • Applied (examples / scenario-based)

Each question includes:

  • What it tests
  • Key answer points
  • Follow-up direction if answered incorrectly

→ Also append to question-bank.md (aggregated by topic)


Step 3 - STAR Story Extraction

Break down the content into reusable STAR narratives:

  • Situation: Background (technical scenario / business constraints)
  • Task: Goal (what you needed to solve)
  • Action: What you specifically did
  • Result: Quantified outcomes + lessons learned

Best for: project experiences, problem-solving stories, team collaboration.


Step 4 - Analogical Learning (One to Three)

  • Same-level analogy: What is this like in everyday life? What else works this way?
  • Deeper analogy: What is one level below this? What's the underlying principle?
  • Transfer analogy: Where else can this approach be applied?

Purpose: Build a knowledge network, not isolated facts.


Step 5 - Weakness Diagnosis + Knowledge Archive

Proactively uncover vulnerabilities:

  • Where will interviewers probe until you can't answer?
  • What do you think is important but actually isn't?
  • What classic pitfalls remain unfilled? (edge cases, concurrency, distributed tradeoffs)

→ Append to knowledge-base.md with format:

## [Topic]
- Learned at: YYYY-MM-DD HH:mm
- Core takeaway: one-sentence summary
- Weak spots to reinforce: [spot 1, spot 2, ...]

Output Format Template

## 📚 Topic: [User's Input Topic]

---

### 1. Feynman Test

**ELI5:**
> [One-sentence version]

**Professional:**
> [Full description]

---

### 2. Interview Questions

| # | Question | Tests | Key Points |
|---|----------|-------|------------|
| Q1 |          |       |            |

**Follow-up traps:** ...

---

### 3. STAR Story

- **S**: [Background]
- **T**: [Goal]
- **A**: [Action]
- **R**: [Result + Reflection]

---

### 4. Analogical Learning

- 🔗 **Same-level**: ...
- 🔬 **Deeper**: ...
- 🚀 **Transfer**: ...

---

### 5. Weakness Diagnosis

⚠️ Likely follow-up pressure points:
1. ...
2. ...

---

*Synced to Knowledge Base & Question Bank*

File Structure

interview-prep/
├── SKILL.md
└── references/
    ├── knowledge-base.md   # Learning timeline
    └── question-bank.md    # Interview questions by topic

Trigger Words

When the user says/submits:

  • "I learned XXX today"
  • "Help me prepare for an interview"
  • "Generate interview questions from these notes"
  • "What interview questions can come from this concept"
  • "What questions can this project be asked"

→ Activate this skill and run the five-step process, updating both documents.

安全使用建议
This skill is coherent with its stated purpose and doesn't require credentials or external installs. Before enabling or using it: (1) be cautious about pasting sensitive or proprietary text — the skill appends inputs verbatim to persistent files; (2) review or periodically purge references/knowledge-base.md and references/question-bank.md if they may contain secrets; (3) consider disabling automatic activation or requiring explicit confirmation before the skill runs to avoid accidental storage; and (4) verify file permissions for the references/ folder so only trusted users or processes can read them.
功能分析
Type: OpenClaw Skill Name: interview-driven-learn Version: 1.0.0 The skill bundle is a legitimate tool designed for interview preparation and technical learning. It provides a structured five-step process (Feynman test, question generation, STAR stories, etc.) to process user-provided notes and maintains local reference files (knowledge-base.md and question-bank.md) for tracking progress. No malicious code, data exfiltration, or harmful prompt-injection instructions were found.
能力评估
Purpose & Capability
Name/description (interview-driven learning, question bank, knowledge base) align with the actual instructions: generate explanations, questions, STAR stories, analogies, and append results to references/question-bank.md and references/knowledge-base.md.
Instruction Scope
Instructions are explicit and limited to processing user learning inputs and appending structured entries to the two local reference files. There is no code, no network endpoints, and no requests for environment variables. However the skill instructs the agent to append user-provided content verbatim into persistent files, which could capture PII, proprietary code, or secrets if users paste them.
Install Mechanism
Instruction-only skill with no install spec, no binaries, and no downloads — lowest install risk.
Credentials
No environment variables, credentials, or external config paths are requested. The only resource accessed is the skill's own references/ directory for appending files, which is proportionate to the stated purpose.
Persistence & Privilege
Skill writes persistent data to its own references/knowledge-base.md and references/question-bank.md. It does not request always:true or system-wide changes, but persistent storage of arbitrary user inputs can be a privacy risk and may surprise users if triggered automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install interview-driven-learn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /interview-driven-learn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: five-step interview-driven learning process with Feynman test, STAR stories, question bank, and auto-maintained knowledge base.
元数据
Slug interview-driven-learn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Interview Driven Learn 是什么?

Interview-driven is all you need. Drives end-to-end tech learning with interview standards. Activated when the user submits study notes, project summaries, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Interview Driven Learn?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install interview-driven-learn」即可一键安装,无需额外配置。

Interview Driven Learn 是免费的吗?

是的,Interview Driven Learn 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Interview Driven Learn 支持哪些平台?

Interview Driven Learn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Interview Driven Learn?

由 depictlightning(@depictlightning)开发并维护,当前版本 v1.0.0。

💬 留言讨论