Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Agents
description: 40 agents across 4 tiers — from captain to specialists
---

# Agents

40 specialized agents organized in a 4-tier hierarchy. The top 9 leadership agents manage business, product, and technical strategy. The bottom 31 specialist agents handle execution across stack, design, UI, DevOps, VCS, and domain expertise.

Expand Down
4 changes: 4 additions & 0 deletions content/docs/engine/agents/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Agents",
"pages": ["index"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: CLAUDE.md
description: Project instructions that shape every response — the 3-layer hierarchy
---

# CLAUDE.md

The most powerful configuration primitive in Claude Code. A markdown file that shapes every response, every agent, every workflow. Kun uses a 3-layer hierarchy that cascades from global preferences down to repo-specific operations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Commands
description: Slash commands for rapid workflows
---

# Commands

Type `/command` in Claude Code to trigger a complete workflow. Commands are markdown templates in `~/.claude/commands/` that expand into full prompts with agent routing and MCP integration.

Expand Down
1 change: 0 additions & 1 deletion content/docs/hooks.mdx → content/docs/engine/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Hooks
description: Lifecycle automations that trigger on events
---

# Hooks

5 hooks that automate repetitive actions across the development lifecycle. They fire on specific events — before a tool runs, after a file changes, when a session ends.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: The Standard Book of Spells
description: 114 incantations that bend code to your will — the complete Kun spellbook
---

# The Standard Book of Spells

> *"It does not do to dwell on documentation and forget to ship."*

Expand Down
1 change: 0 additions & 1 deletion content/docs/mcp.mdx → content/docs/engine/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: MCP
description: 18 MCP servers connecting Claude Code to external services
---

# MCP Servers

18 Model Context Protocol servers that connect Claude Code to external services — from design tools to databases to deployment platforms.

Expand Down
1 change: 0 additions & 1 deletion content/docs/memory.mdx → content/docs/engine/memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Memory
description: Persistent files that carry context across sessions
---

# Memory

6 memory files that persist across conversations. They store component registries, team profiles, and project state — so Claude never forgets what was built, who's on the team, or what patterns exist.

Expand Down
14 changes: 14 additions & 0 deletions content/docs/engine/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"title": "Engine",
"pages": [
"claude-md",
"agents",
"skills",
"commands",
"mcp",
"hooks",
"rules",
"memory",
"keywords"
]
}
1 change: 0 additions & 1 deletion content/docs/rules.mdx → content/docs/engine/rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Rules
description: Path-scoped rules that activate on file touch
---

# Rules

8 rules that auto-activate when you touch specific file patterns. Each rule injects domain knowledge and constraints for its area — authentication, i18n, database, styling, testing, deployment.

Expand Down
1 change: 0 additions & 1 deletion content/docs/skills.mdx → content/docs/engine/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Skills
description: 25 reusable skills with keyword triggers
---

# Skills

25 slash commands that trigger complete workflows. Say a keyword or type `/command` — the engine handles the rest.

Expand Down
1 change: 0 additions & 1 deletion content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Introduction
description: Kun (كن) — The Databayt Engine
---

# Kun (كن)

> The optimal configuration that makes Claude Code, Claude Desktop, Cowork, and the Agent SDK work together as a single engine running both the technical and business sides of **Databayt**.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Onboarding
description: Install Cowork, let it do the rest
---

# Onboarding

> One install, one paste, one watch. Cowork drives every other step.

