diff --git a/recipes/wip/containers/skopeo/recipe.toml b/recipes/wip/containers/skopeo/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0b72488cd7ad28d30dff7db07aa01f857aafe17b
--- /dev/null
+++ b/recipes/wip/containers/skopeo/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Implement the Cookbook template for the Go programming language
+[source]
+git = "https://github.com/containers/skopeo"
+branch = "release-1.16"
+[build]
+template = "go"
diff --git a/recipes/wip/vm/libvirt/recipe.toml b/recipes/wip/vm/libvirt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c05469145c29a3f9c2a107fbd1c77977e3220ecf
--- /dev/null
+++ b/recipes/wip/vm/libvirt/recipe.toml
@@ -0,0 +1,6 @@
+#TODO missing script for meson
+# build instructions - https://libvirt.org/compiling.html#configuring-the-project
+[source]
+tar = "https://download.libvirt.org/libvirt-10.7.0.tar.xz"
+[build]
+template = "custom"