credential-setup

Installation
SKILL.md

Task

Standardize credential handling for the project at $1 (relative path under packages/<domain>/).

Standard Patterns

ESP-IDF Projects

Use credentials.h + credentials.h.example:

// credentials.h.example — Template for project credentials
// Copy to credentials.h and fill in your values:
//   cp credentials.h.example credentials.h

#ifndef CREDENTIALS_H
#define CREDENTIALS_H
Installs
12
GitHub Stars
7
First Seen
Apr 27, 2026
credential-setup — laurigates/mcu-tinkering-lab