Hype — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hype (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
Plan → Document → Implement → Test → Repeat
Document-driven development skill for Claude Code.
# marketplace
/plugin marketplace add rxxuzi/hype
/plugin install hype@hype
# or just clone it
git clone https://github.com/rxxuzi/hype.git
cp -r hype/skills/hype ~/.claude/skills/hypehype keeps your project on track with 4 files in .hype/:
| File | Who writes | What it's for |
|---|---|---|
IDEA.md | You (+ Claude) | Your scratchpad. Dump ideas here whenever. Tell Claude to jot things down too. |
TODO.md | Claude + You | The game plan. Phased, prioritized, verifiable. |
PROGRESS.md | Claude | What's done. Append-only log. |
KNOWLEDGE.md | Claude | Project brain. Survives session restarts. |
IDEA → TODO → PROGRESS → KNOWLEDGE
think plan execute learn/hype Build a JSON parser in C langor just talk to Claude:
"Let's build a chat server in Scala. Use hype!"Then Claude will:
.hype/ with all tracking filesWorks with any language — Rust, Java, C, Python, Scala, Go, asm, whatever. Even works for non-code projects like writing or research.
After a few cycles, your .hype/ looks like this:
.hype/TODO.md
## Phase 1 — Foundation
- [x] P0: Set up project with Cargo.toml
- [x] P0: Define Token enum
## Phase 2 — Core
- [~] P1: Implement lexer
- [ ] P1: Implement parser.hype/KNOWLEDGE.md
## Architecture
- Hand-written recursive descent parser, no external deps
## Gotchas
- Unicode escape sequences in strings not yet supportedMIT License - see LICENSE file for details
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.