Skills Plugins MCP Prompt Model 博客 我的中心

keil

Keil MDK/uVision build skill for embedded projects. Use when the user mentions Keil, MDK, uVision, UV4, C51, 8051, target enumeration, compile, build, rebuild, clean, firmware artifact paths, HEX output, or flash/download through a Keil project. Provides scripts to scan .uvproj/.uvprojx/.uvmpw projects, list Targets, run build/rebuild/clean/flash, parse logs, and return reusable artifact paths.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=tansuo2021-adtokeil-keil-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name keil description Keil MDK/uVision build skill for embedded projects. Use when the user mentions Keil, MDK, uVision, UV4, C51, 8051, target enumeration, compile, build, rebuild, clean, firmware artifact paths, HEX output, or flash/download through a Keil project. Provides scripts to scan .uvproj/.uvprojx/.uvmpw projects, list Targets, run build/rebuild/clean/flash, parse logs, and return reusable artifact paths. Keil MDK / C51 Build Use this skill for Keil/uVision projects, including 8051/C51 projects and MDK projects. Prefer the bundled scripts instead of manually invoking UV4.exe . Capabilities Scan a workspace for .uvproj , .uvprojx , and .uvmpw projects. Enumerate project Targets. Create or update a real project file when the user asks to develop firmware and no suitable project exists; prefer a vendor demo project as a template for C51 devices. Run build , rebuild , clean , or compatible flash . Parse the build log and return errors, warnings, HEX/AXF output paths, and metrics. Persist the last successful build in .embeddedskills/state.json for workflow reuse. Configuration Environment-level config is stored in this skill's config.json : { "uv4_exe" : "C:\\Keil_v5\\UV4\\UV4.exe" , "operation_mode" : 1 } Workspace-level config lives in .embeddedskills/config.json : { "keil" : { "uv4_exe" : "D:/Keil_v5/UV4/UV4.exe" , "project" : "path/to/project.uvproj" , "target" : "Target 1" , "log_dir" : ".embeddedskills/build" } } Parameter priority: CLI arguments > workspace config > skill config > .embeddedskills/state.json > scan result. Commands Scan projects: python <skill_dir>\scripts\keil_project.py scan --root <workspace> --json List Targets: python <skill_dir>\scripts\keil_project.py targets --project <project> --json Build: python <skill_dir>\scripts\keil_build.py build ` --project <project> ` --target <target> ` --workspace <workspace> ` --json Rebuild: python <skill_dir>\scripts\keil_build.py rebuild ` --project <project> ` --target <target> ` --workspace <workspace> ` --json Clean: python <skill_dir>\scripts\keil_build.py clean ` --project <project> ` --target <target> ` --workspace <workspace> ` --json Rules If multiple plausible projects or Targets exist, list candidates instead of guessing. Do not edit .uvproj , .uvprojx , .uvopt , or .uvoptx unless the user explicitly asks. If the user asks for firmware development/buildable embedded software and no project exists, treat creating a .uvproj / .uvprojx as part of the deliverable. Do not run clean implicitly before build unless the user asks for rebuild or --clean-first . After a successful build, report the project, target, log file, errors/warnings, and HEX/AXF paths. Treat flash as a compatibility entry. Prefer a dedicated J-Link/OpenOCD/probe workflow when available. For C51 projects, inspect the build log and map file when debugging interrupt vectors, missing source files, memory model, or startup issues. For vendor C51 libraries such as SinOne TKDriver, ensure the active project tree visibly includes the driver folder, headers/config files, .C files, and all required .LIB files. If a manual says to copy/export TKDriver into the target project, do not leave project paths pointing only to ..\TKDriver . C51 Review For 8051/C51 correctness problems, use the embedded firmware skill reference keil-c51-project-review.md if available. Check: Correct Target and HEX are being built/flashed. Startup file and interrupt vectors match the MCU. Vendor .C or library files are included in the Keil project. Vendor folder location matches the product project structure, especially for exported touch libraries. Code Option / clock settings match firmware constants. Memory model, reentrancy, and interrupt function declarations are compatible with C51. C51 Project Creation Checklist When creating a C51 .uvproj : Reuse a matching vendor demo .uvproj and STARTUP.A51 when available. Set the target name, output directory/name, HEX generation, include paths, and device clock. Use LX51 and Large memory model when vendor libraries require it. Put vendor driver folders such as TKDriver inside the target project directory when the manual says to migrate the folder there. Add visible groups for Startup, App, BSP, Drivers, and vendor libraries. Build/rebuild with keil_build.py and inspect the log/map to confirm the files used are the intended in-project files.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。