diff --git a/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..82e294017a0830186ba003b3d9cdcfd31f663093
--- /dev/null
+++ b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/slerpyyy/sh4der-jockey"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7529d44e10d5de983fcf63bb2bb138bc2de74e59
--- /dev/null
+++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/bergercookie/asm-lsp"
+[build]
+template = "cargo"
diff --git a/recipes/wip/games/rpg/kingslayer/recipe.toml b/recipes/wip/games/rpg/kingslayer/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..3d18ee6988f05459f155ff3e1df89554c5635fa1
--- /dev/null
+++ b/recipes/wip/games/rpg/kingslayer/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Zaechus/kingslayer"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kingslayer
+cp -rv "${COOKBOOK_SOURCE}"/worlds/* "${COOKBOOK_STAGE}"/usr/share/kingslayer
+"""
diff --git a/recipes/wip/terminal/rterm/recipe.toml b/recipes/wip/terminal/rterm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..66cab250a0e8d19f94f71ef10bbb068657269983
--- /dev/null
+++ b/recipes/wip/terminal/rterm/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/mechpen/rterm"
+[build]
+template = "cargo"