Edgeless Labs LLC

Edgeless

Tools for people who build with AI.
Direct. Technical. Opinionated.

10
Products
100+
Templates
22
Hook scripts
16
Agent chapters

// all products

The full toolkit

Each product starts as something we needed and couldn't find. No fluff added to hit a word count.

📋
free
Claude Code Cheat Sheet
One-page command reference. Every slash command, flag, and shortcut — on a single printable sheet.
Get it free →
📄
Templates

CLAUDE.md Template Pack

14 project-specific CLAUDE.md templates. Drop one into any repo and your Claude Code session inherits the right conventions immediately. Python, TypeScript, Next.js, Go, and more.

🃏
Tools

Quick Reference Cards

6 printable reference cards covering Claude Code commands, prompt patterns, agent architectures, tool-use patterns, CLAUDE.md syntax, and hook triggers.

🔌
Tools

MCP Server Starter Kit

Build custom Claude Code tools without starting from scratch. Includes server scaffold, tool registration patterns, error handling, and 4 example servers ready to fork.

🧪
Guides

Prompt Testing Framework

Systematic prompt evaluation methodology with scoring rubrics, regression test harnesses, and A/B comparison tooling. Stop guessing if your prompt got better.

🗂
Tools

Obsidian + Claude Code Setup Kit

Vault template and Claude config wired together out of the box. Pre-built folder structure, Dataview queries, Templater setup, and Claude memory hooks. Skip the 20-hour yak shave.

Tools

Hooks Library

22 ready-to-use automation hooks for Claude Code. Pre-task validation, post-task reporting, damage control, linting enforcement, session logging, and more.

🤖
Guides

Agent Cookbook

16 chapters on multi-agent patterns from production. Builder/validator loops, tool-use architectures, memory systems, rate-limit handling — everything you'd learn the hard way.

🔍
Guides

AI Code Review Playbook

AI-assisted code review patterns that actually catch things. Prompt templates for security, architecture, and correctness reviews. Includes CI integration examples.

📋
Free

Claude Code Cheat Sheet

One-page command reference covering every slash command, useful flags, keyboard shortcuts, and hook trigger events. Printable. No email required.

// about

Built by Edgeless Labs LLC

Direct, technical, opinionated. We build tools for people who are already using AI to build things — not introductory content for people wondering if they should try it.

Every product starts as something we needed and couldn't find. The Prompt Engineering OS came from months of running Claude Code in real projects. The patterns in it are distilled from what actually worked, not what sounded good in a tweet thread.

The backlog is full of tools that follow the same principle: specific, opinionated, immediately useful.

# CLAUDE.md — project config
 
## Core rules
iron_law: "test first, code second"
error_handling: "never ignore"
lint_violations: 0
 
## Patterns
recon: "look before you leap"
simplicity: "deletions that maintain
          quality are celebrated"
 
## Never do
- skip required tests
- make architectural decisions
- return code with lint issues