diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4aab7eb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# pesde/tooling
+
+
+
+
+
+ Common Luau tooling packaged for pesde, for use within fully pesde-managed projects.
+
+---
+
+
+
+ | Tool | Available package |
+|----------|------------------------------------------------------------------------------------------------------------------------------------:|
+| [`pesde/stylua`](https://pesde.daimond113.com/packages/pesde/stylua) |  |
+| [`pesde/luau-lsp`](https://pesde.daimond113.com/packages/pesde/luau-lsp) |  |
+
+
+
+## Usage
+
+```sh
+pesde x pesde/{TOOL}
+
+# Or, install the tool into your project and have it accessible in PATH
+pesde add --dev pesde/{TOOL}
+pesde install
+```
+
+Where `{TOOL}` corresponds to the name of one of the tools present in this directory.
+
+If a Luau tool you would like is not present here, please open an issue or submit a PR, following the format of one of the existing tools.
+
+
+