diff --git a/content-migration/hooks/fetch-wiki-caches b/content-migration/hooks/fetch-wiki-caches
new file mode 100755
index 0000000000000000000000000000000000000000..f06e94da3c86dca1978fb4074d336d84e0a2aa92
--- /dev/null
+++ b/content-migration/hooks/fetch-wiki-caches
@@ -0,0 +1,5 @@
+#!/usr/bin/env php
+<?php
+
+include __DIR__.'/hook-by-category.php';
+
diff --git a/content-migration/hooks/migrate-hooks b/content-migration/hooks/migrate-hooks
index 4b72bd4991b7d1a8dc2daaff36406b819a3804f0..23823beb92660fa189eaf2de031dd26d1803cb58 100755
--- a/content-migration/hooks/migrate-hooks
+++ b/content-migration/hooks/migrate-hooks
@@ -3,7 +3,7 @@
 
 include __DIR__.'/hook-by-category.php';
 
-
+const WIKI_URL = 'https://wiki.civicrm.org/confluence/display/CRMDOC/';
 
 foreach ($hooks_by_category as $category => $hooks) {
   echo $category . "\n";
diff --git a/content-migration/hooks/wiki_cache/.gitignore b/content-migration/hooks/wiki_cache/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..86d0cb2726c6c7c179b99520c452dd1b68e7a813
--- /dev/null
+++ b/content-migration/hooks/wiki_cache/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file