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