mini-program-engineering-suite skillA

mini-program-engineering-suite is agent-read markdown (skill) from nocodemrli/mini-program-engineering-skill-suite: Orchestrate evidence-first engineering for WeChat and other mini programs from a vague idea or existing repository through project discovery, product specification, architecture, implementation, debugging, device adaptation, verification, and release readiness. Use when users ask to build a mini program from zero to one, take over an existing mini-program project, deliver a cross-stage feature, diagnose project status, coordinate development and testing, or judge whether a mini program is ready .

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# /mini-program-engineering-suite — 小程序工程开发套件

把小程序任务视为一条有阶段、有门禁、有证据的工程链路。先确认当前事实,再决定路由和动作;只把已经有证据支持的状态报告给用户。

## 启动顺序

1. 读取当前项目及上级目录中的 `AGENTS.md`、`CLAUDE.md` 或同类规则文件。
2. 读取 [共享工程门禁](shared/engineering-guardrails.md)、[证据状态模型](shared/evidence-status-model.md)、[判断与确认规则](shared/decision-and-confirmation-rules.md) 和 [脱敏规则](shared/redaction-policy.md)。涉及中断恢复、资产或验证证据时,再分别读取 [中断恢复协议](skills/mini-program-debugging-skill/references/interruption-recovery-protocol.md)、[资产谱系记录](skills/mini-program-ui-device-skill/assets/asset-lineage-record.md) 和 [证据可采信规则](skills/mini-program-verification-skill/references/evidence-admissibility.md);接管未知技术栈时可运行只读 `scripts/capability_doctor.py` 并按 [验证能力矩阵](skills/mini-program-verification-skill/references/verification-capability-matrix.md) 选择既有工具;涉及文档或对外输出时,再读取 [公开与内部文档边界](shared/documentation-boundaries.md)。
3. 判断这是新项目、已有项目,还是没有项目目录的咨询任务。
4. 已有项目若尚未建立本轮事实图,先使用 [项目接管 Skill](skills/mini-program-project-intake-skill/SKILL.md)。在完成只读接管前,不修改代码。
5. 建立或恢复任务计划,记录原目标、当前阶段、完成证据和未完成项。

## 判断当前阶段

使用 [路由与状态机](references/routing-and-state-machine.md) 判断当前阶段。允许跳过与任务无关的阶段,但必须说明依据;不能因为已经写了代码就跳过验证。

| 用户意图 | 当前路由 | 可用状态 |
| --- | --- | --- |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nocodemrli/mini-program-engineering-skill-suite/mini-program-engineering-suite@v3.1.13
Exact content
mdr add nocodemrli/mini-program-engineering-skill-suite/mini-program-engineering-suite@sha256:8c2e208443053f33

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6gjbd4a4f3xmih3k.svg)](https://markdownregistry.com/a/art_6gjbd4a4f3xmih3k)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v3.1.13 latest2026-09-01 958b862 13,863 BA view · diff
v3.1.122026-09-01 6f80e78 13,863 BA view · diff
v3.1.112026-09-01 29875c7 13,863 BA view · diff
v3.1.102026-08-31 3b4887f 13,863 BA view · diff
v3.1.92026-08-30 6287c89 13,862 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (13863 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nocodemrli/mini-program-engineering-skill-suite · 77 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6gjbd4a4f3xmih3k
GET https://markdownregistry.com/api/v1/resolve?ref=nocodemrli/mini-program-engineering-skill-suite/mini-program-engineering-suite
GET https://markdownregistry.com/api/v1/blob/8c2e208443053f33c362a3644df7be3bf039e05b7fc42ce4d59ae2a678db4ec5

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nocodemrli/mini-program-engineering-skill-suite

evidence-first-engineering skill
nocodemrli/mini-program-engineering-skill-suite · foundation/SKILL.md · Apply evidence-first engineering discipline to any agent-built software project: fact discovery before action…
git:20260830.6436a4c · audit A · 77 stars
mini-program-architecture-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-architecture-skill/SKILL.md · Translate a confirmed mini-program product specification or bounded feature into an implementable architecture covering…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-debugging-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-debugging-skill/SKILL.md · Diagnose and fix mini-program failures through reproducible, evidence-driven root-cause analysis across source, state…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-implementation-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-implementation-skill/SKILL.md · Implement bounded features and fixes in existing or new mini-program codebases while preserving repository rules…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-product-spec-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-product-spec-skill/SKILL.md · Convert a vague mini-program idea, feature request, or partially documented product into an evidence-calibrated product…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-project-intake-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-project-intake-skill/SKILL.md · Perform a read-only, evidence-first intake of an existing mini-program repository before planning or modifying code…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-release-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-release-skill/SKILL.md · Govern mini-program release readiness and evidence across source branches, semantic versions, build artifacts, test…
git:20260824.e3b483b · audit A · 77 stars
mini-program-ui-device-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-ui-device-skill/SKILL.md · Design, preview, implement, and assess mini-program interfaces against an approved prototype, screenshot, visual…
git:20260813.cfc2393 · audit A · 77 stars
mini-program-verification-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/mini-program-verification-skill/SKILL.md · Verify mini-program implementations and fixes with risk-calibrated evidence across static checks, unit tests…
git:20260829.8a3bef7 · audit A · 77 stars
wechat-mini-program-platform-skill skill
nocodemrli/mini-program-engineering-skill-suite · skills/wechat-mini-program-platform-skill/SKILL.md · Analyze WeChat Mini Program platform constraints and evidence layers for an idea or existing repository, including…
git:20260829.f83ac82 · audit A · 77 stars

Every file in nocodemrli/mini-program-engineering-skill-suite

Browse by kind, by grade A, or by owner.