一键导入
languages-setup
Language and runtime setup guide using mise for version management including Go, Node.js, npm tasks, and environment variables
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Language and runtime setup guide using mise for version management including Go, Node.js, npm tasks, and environment variables
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Step-by-step installation guide for Nix and dotfiles setup including nix.conf configuration, channel updates, home-manager, and nix-darwin
スキルのプロンプト品質を評価・チューニングする。スキルを書いたあと別のサブエージェントに実行させ、不明瞭点・自動補完箇所・達成率をレポートさせて反復改善する。Use when you want to evaluate or tune a SKILL.md prompt quality. Ref: https://zenn.dev/mizchi/articles/empirical-prompt-tuning
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
NPM tools and package management using mise including commitizen, cz-git, and global package configuration
System services configuration guide including AeroSpace, JankyBorders, and AltTab on macOS
| name | languages-setup |
| description | Language and runtime setup guide using mise for version management including Go, Node.js, npm tasks, and environment variables |
This project uses mise for language version management and task execution.
The following tools are configured in .mise.toml:
1.23.4 (migrated from asdf)lts (migrated from n)Installs global npm packages required for development:
mise run npm-tools
# or
make npm-tools
Installs:
Development environment setup:
mise run dev
Configured environment variables:
NODE_ENV: Set to "development"GOPATH: Set to "$XDG_DATA_HOME/go"# Install configured tools
mise install
# Check current versions
mise current
# Run tasks
mise run npm-tools
mise run dev