ecosystem-patterns
Outlines best practices for project organization, naming conventions, and container deployment to streamline development workflows.
Install this skill
Security score
The ecosystem-patterns skill was audited on Mar 8, 2026 and we found 17 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 81 | > ```bash |
Access to hidden dotfiles in home directory
| 20 | - `$ZC` = `~/.config/zshyzsh` - Shell configuration |
Access to hidden dotfiles in home directory
| 96 | - Theses conventions can be customized per host machine via `iMi` config file (`~/.config/iMi/config.toml`) |
Access to hidden dotfiles in home directory
| 155 | - Modular zsh config in $ZSH_CUSTOM == $ZC == `~/.config/zshyzsh/` |
Access to hidden dotfiles in home directory
| 159 | - Settings in ~/.config are moved to home/delorenj/.config/zshyzsh and symlinked back to ~/.config |
Access to hidden dotfiles in home directory
| 165 | export NVIM_APPNAME=lazyvim # Points to ~/.config/lazyvim (symlinked to zshyzsh/lazyvim) |
Access to hidden dotfiles in home directory
| 169 | - Primary: `~/.config/zshyzsh/lazyvim/` |
Access to hidden dotfiles in home directory
| 170 | - Symlinked: `~/.config/lazyvim -> zshyzsh/lazyvim` |
Access to hidden dotfiles in home directory
| 174 | ~/.config/zshyzsh/lazyvim/ |
Access to hidden dotfiles in home directory
| 200 | - Always edit in `~/.config/zshyzsh/lazyvim/` |
Access to hidden dotfiles in home directory
| 203 | - Never edit directly in `~/.config/lazyvim` (it's a symlink) |
Access to hidden dotfiles in home directory
| 208 | ~/.config/zshyzsh/ |
Access to hidden dotfiles in home directory
| 378 | Profiles stored in `~/.config/jelmore/profiles/`: |
Access to hidden dotfiles in home directory
| 425 | - Scripts in `~/.local/bin/` with explicit PATH exports |
Access to hidden dotfiles in home directory
| 442 | - User profiles: `~/.config/jelmore/profiles/` |
Access to hidden dotfiles in home directory
| 776 | - Shell config: `~/.config/zshyzsh` |
Access to hidden dotfiles in home directory
| 795 | - Modular zsh configs in `~/.config/zshyzsh` |
Install this skill with one command
/learn @delorenj/ecosystem-patterns