プロジェクトに .workmux.yaml を自動生成
Scanned 8/31/2026
Install to Claude Code
npx -y skills add okm321/dotfiles --skill workmux-init --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Workmux Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/okm321-workmux-init)More formats (shields.io, HTML) on the badges page.
---
name: workmux-init
description: プロジェクトに .workmux.yaml を自動生成
---
# Workmux Init Skill
プロジェクトの言語・構成を検出し、適切な `.workmux.yaml` を生成する。
## Usage
```
/workmux-init
```
## Instructions
### 1. プロジェクト検出
以下のファイルを確認して言語・パッケージマネージャーを特定:
| ファイル | 言語/ツール | post_create |
|----------|-------------|-------------|
| `pnpm-lock.yaml` | pnpm | `pnpm install` |
| `yarn.lock` | yarn | `yarn install` |
| `package-lock.json` | npm | `npm install` |
| `package.json`(lock なし) | npm | `npm install` |
| `Cargo.toml` | Rust | `cargo build` |
| `go.mod` | Go | `go mod download` |
| `pyproject.toml` | Python (uv/poetry) | `uv sync` or `poetry install` |
| `requirements.txt` | Python (pip) | `pip install -r requirements.txt` |
| `Gemfile` | Ruby | `bundle install` |
| `composer.json` | PHP | `composer install` |
### 2. 環境ファイル検出
以下のパターンで .env 系ファイルを検索:
- `.env.example` → `.env` としてコピー
- `.env.sample` → `.env` としてコピー
- `.env.template` → `.env` としてコピー
- `.env.local.example` → `.env.local` としてコピー
### 3. symlink 候補検出
以下があれば symlink 候補として提案:
- `node_modules/` (Node.js プロジェクト)
- `.pnpm-store/` (pnpm プロジェクト)
### 4. .workmux.yaml 生成
検出結果をもとに `.workmux.yaml` を生成:
```yaml
post_create:
- {検出した install コマンド}
files:
copy:
- {.env.example:.env など}
symlink:
- {node_modules など、必要に応じて}
```
### 5. .git/info/exclude に追加
`.workmux.yaml` を個人用 gitignore に追加:
```bash
echo ".workmux.yaml" >> .git/info/exclude
```
※ 既に記載されていれば追加しない
### 6. 結果報告
生成した内容と、追加した設定を報告する。
必要に応じて手動で調整するよう案内。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.