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

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

Paste this into a fresh Claude Code session, then describe the page you want to build. The agent will read /agents/ for the full conventions and deploy it to internal.perkup.com when ready.

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, registries to update, and the wrangler deploy command. Tell me what page you want to build.