Expand Down Expand Up @@ -151,19 +150,19 @@ For hogwarts, your team contact shares the `.env` out-of-band (no `.env.example`
| Open a GitHub issue | `c "/issue"` |
| Verify a production deploy | `c "/watch"` |

Full keyword list: [keywords](/docs/keywords).
Full keyword list: [keywords](/docs/engine/keywords).

---

## Reference

- [Computer use in Desktop](https://code.claude.com/docs/en/desktop#let-claude-use-your-computer)
- [Claude Code — install detail](/docs/claude-code)
- [Captain — decisions and delegation](/docs/captain)
- [Cowork ↔ Code bridge](/docs/cowork)
- [Connectors — MCP catalog](/docs/connectors)
- [Claude Code — install detail](/docs/installation/claude-code)
- [Captain — decisions and delegation](/docs/operations/captain)
- [Cowork ↔ Code bridge](/docs/operations/cowork)
- [Connectors — MCP catalog](/docs/operations/connectors)
- [Anthropic Directory](https://claude.ai/directory)
- [Keywords — full vocabulary](/docs/keywords)
- [Team — roles](/docs/team)
- [Repositories — full org map](/docs/repositories)
- [Keywords — full vocabulary](/docs/engine/keywords)
- [Team — roles](/docs/operations/team)
- [Repositories — full org map](/docs/reference/repositories)
- [Contributing — github-workflow rule](https://github.com/databayt/kun/blob/main/.claude/rules/github-workflow.md)
4 changes: 4 additions & 0 deletions content/docs/installation/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Installation",
"pages": ["index", "claude-code", "self-hosting"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Self-Hosting
description: Optional infrastructure for air-gapped or dedicated server deployments
---

# Self-Hosting (Optional)

> **Status**: Optional appendix. Anthropic-native products handle 90%+ of use cases.
> **When relevant**: Air-gapped environments, data residency, or dedicated server preference.
Expand Down
42 changes: 7 additions & 35 deletions content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,15 @@
"title": "Documentation",
"pages": [
"index",
"---Getting Started---",
"installation",
"---Engine---",
"claude-md",
"agents",
"skills",
"commands",
"mcp",
"hooks",
"rules",
"memory",
"engine",
"---Operations---",
"captain",
"team",
"onboarding",
"dispatch",
"context",
"cowork",
"voice",
"credentials",
"connectors",
"apps",
"issue",
"operations",
"---Reference---",
"keywords",
"tips",
"tweets",
"configuration",
"architecture",
"workflows",
"products",
"prd",
"epics",
"claude-code",
"secrets",
"slack",
"stack",
"repositories",
"projects",
"self-hosting"
"reference",
"---Resources---",
"resources"
]
}
1 change: 0 additions & 1 deletion content/docs/apps.mdx → content/docs/operations/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Apps
description: Claude in Slack, Figma, and Asana
---

# Claude Apps

Anthropic's native integrations that bring Claude directly into the tools your team already uses.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Captain
description: CEO brain — delegates across 40 agents and 4 humans
---

# Captain

The apex agent. Captain is Databayt's CEO brain — it knows every product, every person, every dollar, every deadline. It makes the calls: what to build, who works on what, when to ship, when to cut scope.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Connectors
description: GitHub, Figma, Slack, Linear and service integrations
---

# Connectors

Service integrations that connect Kun to external platforms. Each connector is backed by an MCP server and triggered by keywords.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Context
description: Cloud tag control room — sprint-aware, contributor-aware keyword dispatch for all 4 team members
---

# Context

Cloud tag UI where any team member clicks a keyword and dispatches a workflow. The cloud adapts to who's viewing and what stories are active — keywords grow or shrink based on relevance.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Cowork
description: Same brain, two modes — one thinks, one acts
---

# Cowork

Cowork and Claude Code are two modes of the same brain. They share everything in `~/.claude/` — agents, memory, settings, rules. The difference is posture.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Credentials
description: Keychain-based API key management for 18 services
---

# Credentials

macOS Keychain-based credential management. API keys stored encrypted, retrieved via the `security` command, never in plain text files.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Dispatch
description: Apple Notes async communication — 3 channels for team coordination
---

# Dispatch

Async communication via Apple Notes. Three notes in a Dispatch folder, synced via iCloud to all Apple devices. Captain writes updates, Cowork bridges think/do, Abdout leaves instructions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Issue
description: Issue pipeline — from user report to auto-fix, including Report an Issue dialog, report agent, and scheduled automation
---

# Issue

The issue pipeline connects user-reported bugs to automated fixes. Users click "Report an Issue" in the UI, a GitHub issue is created, and the report agent processes it.

Expand Down
15 changes: 15 additions & 0 deletions content/docs/operations/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Operations",
"pages": [
"captain",
"team",
"dispatch",
"context",
"cowork",
"voice",
"credentials",
"connectors",
"apps",
"issue"
]
}
1 change: 0 additions & 1 deletion content/docs/team.mdx → content/docs/operations/team.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Team
description: 4 roles with tailored MCP configs and agent indexes
---

# Team

4 humans with tailored tools. Each role gets a specific MCP config, skill set, and agent index — so everyone has exactly the tools they need, nothing more.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Voice
description: Speak commands instead of typing them
---

# Voice

Voice input across all Anthropic surfaces — Claude Desktop, iOS, and system-level dictation. Say what you want, Claude does it.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Architecture
description: 5-layer Anthropic-native engine architecture for Databayt
---

# Architecture

Kun is a **configuration engine** — not a server. It sits as the configuration layer on top of Anthropic's product suite, running both technical and business sides of **Databayt**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Configuration
description: The engine blueprint — every setting, agent, skill, hook, MCP, rule, and memory
---

# Configuration Blueprint

This IS the engine. Every setting, agent, skill, hook, MCP server, rule, and memory file that transforms Anthropic's products into Databayt's operating system.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Epics
description: 57 stories across 12 epics with sprint plan for April-June 2026
---

# Epics & Stories

57 stories across 12 epics, organized by phase. Sprints run April-June 2026.

Expand Down
16 changes: 16 additions & 0 deletions content/docs/reference/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "Reference",
"pages": [
"configuration",
"architecture",
"workflows",
"products",
"prd",
"epics",
"repositories",
"projects",
"stack",
"slack",
"secrets"
]
}
1 change: 0 additions & 1 deletion content/docs/prd.mdx → content/docs/reference/prd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: PRD
description: Configuration requirements by phase for the Kun engine
---

# Product Requirements

Requirements for Kun — the configuration engine running Databayt's operations across a 4-person team, 14 repositories, and 5 products.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Anthropic Products
description: Complete product catalog mapped to Databayt's team and operations
---

# Anthropic Product Catalog

Every Anthropic product mapped to its role in Databayt's operations — who uses what and why.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Projects
description: Browse and clone open projects from the databayt organization
---

# Open Projects

All projects in the [databayt](https://github.com/databayt) organization are available for team development.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Secrets
description: API keys, tokens, and environment setup for the Kun engine
---

# Secrets & Environment

Secrets needed for the Kun engine's MCP servers and Anthropic products.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Slack
description: Team communication setup — workspace, channels, MCP integration
---

# Slack

Team communication hub for Databayt. Connected to Claude Code via MCP for notifications, dispatch, and collaboration.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Stack
description: Unified technology stack across all Databayt repositories
---

# Stack

The unified technology stack across all 14 Databayt repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Workflows
description: How keywords chain together — from morning start to production deploy
---

# Workflows

How keywords chain together into complete operations. Single words are charms. Sequences are rituals.

Expand Down
4 changes: 4 additions & 0 deletions content/docs/resources/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Resources",
"pages": ["tips", "tweets"]
}
Loading