Agent skill · software engineering · thebushidocollective

fnox-configuration

Use when configuring Fnox secrets management with fnox.toml. Covers file structure, secrets definition, profiles, and hierarchical configurations.

Why this skill is useful

Provides specific configuration patterns and examples for managing secrets with fnox.toml that the AI wouldn't reliably generate on its own.

What it needs

Requires fnox installed locally. About 5k tokens when loaded. Last updated 2026-07-19. 187 stars on the source repository.

What this skill does

Fnox - Configuration Configuring secrets management with Fnox using fnox.toml files for secure, version-controlled secret storage. Basic Configuration Initialize Project Basic fnox.toml Structure Secrets Definition Simple Secret Encrypted Secret Secret with Default Secret Behavior Options Configuration Hierarchy File Locations (Priority Order) 1. fnox.local.toml - Local overrides (gitignored) 2. fnox.$FNOXPROFILE.toml - Profile-specific 3. fnox.toml - Project configuration 4. Parent directory fnox.toml files (recursive) 5. ~/.config/fnox/config.toml - Global configuration Global Configuration Project Configuration Local Overrides Profiles Define Profiles Use Profiles Profile-Specific Files Configuration Imports Import Other Configurations Shared Configuration Validation Check Configuration Common Validation Errors Best Practices Separate Public and Private Config Document Secrets Use Meaningful Names Set Appropriate Defaults Common Patterns Multi-Environment Setup Feature Flags Service Configuration Anti-Patterns Don't Commit Private Keys Don't Use Plain Text for Sensitive Data Don't Duplicate Secrets Don't Mix Concerns Advanced Patterns Template Values Conditional Secrets Related Skills providers: Configuring encryption and secret storage providers security-best-practices: Security guidelines for secrets management

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills thebushidocollective/configuration

View the source on GitHub

Browse the @skills marketplace