·work-with-justfiles
</>

work-with-justfiles

kyldvs/setup

ジャストファイルの構造化と整理に関するガイダンス。 justfile の編成、コマンドのグループ化、またはリポジトリの CLI 規則を作成、編集、または議論するときに使用します。

3インストール·0トレンド·@kyldvs

インストール

$npx skills add https://github.com/kyldvs/setup --skill work-with-justfiles

SKILL.md

Justfiles capture the common commands of a repository in one place. This skill provides principles for organizing justfiles effectively - preventing scope creep, documenting workflows, and creating clear command aliases that work consistently.

The goal is a single source of truth for "how do I do X in this repo" that anyone can read and understand.

Justfiles always run from the repo root. Never cd in recipes. Use absolute paths or paths relative to the justfile location.

ジャストファイルの構造化と整理に関するガイダンス。 justfile の編成、コマンドのグループ化、またはリポジトリの CLI 規則を作成、編集、または議論するときに使用します。 ソース: kyldvs/setup。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/kyldvs/setup --skill work-with-justfiles
ソース
kyldvs/setup
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

work-with-justfiles とは?

ジャストファイルの構造化と整理に関するガイダンス。 justfile の編成、コマンドのグループ化、またはリポジトリの CLI 規則を作成、編集、または議論するときに使用します。 ソース: kyldvs/setup。

work-with-justfiles のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/kyldvs/setup --skill work-with-justfiles インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/kyldvs/setup