Flux
Flux dynamically adjusts prompt parameters to optimize responses for better accuracy and relevance across diverse tasks – a powerful refinement tool.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add flux npx -- -y @trustedskills/flux
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"flux": {
"command": "npx",
"args": [
"-y",
"@trustedskills/flux"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The flux skill provides functionality related to nix-config. It allows agents to manage and interact with Nix configurations, enabling reproducible environments and package management. This includes tasks like updating Nix channels, evaluating expressions, and building packages from Nix files.
When to use it
- Reproducible Environments: When you need to ensure a consistent development or deployment environment based on Nix configurations.
- Package Management: To manage dependencies and build software using Nix package definitions.
- Configuration Updates: Automating updates to your Nix channels and ensuring you're using the latest versions of packages.
- Nix Expression Evaluation: When needing to evaluate Nix expressions for calculations or data extraction within an AI workflow.
Key capabilities
- Manage Nix channels
- Evaluate Nix expressions
- Build packages from Nix files
Example prompts
- "Update my nixpkgs channel."
- "Evaluate the expression
(import ./my-nix-file).attribute" - "Build the 'hello' package defined in my nix configuration."
Tips & gotchas
Requires a working Nix environment to be installed and configured. The agent needs appropriate permissions to modify Nix configurations, which may require sudo access depending on your setup.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.