gweslabgweslabOfficialยท14 Agent Skills Included

cerf

Windows CE device emulation with disciplined board bring-up workflows

Emulates classic Windows CE handhelds and boards on modern Windows, booting original ROMs with their own kernels and drivers. Enforces verified, reference-grounded development through skills for board bring-up, code review, arithmetic checking, and session recovery. Removes guesswork from low-level emulator work by requiring datasheet citations, tool-based math, and hostile independent verification before shipping code.
npx skills add gweslab/cerf --all -g -y
Available:

Instructs the agent on strict emulator development rules: verify every hardware fact against datasheets before coding, route all numeric conversions through tools, never use forbidden Microsoft reference sources, and always build and run the emulator through the provided lock-managed scripts.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
gweslabgweslab

commit

Generate concise git commit messages from status and diff analysis.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

parallelize

Split coding tasks across subagents with explicit boundaries and verify output diffs.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

nice

Identify and commit to repeating positive work behaviors.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

session-feedback

Propose session feedback for project documentation after user confirmation.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

verify

Review code and text for compliance with project standards and accuracy.

Official
Advanced
๐Ÿ“ฆ In Repo
gweslabgweslab

deferred

Identify and remove deferred, TODO, and stubbed code from codebases.

Official
Advanced
๐Ÿ“ฆ In Repo
gweslabgweslab

bad

Detect AI agent task deviations and execute a structured course correction process.

Official
Advanced
๐Ÿ“ฆ In Repo
gweslabgweslab

calc

Enforce tool-based numeric computation for large numbers and complex arithmetic.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

leak

Detect and fix context leaks in code comments and documentation.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

verify-options

Detect bailout option compositions and verify each option for quality, care, and rule compliance.

Official
Advanced
๐Ÿ“ฆ In Repo
gweslabgweslab

cerf

Check CERF development environment health and list project skills.

Official
Intermediate
๐Ÿ“ฆ In Repo
gweslabgweslab

tracking

Manage a cross-session findings document with restore, create, update, and compact subcommands.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install cerf?โ–ผ

Run `npx skills add gweslab/cerf --all -g -y` in your terminal to install all skills in this suite globally.

What does CERF emulate?โ–ผ

CERF is a Windows CE emulator that boots unmodified device ROMs, including the original kernel, drivers, and windowing system, for boards like the HP Jornada 720, Casio Cassiopeia, and Ford SYNC 2.

How do the skills prevent wrong emulator code?โ–ผ

Skills like calc, verify, and start-board-implementation force every hardware behavior to be grounded in chip datasheets or decompiled guest code, with all math done through tools and independent hostile review before changes ship.

Can I add support for a new device?โ–ผ

Yes. The start-board-implementation skill walks through acquiring the ROM, confirming the board and chip facts, estimating the work, and driving a build-run-fix loop until the device boots.

Do these skills work with Claude Code and other agents?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’