Agentic PlaybookAgentic product lifecycle

mxa-secrets

Environment variables and secrets across local, CI and host. Never a client-exposed key.

  • One consistent place for configuration across local, CI and host
  • Keys never reach client source or the repository
  • Says where a key belongs before someone puts it somewhere it cannot come back from

Works with

The outside tools and connectors this skill drives.

  • GitHub secrets· our default
  • Vercel environment variables
  • a .env file convention

The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.

Install it

npx skills add madebymany/madebyagents --skill mxa-secrets
Read the skill itself