---
title: "init"
description: "Initialize configurations for Supabase local development."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/init
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:30:12.604Z
license: CC-BY-4.0
attribution: "init — Claudary (https://claudary.paisolsolutions.com/skills/init)"
---

# init
Initialize configurations for Supabase local development.

## Overview

## supabase-init

Initialize configurations for Supabase local development.

A `supabase/config.toml` file is created in your current working directory. This configuration is specific to each local project.

> You may override the directory path by specifying the `SUPABASE_WORKDIR` environment variable or `--workdir` flag.

In addition to `config.toml`, the `supabase` directory may also contain other Supabase objects, such as `migrations`, `functions`, `tests`, etc.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/init) · https://claudary.paisolsolutions.com
