A skills-only Agent Plugin maintained by Hsin-Cheng Chao. Version 0.1.0 is the first beta release.
quiz-me: writes an evidence-based HTML change report to a temporary file, then adaptively quizzes the user with a transparent scorecard before they merge or declare substantial work complete.repo-init: interactively initializes repository guidance, including an optional persistent simple-technical-English policy.spacex-simplify: applies a SpaceX-inspired engineering review loop to plans, pull requests, specifications, code changes, and architecture proposals.
Install this repository with an Agent Plugins-compatible client. The package contains no MCP component; its capabilities are the immediate child skills in skills/.
Invoke a skill explicitly when your client supports it, for example:
/quiz-me Quiz me on PR #123 before I merge it.
To prepare a clean worktree, use Node.js 22 or later and run:
./bootstrap.shThe script installs the pinned local validation tools. This repository has no Git hook configuration to install. Run npm run validate after a plugin change.
The repository validates its manifest, package layout, and every bundled skill in GitHub Actions. Run the same checks locally after bootstrapping:
npm run validateplugin.json uses the Agent Plugins v1.0.0 schema. Each packaged skill is an immediate child of skills/ and follows the Agent Skills specification.