Constraint Driven Development

Establishes a project's quality bar as a written contract and stops agents quietly lowering it. Interviews the user on which dimensions matter, supplies sane default thresholds when they have no number in mind, records everything in CONSTRAINTS.md, and watches the diff for a weakened bar — new @ts-ignore or eslint-d...

概要

Constraint Driven Development is a SKILL.md workflow from addyosmani/agent-skills. It is categorized under security and links back to its reviewed source so users can inspect the complete instructions and bundled resources before installation.

ユースケース

Apply Constraint Driven Development as a repeatable security workflow.
Evaluate the source instructions and bundled resources before installation.
Use the skill with a compatible Agent Skills runtime.

導入方法

# Review source first
open https://github.com/addyosmani/agent-skills/blob/main/skills/constraint-driven-development/SKILL.md

Copy the reviewed skill folder into the skills directory used by your compatible agent.

セキュリティ

AIToolly validated the published source structure and license automatically. Review addyosmani/agent-skills and any bundled scripts again before granting workspace, command, or network access.

関連Skills

Yara Rule Authoring

trailofbits/skills

セキュリティ

マルウェア識別のための高品質な YARA-X 検知ルールの作成をガイドします。YARA ルールの作成、レビュー、または最適化時に使用します。命名規則、文字列の選択、パフォーマンスの最適化、レガシーな YARA からの移行、および誤検知の削減をカバーしています。トリガー: YARA、YARA-X、malware detection、threat hunting、IOC、signature、crx module、dex module。

Claude CodeClaude
designsecurity
6,924 Starsソースあり

Cargo Fuzz

trailofbits/skills

セキュリティ

CargoベースのRustプロジェクト向けの標準的なファジングツールであるcargo-fuzzのセットアップと実行を行います。cargo fuzz init、nightlyツールチェーンの要件、fuzz_target! ハーネス、Arbitraryから派生した構造化入力、サニタイザーオプション、cargo fuzz coverage、およびクラッシュアーティファクトの再現をカバーします。Rustクレートのファジング、fuzz_target! の記述、RustにおけるunsafeブロックやFFIのテスト、またはcargo fuzzのクラッシュのトリアージを行う際に使用します。

Claude CodeClaude
securityresearch
6,924 Starsソースあり

Deep Agents Memory

langchain-ai/langchain-skills

セキュリティ

INVOKE THIS SKILL Deep Agentにメモリ、永続性、またはファイルシステムへのアクセスが必要な場合に使用します。StateBackend(エフェメラル)、StoreBackend(永続的)、FilesystemMiddleware、およびルーティング用のCompositeBackendをカバーしています。

CodexClaude
typescriptpython
1,187 Starsソースあり

Security Audit

TerminalSkills/skills

セキュリティ

OWASP Top 10の脆弱性スキャン、既知のCVEに関する依存関係のチェック、流出したシークレットやAPIキーの検出を行い、優先順位付けされた修正案を生成することで、コードベースの包括的なセキュリティ監査を実行します。このスキルは、静的解析パターンと依存関係監査ツールを組み合わせています。

CodexClaude Code
securityaudit
72 StarsApache-2.0