Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

dotfiles

dotfiles contient 21 skills collectées depuis nwiizo, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
13
mis à jour
2026-07-02
Forks
1
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

home-docs-curator
Développeurs de logiciels

README、AGENTS、CLAUDE、ツール別READMEを俯瞰し、重複・古い前提・読みにくい構成・不要ファイルを整理する。ドキュメント整備やリポジトリを読みやすくしたいときに使用。

2026-07-02
home-history-distill
Développeurs de logiciels

AIエージェント履歴を安全に集計し、再利用できる skills / agents / rules / scripts 候補だけを抽出する。履歴本文を公開せず、秘密情報を先に検出して抽象化したいときに使用。

2026-07-02
home-jj-publish-main
Développeurs de logiciels

jj リポジトリで検証後に現在の変更を describe し、main bookmark を進め、origin/main へ push する。ユーザーが「コミットしてpush」と依頼したときに使用。

2026-07-02
prompt-review
Développeurs de logiciels

このスキルは、ユーザーが「プロンプトをレビューして」「対話履歴を分析して」「理解度を診断して」 と依頼したとき、または /prompt-review で呼び出されたときに使用する。 過去のAIエージェント対話履歴(Claude Code, GitHub Copilot Chat, Cline, Roo Code, Windsurf, Antigravity, OpenCode)を読み取り、技術理解度・プロンプティングパターン・AI依存度を推定してレポートを生成する。

2026-07-02
add-config
Développeurs de logiciels

Add config to this macOS dotfiles repo. Use for env vars, fish abbreviations/functions/plugins, direct symlinked config files, tool integrations, shared agent config, and app config such as Neovim, Ghostty, Warp, Git, Bat, Atuin, tealdeer, and gh.

2026-07-02
add-package
Développeurs de logiciels

Add a package to this macOS dotfiles repo. Use when the user asks to install, add, or migrate a CLI package or GUI app, for example "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install foo を repo 管理に", "kubectl 追加して". Homebrew owns binaries here; update Brewfile, validate with brew bundle, apply with brew bundle, and verify the executable.

2026-07-02
home-aws-finops-investigation
Développeurs de logiciels

AWS アカウントの FinOps 調査・コスト削減分析。ReadOnly + MFA 環境での非対話認証突破、Cost Explorer の読み解き罠、RI/SP の誤認パターン、レポート数値の分母混在を避けるための学び集。

2026-07-02
home-empirical-prompt-tuning
Développeurs de logiciels

agent 向けテキスト指示(skill / slash command / task プロンプト / CLAUDE.md 節 / コード生成プロンプト)を、バイアスを排した実行者に動かしてもらい、両面(実行者の自己申告 + 指示側メトリクス)で評価して反復改善する手法。改善が頭打ちになるまで回す。プロンプトや skill を新規作成・大幅改訂した直後、またはエージェントの挙動が期待通りにならない原因を指示側の曖昧さに求めたいときに使う。

2026-07-02
home-fix-review-comments
Analystes en assurance qualité des logiciels et testeurs

直前の会話に含まれるレビュー結果を精査し、妥当な指摘に対してのみ修正を実施する。レビュアーの指摘がすべて正しいとは限らないため、各コメントを批判的に評価する。

2026-07-02
home-gcp-finops-investigation
Développeurs de logiciels

GCP プロジェクトの FinOps 調査・コスト削減分析。Billing Export (BigQuery)、Active Assist Recommender、CUD/SUD の誤認パターン、プロジェクト/フォルダ/組織階層での集計、レポート数値の分母混在を避けるための学び集。

2026-07-02
home-iterative-refinement
Développeurs de logiciels

Build→Test→Feedback→Refineの反復改善ワークフロー。ツール開発時のフィードバックループとOSS検証を支援。

2026-07-02
home-jj-agent-spawn
Développeurs de logiciels

Spawn a parallel coding-agent session in its own jj workspace. Uses `jj_agent` if the nwiizo/jujutsu.fish plugin is installed, otherwise falls back to raw `jj workspace add`. Use when starting a second (or Nth) agent on a different task without disturbing the current working copy. Invoke manually; creates a workspace directory on disk.

2026-07-02
home-jj-commit-cycle
Développeurs de logiciels

In any jj (Jujutsu) repository, complete the "commit" pattern — describe the current working copy with a message, then open a fresh change for the next unit of work. Use when a coherent edit is finished and should be preserved before moving on. Invoke manually; mutates state.

2026-07-02
home-karpathy-guidelines
Développeurs de logiciels

LLM コーディングの 4 大失敗パターン(暗黙の仮定/過剰実装/関係ない箇所への手出し/成功基準の曖昧さ)を抑制するための行動規範。コード生成・編集・リファクタ時に参照。

2026-07-02
home-marp-slide-editing
Développeurs web

Marpプレゼンテーションの技術的制約とベストプラクティス。marp:trueのMarkdown編集時やスライド作成リクエスト時に自動使用。

2026-07-02
home-orchestrator
Développeurs de logiciels

複雑タスクを逐次ステップに分割し、各ステップ内で並列サブタスクを実行する。大きなタスクを依頼されたとき、または「分割して」「段階的に」と指示されたときに使用。

2026-07-02
home-proactive-suggestions
Développeurs de logiciels

コード変更・レビュー時に改善提案を自動提示。時間短縮効果・実装例・メリットをテンプレートで提案。

2026-07-02
home-self-review
Analystes en assurance qualité des logiciels et testeurs

手元のコード変更をセルフレビューし、指摘を批判的に評価した上で自動修正するループ。diff/staged/branch/PRを対象に複数レビューアを並列実行。

2026-07-02
home-sync-tasks
Développeurs de logiciels

Claude Code TaskList と vibe-ticket の同期。タスク管理の状態を双方向で同期する。

2026-07-02
home-translation-quality
Rédacteurs techniques

公式翻訳との比較から導出した技術書翻訳の品質基準。翻訳作業時に自動参照。

2026-07-02
home-validate-on-oss
Analystes en assurance qualité des logiciels et testeurs

ツールを実際のOSSプロジェクト(bat, fd, ripgrep, eza, tokei)で検証する。ツールの品質・パフォーマンス検証時に使用。

2026-07-02
dotfiles Agent Skills sur GitHub | SkillsMP