Skip to main content
Run any Skill in Manus
with one click
mirage-project
GitHub creator profile

mirage-project

Repository-level view of 5 collected skills across 1 GitHub repositories.

skills collected
5
repositories
1
updated
2026-06-22
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

ferret-kernel-system
software-developers

Use when you need a NEW or optimized MPK CUDA kernel (a per-task `.cuh` under include/mirage/persistent_kernel/tasks/) that must PROVABLY beat a target WITHOUT the kernel-optimizer cheating its own correctness test. This is the frozen-gate Ferret system โ€” a 3-agent orchestration (dispatcher โ†’ independent test-writer โ†’ optimizer) that makes "the optimizer ships a simplified-math kernel and self-reports a passing test" structurally impossible. Triggers โ€” variants in Chinese ("่ฐƒ ferret ไผ˜ๅŒ–ไธ€ไธช kernel", "่ฎฉ agent ๅ†™ไธช kernel ่ฟ˜ๅพ—ไฟ่ฏไธ็ฎ€ๅŒ–", "็”จ frozen gate ็š„ๆ–นๅผ็”Ÿๆˆ kernel"): the user/main-thread wants a kernel optimized or generated by an agent, especially when correctness/no-simplification matters more than fire-and-forget speed.

2026-06-22
add-mpk-task
software-developers

Step-by-step guide for adding a new task implementation to Mirage Persistent Kernel (MPK). Use this when adding a new GPU operator (e.g., a new attention variant, normalization, activation) to the MPK megakernel.

2026-06-10
test-mode
software-quality-assurance-analysts-and-testers

Guide for using MPK test mode to unit-test individual layers or multi-layer pipelines through the full compilation pipeline. Use when writing layer tests, debugging kernel output, or validating a new task end-to-end.

2026-06-10
add-mpk-model
software-developers

Guide for adding a new model (e.g., Llama4, DeepSeek V3) to the MPK persistent kernel. Covers prerequisites check, demo structure, layer wiring, and testing.

2026-04-18
mpk-internals
software-developers

Reference guide for the MPK compilation-to-runtime pipeline. Use when asked how MPK works internally, how compilation/code generation works, what happens at runtime, or when debugging the megakernel scheduler.

2026-04-18
Showing 1 of 1 repositories
All repositories loaded