Skip to content

feat(skills): add maafw-template-migration skill#11

Merged
kqcoxn merged 2 commits into
mainfrom
feat/skill-template-migration
Jul 7, 2026
Merged

feat(skills): add maafw-template-migration skill#11
kqcoxn merged 2 commits into
mainfrom
feat/skill-template-migration

Conversation

@Windsland52

@Windsland52 Windsland52 commented Jul 7, 2026

Copy link
Copy Markdown
Member

Summary

新增 MaaFramework 项目模板迁移指南 skill,用于将老项目(assets/ + deps/ 结构、install*.py CI 脚本)迁移到 create-maa-project 脚手架。

Contents

  • SKILL.md: 迁移指南,包含结构映射表、5 步迁移流程、OCR 模型处理、agent 代码路径更新、interface.json 注意事项、常见坑
  • maahub_meta.json: 网站元信息
  • README.md: 简介

Key points

  • 只覆盖 CMP 生成不了的内容(迁移本身的手动操作和老结构对应关系)
  • 不复述 CMP 自动生成的代码逻辑(build-release.mjs、sync-runtime.mjs 等)
  • 适用于 agent 项目和纯 pipeline 项目
  • OCR 部分不假设必须用 submodule

Checklist

  • 目录结构遵循 Storage/skills///
  • maahub_meta.json 完整填写
  • SKILL.md frontmatter 含 name 和 description
  • README.md 说明用途和内容

Summary by Sourcery

Documentation:

  • 记录从传统 MaaFramework 资产/依赖布局迁移到 create-maa-project(CMP)模板的工作流程,包括结构映射、配置更新、OCR 处理以及常见坑点。
Original summary in English

Summary by Sourcery

Documentation:

  • Document migration workflow from legacy MaaFramework assets/deps layout to the create-maa-project (CMP) template, including structure mapping, configuration updates, OCR handling, and common pitfalls.

Guide for migrating legacy MaaFramework projects (assets/ + deps/
structure, install*.py CI scripts) to the create-maa-project scaffold.
Covers structural mapping, migration workflow, interface.json handling,
and common pitfalls.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嘿,我已经审核了你的改动,看起来非常棒!


Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,请考虑分享 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续的代码审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@kqcoxn
kqcoxn merged commit 783e700 into main Jul 7, 2026
3 checks passed
@kqcoxn
kqcoxn deleted the feat/skill-template-migration branch July 7, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants