style-libsrc-layout skillA
style-libsrc-layout is agent-read markdown (skill) from feilipu/8085-skills: z88dk libsrc house rule: one major function (or one logical operation) per source file, including CPU-specific copies. Use when adding, splitting, or reorganising library asm/C under libsrc..
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
# Style — libsrc one major function per file ## 0. Library source layout — one major function per file House style across z88dk **`libsrc/`** (classic and newlib): **one major function (or one logical operation) per source file**. Do not invent a different layout when adding or splitting library code. ### What counts as “one major function” | In one file | Separate files | |-------------|----------------| | The operation’s public entry (or entries) | Unrelated operations (e.g. mul vs add) | | **Callee** and non-callee / sccz80–sdcc glue for that op when they live with the core | Different ops “to save files” | | f16 + f24 (or similar) variants of the **same** op | Pack/expand family may share a conversion file if that is the existing pattern for that library | | Helpers that belong only to that op (local or `PUBLIC` if other modules call them) | Helpers that are really a second feature → own file | Examples (math16-style, but the rule is general): - `asm_f16_mul.asm` — half mul callee, f24 mul, integer mulu helper - `asm_f16_add.asm` — add/sub callee + f24 add - `asm_f16_compare.asm` — compare + compare_callee ### Agent rules …
Read the whole file at its exact version.
How to install
mdr add feilipu/8085-skills/style-libsrc-layout@git:20260821.71d8484mdr add feilipu/8085-skills/style-libsrc-layout@sha256:b9daf9c9fbc93734Pin 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.
[](https://markdownregistry.com/a/art_rcalhn4xbxqagqqv)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2295 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
feilipu/8085-skills · 3 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_rcalhn4xbxqagqqv GET https://markdownregistry.com/api/v1/resolve?ref=feilipu/8085-skills/style-libsrc-layout GET https://markdownregistry.com/api/v1/blob/b9daf9c9fbc93734698233b531384e985bb7ccf679fa3c4895f9bd0a4d389556
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.