cerf
Windows CE device emulation with disciplined board bring-up workflows
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 Indicatorscommit
Generate concise git commit messages from status and diff analysis.
parallelize
Split coding tasks across subagents with explicit boundaries and verify output diffs.
nice
Identify and commit to repeating positive work behaviors.
session-feedback
Propose session feedback for project documentation after user confirmation.
verify
Review code and text for compliance with project standards and accuracy.
deferred
Identify and remove deferred, TODO, and stubbed code from codebases.
bad
Detect AI agent task deviations and execute a structured course correction process.
calc
Enforce tool-based numeric computation for large numbers and complex arithmetic.
leak
Detect and fix context leaks in code comments and documentation.
verify-options
Detect bailout option compositions and verify each option for quality, care, and rule compliance.
cerf
Check CERF development environment health and list project skills.
tracking
Manage a cross-session findings document with restore, create, update, and compact subcommands.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core