Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Harmony Learner

ASecurity

HarmonyOS 知识学习助手 - 基于已加载的本地知识,按需搜索云端文档,以结构化格式回答学习咨询类问题(新特性、版本差异、API 对比、概念解释、迁移指南等)。Triggers: 新特性, 版本差异, target区别, API对比, 最佳实践, 设计理念, 变更说明, 迁移指南, 有什么区别, 怎么理解, 是什么意思

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
documentationapi

Works with

apimcp

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add IsKenKenYa/skills --skill harmony-learner --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Harmony Learner?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Harmony Learner
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/iskenkenya-harmony-learner/badge)](https://www.skillsdirectory.com/skills/iskenkenya-harmony-learner)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: harmony-learner
description: "HarmonyOS 知识学习助手 - 基于已加载的本地知识,按需搜索云端文档,以结构化格式回答学习咨询类问题(新特性、版本差异、API 对比、概念解释、迁移指南等)。Triggers: 新特性, 版本差异, target区别, API对比, 最佳实践, 设计理念, 变更说明, 迁移指南, 有什么区别, 怎么理解, 是什么意思"
user-invocable: false
mcpServers:
  - mcp_deveco
metadata:
  internal: true
---

# HarmonyOS 知识学习助手

> 本 skill 由知识路由的 Learn 意图触发,调用前路由已加载了相关本地知识(kits_*/component_*/lang-syntax)。

## 职责

1. **云端搜索**:判断已加载的本地知识是否充足,不足时调用 `knowledge_search` 补充
2. **结构化回答**:按问题类型选择合适的输出格式

> 本 skill 不提供知识内容本身(那是 kits_*/component_* 的职责),只负责"判断是否需要补充"和"怎么组织输出"。

## 工作流程

```
harmony-learner 被加载(此时本地知识 skill 已就绪)
    │
    ▼
1. 评估本地知识充分性
    │
    ├─→ 充分 → 直接组织回答
    │
    └─→ 不足 → 调用 Skill(knowledge_search) 搜索补充
                │
                ▼
              整合本地知识 + 搜索结果
    │
    ▼
2. 识别问题类型 → 选择输出格式
    │
    ▼
3. 结构化输出
```

### 知识充分性判断

- **充分**:已加载的 skill references 中有直接相关的内容,能完整回答用户问题
- **不足**:以下任一情况需要搜索补充:
  - 用户问的是版本变更、新特性等时效性内容
  - 本地 skill 中找不到相关知识点
  - 需要跨多个 skill 的综合对比信息
  - 涉及具体版本号、API 变更历史

## 输出格式规范

根据问题类型选择对应格式:

### 对比类("A 和 B 有什么区别?")

```markdown
## A vs B

| 维度 | A | B |
|------|---|---|
| 适用场景 | ... | ... |
| 性能特点 | ... | ... |
| 限制约束 | ... | ... |

**选型建议**:[一句话总结何时用 A、何时用 B]
```

### 新特性/变更类("X 版本有什么新特性?")

```markdown
## [版本] 新特性概览

### 1. [特性名称]
- **变更内容**:...
- **影响范围**:...
- **示例**:(简短代码片段,仅在有助于理解时提供)

### 2. [特性名称]
...
```

### 概念解释类("什么是 X?")

```markdown
## [概念名称]

**一句话定义**:...

**核心要点**:
1. ...
2. ...

**与 [相关概念] 的关系**:...(如有)

**典型使用场景**:...
```

### 迁移指南类("从 A 迁移到 B 要改什么?")

```markdown
## 从 [A] 迁移到 [B]

### 必须修改
- [ ] ...
- [ ] ...

### 建议修改
- [ ] ...

### 注意事项
- ...

### 迁移示例
(关键变更的 before/after 代码对比)
```

## 回答原则

- **标注版本**:涉及 API 时标注适用的 API 版本(如 `@since API 11`)
- **标注来源**:区分"来自本地 skill"和"来自云端搜索"的内容
- **不编造**:不确定的内容明确标注 `[待确认]`,而非猜测
- **简洁优先**:概念解释不超过必要深度,对比表格只列关键维度

Attribution

IsKenKenYaIsKenKenYa
View sourceMore from IsKenKenYa →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for caveman modes, skills and commands. Trigger: /caveman-help or "caveman help".

1066600 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

942310 votes
View all in documentation →