Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
otomatty
Profil créateur GitHub

otomatty

Vue par dépôt de 56 skills collectés dans 3 dépôts GitHub.

skills collectés
56
dépôts
3
mis à jour
2026-07-18
explorateur de dépôts

Dépôts et skills représentatifs

cloudflare-zedi
Développeurs de logiciels

Zedi 固有の Cloudflare 作業ガイド。Railway → Cloudflare 移行(Issue #1088)で Terraform を全廃し、Wrangler(wrangler.jsonc)と Cloudflare MCP を正本にする際の 使い分け・命名・トークンスコープ・フェーズ計画をまとめる。 Use when working on Cloudflare for Zedi: migrating server/api, server/mcp, server/hocuspocus, Postgres/Redis/S3 to Workers/D1/KV/R2/Durable Objects, moving frontend/admin from Pages to Workers Static Assets, removing Terraform, or reconfiguring CI/CD. Triggers: "Cloudflare 移行", "Workers 化", "R2", "D1", "Durable Objects", "Terraform 廃止", "wrangler", "#1088"〜"#1095".

2026-07-18
aidlc-application-design
Autres occupations informatiques

Run the AI-DLC `application-design` stage (inception phase) in isolation, without advancing the main workflow. Packages `/aidlc --stage application-design --single`: the engine emits one run-stage directive for application-design and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

2026-07-16
aidlc-approval-handoff
Autres occupations informatiques

Run the AI-DLC `approval-handoff` stage (ideation phase) in isolation, without advancing the main workflow. Packages `/aidlc --stage approval-handoff --single`: the engine emits one run-stage directive for approval-handoff and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

2026-07-16
aidlc-bugfix
Développeurs de logiciels

Run the AI-DLC workflow with the bugfix scope baked in — no scope detection. Fix a specific bug. Packaging over `/aidlc --scope bugfix`, which works without this skill.

2026-07-16
aidlc-build-and-test
Développeurs de logiciels

Run the AI-DLC `build-and-test` stage (construction phase) in isolation, without advancing the main workflow. Packages `/aidlc --stage build-and-test --single`: the engine emits one run-stage directive for build-and-test and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

2026-07-16
aidlc-ci-pipeline
Développeurs de logiciels

Run the AI-DLC `ci-pipeline` stage (construction phase) in isolation, without advancing the main workflow. Packages `/aidlc --stage ci-pipeline --single`: the engine emits one run-stage directive for ci-pipeline and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

2026-07-16
aidlc-code-generation
Développeurs de logiciels

Run the AI-DLC `code-generation` stage (construction phase) in isolation, without advancing the main workflow. Packages `/aidlc --stage code-generation --single`: the engine emits one run-stage directive for code-generation and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

2026-07-16
aidlc-compose
Autres occupations informatiques

Compose a tailored AI-DLC workflow plan - the adaptive composer reads your task (or a scan report), proposes the EXECUTE/SKIP stage grid that fits, and after your approval authors it as a scope and runs it. A typeable shortcut for `/aidlc compose`; the same one door, forced to the full composer even when a stock scope would match.

2026-07-16
Affichage des 8 principaux skills collectés sur 48 dans ce dépôt.
install-ai-dev-harness
Développeurs de logiciels

otomatty/ai-dev-harness のスキル・ハーネス・AI-DLC 拡張を、別プロジェクトへ自然言語で個別または一式導入する。ユーザーが「ai-dev-harness を入れたい」「技術選定スキルを Cursor に追加」「TDD 拡張だけ入れて」「bootstrap して」などと言ったとき、環境(Claude Code / Cursor / AGENTS.md)を検出し、catalog から component または bundle を特定して CLI で導入する。オープンエコシステムの skills.sh 向け探索は find-skills を使い、本リポジトリ固有の資材はこのスキルで扱う。

2026-07-05
tech-selection-research
Développeurs de logiciels

エンジニアの技術選定・比較調査を、要件の言語化から根拠ある推奨まで導くスキル。Claude Code 環境での利用を前提とし、各候補の調査をサブエージェント(candidate-researcher)に委譲して本線のコンテキストを汚さず進め、公式ドキュメント等の原文引用つき図解HTMLレポートにまとめる。生成後の「なぜ/もっと調べて」は該当候補の深掘りに、「修正したい」は report-revision に振り分ける。ライブラリ・フレームワーク・クラウドサービス・DB・認証方式・アーキテクチャパターンなどの選定に使う。「技術選定」「ライブラリ比較」「どれを採用すべき」「AとBどっちがいい」「〜の選び方」といった語が出たとき、また明示的に「比較して」と言われなくても複数の技術的選択肢から1つを選ぶ判断が絡む相談では必ずこのスキルを使うこと。

2026-07-05
report-revision
Développeurs de logiciels

生成済みの技術調査レポート(research-writeup が出力したHTML/データ)に対する修正依頼を、内容に応じて適切なエージェントに振り分けるスキル。文言の直し・誤字・トーン・簡潔化など軽い修正は安いモデルの report-copyeditor に、図解の改善・レイアウト/スタイル変更・セクション再構成など重い修正は少し性能の高い report-reviser に委譲する。「レポートを修正したい」「この文言を直して」「図解を改善して」「ここを書き換えて」「レイアウトを変えて」「表現を簡潔に」といった依頼で使う。新たな事実の調査が必要な修正は revision ではなく candidate-researcher の深掘りに回す。Claude Code 環境での利用を前提とする。

2026-07-04
research-writeup
Développeurs de logiciels

技術調査の結果を、原文引用つきの自己完結型HTMLレポートにまとめるスキル。同梱の生成器 assets/render.py にJSONを渡すと、事実/解釈を視覚分離した比較表・根拠(原文引用)・ADRを含むHTMLを出力する。解説文で出典を引用したら、そのすぐ後に「原文+日本語訳(非日本語のみ)+リンク」を置き、末尾に出典を一括しない。要約は自分の言葉で簡潔に書き、引用する原文は最小限の範囲にとどめる。技術選定・障害調査・実装調査の結果を「HTMLでまとめて」「図解して」「比較表にして」「ADRを書いて」と言われたとき、また調査内容を判断可能な形で残す必要があるときは必ずこのスキルを使うこと。成果物は調査ごとに新しいHTMLファイルとして出力する。Claude Code 環境での利用を前提とする。

2026-07-04
source-verification
Développeurs de logiciels

技術調査で集めた情報の信頼性を評価し、一次情報で裏取りするためのスキル。情報源を信頼性の階層で格付けし、日付とバージョンを確認し、重要な主張が一次情報に基づくかを検証する。技術選定・障害調査・実装調査など、外部情報(公式ドキュメント・ブログ・Q&A・AI回答など)を根拠に判断する場面全般で使う。「この情報は正しい?」「裏取りして」「出典は?」「本当にそう?」「エビデンスは」といった語が出たとき、また Web検索で得た情報をそのまま結論の根拠にしようとするときは必ずこのスキルを使い、推測や古い情報を事実として扱わないようにすること。

2026-07-04
tech-selection-research
Développeurs de logiciels

エンジニアの技術選定・比較調査を、要件の言語化から根拠ある推奨まで導くスキル。Claude Code 環境での利用を前提とし、各候補の調査をサブエージェント(candidate-researcher)に委譲して本線のコンテキストを汚さず進め、公式ドキュメント等の原文引用つき図解HTMLレポートにまとめる。生成後の「なぜ/もっと調べて」は該当候補の深掘りに、「修正したい」は report-revision に振り分ける。ライブラリ・フレームワーク・クラウドサービス・DB・認証方式・アーキテクチャパターンなどの選定に使う。「技術選定」「ライブラリ比較」「どれを採用すべき」「AとBどっちがいい」「〜の選び方」といった語が出たとき、また明示的に「比較して」と言われなくても複数の技術的選択肢から1つを選ぶ判断が絡む相談では必ずこのスキルを使うこと。

2026-07-04
tech-selection-research
Développeurs de logiciels

エンジニアの技術選定・比較調査を、要件の言語化から根拠ある推奨まで導くスキル。Claude Code 環境での利用を前提とし、各候補の調査をサブエージェント(candidate-researcher)に委譲して本線のコンテキストを汚さず進め、公式ドキュメント等の原文引用つき図解HTMLレポートにまとめる。生成後の「なぜ/もっと調べて」は該当候補の深掘りに、「修正したい」は report-revision に振り分ける。ライブラリ・フレームワーク・クラウドサービス・DB・認証方式・アーキテクチャパターンなどの選定に使う。「技術選定」「ライブラリ比較」「どれを採用すべき」「AとBどっちがいい」「〜の選び方」といった語が出たとき、また明示的に「比較して」と言われなくても複数の技術的選択肢から1つを選ぶ判断が絡む相談では必ずこのスキルを使うこと。

2026-07-04
3 dépôts affichés sur 3
Tous les dépôts sont affichés