2 Commits

  • feat(skills): add flox-environments skill (#1317)
    * feat(skills): add flox-environments skill
    
    Add a skill for creating reproducible, cross-platform development
    environments with Flox. Covers manifest structure, package installation
    patterns, language-specific recipes (Python, Node, Rust, Go, C/C++),
    hooks/profile configuration, anti-patterns, environment sharing, and
    AI-assisted/vibe coding workflows.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * fix(skills): address review feedback on flox-environments
    
    - Add initdb guard to full-stack example so PostgreSQL works on first run
    - Replace hardcoded /tmp path with mktemp in agent workflow snippet
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * fix(skills): use variable for mktemp path in agent workflow
    
    $_ resolves to the previous command's last argument (-c), not the
    mktemp path. Use an explicit variable instead.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Update skills/flox-environments/SKILL.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>