PerkUp Internal.

The team's source of truth. Browse a section, search a topic, or ship a new page in 30 seconds.

Sections

Quick Links

See every tool we use →

Ask your Claude to crawl the wiki

Paste this into a fresh Claude Code session, then ask anything you'd normally search the wiki for. Your agent reads the machine-readable index and fetches whatever pages it needs to answer.

You can read PerkUp's internal wiki at internal.perkup.com. The site is behind Cloudflare Access — for any fetch, use `cloudflared access curl <url>` (drop-in for curl, uses my Google Workspace SSO). If a request returns 302, first run `cloudflared access login https://internal.perkup.com/`. Start with the machine-readable index at https://internal.perkup.com/_meta/pages.json (every page with title, section, summary, last_updated, source) plus https://internal.perkup.com/llms.txt for the curated nav and https://internal.perkup.com/sitemap.xml for the full URL list. Use those to decide which pages to fetch, then answer questions or summarize. Don't fabricate — every fact in your answer must come from a fetched wiki page or you say "not in the wiki." Tell me what you want to know about PerkUp.

Publish a page

Just want to fix wording or update a number on an existing page? See Edit This Wiki — get the repo, preview at localhost:4444, and push. To build a whole new page, paste the prompt below into a fresh Claude Code session and describe what you want. The agent reads /agents/ for the full conventions and pushes to perkupapp/perkup-internal, which auto-deploys to internal.perkup.com.

You're building and deploying a page for PerkUp's internal wiki at internal.perkup.com. The site is behind Cloudflare Access — to fetch any page, use `cloudflared access curl <url>` (drop-in for curl, uses my Google Workspace SSO via cloudflared). If `cloudflared access curl https://internal.perkup.com/agents/` returns a 302, first run `cloudflared access login https://internal.perkup.com/` to sign in. Read the page-building contract at https://internal.perkup.com/agents/ — it covers the design system, page template, required meta tags, and the registries to update. The source repo is perkupapp/perkup-internal on GitHub; when the page is ready and the local preview at localhost:4444 looks right, commit and push to the main branch, which auto-deploys to internal.perkup.com. Tell me what page you want to build.