diff --git a/recipes/wip/dev/alt/recipe.toml b/recipes/wip/dev/alt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b94637f61ed26e8e3da27824e3ee2dcb55e335ca
--- /dev/null
+++ b/recipes/wip/dev/alt/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dotboris/alt"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8ca1be284fd57c388d69745939bd05c0c7288885
--- /dev/null
+++ b/recipes/wip/dev/git-chain/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dashed/git-chain"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f40c45867106bc0522c88506c42c785fd18d53fe
--- /dev/null
+++ b/recipes/wip/dev/git-repo-manager/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/hakoerber/git-repo-manager"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/knope/recipe.toml b/recipes/wip/dev/knope/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1b3f8c92a1c09873577fcb89d3d2ed0e02c31541
--- /dev/null
+++ b/recipes/wip/dev/knope/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/knope-dev/knope"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages knope
+"""
diff --git a/recipes/wip/dev/omni/recipe.toml b/recipes/wip/dev/omni/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..527c20a922008881e0456d2d817165d75cbd5cb9
--- /dev/null
+++ b/recipes/wip/dev/omni/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/XaF/omni"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/pilka/recipe.toml b/recipes/wip/graphics/pilka/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..412fc14bd4fc5638221951d6b2c67b4b60707328
--- /dev/null
+++ b/recipes/wip/graphics/pilka/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pudnax/pilka"
+[build]
+template = "cargo"