diff --git a/recipes/wip/games/leafish/recipe.toml b/recipes/wip/games/leafish/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ff29d95ef73796789314b38d117a60bf881e7057
--- /dev/null
+++ b/recipes/wip/games/leafish/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Lea-fish/Leafish"
+[build]
+template = "cargo"
+dependencies = [
+    "gtk3",
+    "openssl1",
+]
diff --git a/recipes/wip/tools/rusync/recipe.toml b/recipes/wip/tools/rusync/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..21258e5b2347ee5baa77383cb922580350751bdf
--- /dev/null
+++ b/recipes/wip/tools/rusync/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/your-tools/rusync"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/skyspell/recipe.toml b/recipes/wip/tools/skyspell/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2a8c80c924dc534897eeccd1402ed08c3f7d600d
--- /dev/null
+++ b/recipes/wip/tools/skyspell/recipe.toml
@@ -0,0 +1,12 @@
+#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation
+[source]
+git = "https://github.com/your-tools/skyspell"
+[build]
+template = "custom"
+dependencies = [
+    "sqlite3",
+    "enchant",
+]
+script = """
+cookbook_cargo_packages skyspell
+"""