bknd-env-config
✓Use when configuring environment variables for Bknd projects. Covers .env files, secrets management, env injection in config, platform-specific variables, and production security.
Installation
SKILL.md
Configure environment variables for Bknd applications across development and production.
The env parameter receives all environment variables loaded from .env files and system environment.
| DBURL | Database connection URL | file:data.db, libsql://db.turso.io | | DBTOKEN | LibSQL/Turso auth token | eyJhbGciOiJFZERTQSIs... |
Use when configuring environment variables for Bknd projects. Covers .env files, secrets management, env injection in config, platform-specific variables, and production security. Source: cameronapak/bknd-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-env-config- Source
- cameronapak/bknd-skills
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-env-config?
Use when configuring environment variables for Bknd projects. Covers .env files, secrets management, env injection in config, platform-specific variables, and production security. Source: cameronapak/bknd-skills.
How do I install bknd-env-config?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-env-config Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cameronapak/bknd-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01