By dz0ny
Migration guides, language configs, services, and templates for converting nix-shell to devenv. Includes Python, JavaScript, PostgreSQL, Redis, and more.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin dz0ny-devenv-claudeClaude Code skill for migrating from nix-shell to devenv — comprehensive guides, templates, and real-world patterns.
/plugin marketplace add https://github.com/dz0ny/devenv-claude
/plugin install devenv@devenv-claude
git clone https://github.com/dz0ny/devenv-claude.git ~/.claude/skills/devenv-claude
# Restart Claude Code to auto-discover the skill
Helps you migrate from nix-shell to devenv or create new devenv projects with:
Claude Code automatically triggers this skill when you:
You: "Migrate my nix-shell setup to devenv"
You: "Set up devenv with Python and PostgreSQL"
You: "Why is my devenv build failing?"
skills/devenv/
├── SKILL.md # Main skill (460 lines)
├── references/ # Detailed guides (3,918 lines)
│ ├── migration-guide.md
│ ├── language-configs.md
│ ├── services-guide.md
│ ├── processes-tasks.md
│ └── troubleshooting.md
└── assets/templates/ # Ready configs (769 lines)
├── basic-devenv.nix
├── python-backend.nix
├── fullstack.nix
└── multi-language.nix
Total: 5,147 lines of curated devenv knowledge
Based on real-world migration experience:
Before (nix-shell):
default.nix with manual setupAfter (devenv):
devenv.nixSee skills/devenv/README.md for:
MIT License
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Automates browser interactions for web testing, form filling, screenshots, and data extraction