·sharp-edges
</>

sharp-edges

Agent-Studio に固有の 7 つの既知のハザード エントリ (SE-01 から SE-07) の生きたカタログ: Windows バックスラッシュ パス、プロトタイプ汚染、フック終了コード、非同期飲み込み、glob-to-regex での ReDoS、DST 算術演算、反復中の配列の変更。各エントリ: 症状、根本原因、修正、アサーションのテスト。

20インストール·2トレンド·@oimiragieo

インストール

$npx skills add https://github.com/oimiragieo/agent-studio --skill sharp-edges

sharp-edges のインストール方法

コマンドラインで sharp-edges AI スキルを開発環境にすばやくインストール

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

ソース: oimiragieo/agent-studio。

Living catalogue of confirmed hazard patterns in agent-studio. Each entry documents a real bug we've shipped. Invoke this skill during debugging and code review to check against known failure modes.

Symptom: Glob patterns match correctly in CI (Linux) but silently fail on developer machines (Windows).

Root cause: path.relative() returns backslash-separated paths on Windows (nodemodules\foo), but glob patterns use forward slashes. [^/] in regex won't block \.

Agent-Studio に固有の 7 つの既知のハザード エントリ (SE-01 から SE-07) の生きたカタログ: Windows バックスラッシュ パス、プロトタイプ汚染、フック終了コード、非同期飲み込み、glob-to-regex での ReDoS、DST 算術演算、反復中の配列の変更。各エントリ: 症状、根本原因、修正、アサーションのテスト。 ソース: oimiragieo/agent-studio。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/oimiragieo/agent-studio --skill sharp-edges
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-07
更新日
2026-03-11

Browse more skills from oimiragieo/agent-studio

クイックアンサー

sharp-edges とは?

Agent-Studio に固有の 7 つの既知のハザード エントリ (SE-01 から SE-07) の生きたカタログ: Windows バックスラッシュ パス、プロトタイプ汚染、フック終了コード、非同期飲み込み、glob-to-regex での ReDoS、DST 算術演算、反復中の配列の変更。各エントリ: 症状、根本原因、修正、アサーションのテスト。 ソース: oimiragieo/agent-studio。

sharp-edges のインストール方法は?

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

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

https://github.com/oimiragieo/agent-studio