[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-interpreting-culture-index-de":3,"guides-for-trailofbits-interpreting-culture-index":2114,"similar-k171w2dt5gdg3bcqx2ck1w97bh86mcgb-de":2115},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":343,"isFallback":326,"parentExtension":348,"providers":404,"relations":409,"repo":410,"tags":2112,"workflow":2113},1778698175626.3235,"k171w2dt5gdg3bcqx2ck1w97bh86mcgb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.",{"claudeCode":12},"trailofbits/skills","interpreting-culture-index","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":324,"workflow":341},1778699156858.4683,"kn78kwh9ppreb25ga03za9b1hs86matw","en",{"checks":20,"evaluatedAt":270,"extensionSummary":271,"features":272,"nonGoals":278,"practices":282,"prerequisites":287,"promptVersionExtension":295,"promptVersionScoring":296,"purpose":297,"rationale":298,"score":299,"summary":300,"tags":301,"targetMarket":308,"tier":309,"useCases":310,"workflow":316},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,78,81,84,87,90,94,98,102,105,109,113,117,120,123,126,129,132,135,138,141,145,149,152,155,158,161,164,167,170,172,176,181,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,261,263,265,267,269],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of interpreting Culture Index survey data and lists specific use cases like team composition and manager coaching.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over standard LLM analysis by specializing in Culture Index data, including PDF extraction and nuanced interpretation of traits and their interactions.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, handling PDF extraction, JSON parsing, trait analysis, and providing actionable interpretations and recommendations for various use cases.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on interpreting Culture Index surveys and related data, without branching into unrelated domains like general HR or finance.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, covering data interpretation, analysis types, and input formats.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The SKILL.md clearly outlines what the skill does (interprets CI data) and when to use it, covering individual profiles, team analysis, hiring, and coaching.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and provides a good summary of the skill's core capability, focusing on Culture Index interpretation.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is well-structured, with core instructions concise and deeper material delegated to references files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The skill utilizes a `references/` directory for detailed trait explanations, patterns, and workflow guides, allowing for progressive disclosure.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill's operation is self-contained and does not appear to involve deep exploration that would necessitate context: fork.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The skill provides clear examples for PDF extraction and various interpretation tasks, demonstrating input and expected output.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation addresses potential issues like missing PDF data, EU 0-10 values, and stale data, providing guidance on handling them.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not appear to reference external MCP tools that would require a fallback.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The documentation implicitly guides the user to halt if data is missing or malformed, especially regarding PDF extraction.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not appear to implicitly rely on other skills being loaded; it focuses solely on Culture Index data.",{"category":40,"check":44,"severity":24,"summary":77},"The frontmatter effectively summarizes the skill's purpose and includes relevant keywords and usage instructions.",{"category":47,"check":79,"severity":24,"summary":80},"README","The README is comprehensive, detailing installation, available plugins, and contribution guidelines.",{"category":33,"check":82,"severity":56,"summary":83},"Tool surface size","This is a single-purpose skill, not a collection of tools.",{"category":40,"check":85,"severity":56,"summary":86},"Overlapping near-synonym tools","The skill appears to be a single workflow rather than a suite of tools with overlapping functions.",{"category":47,"check":88,"severity":24,"summary":89},"Phantom features","All advertised features, such as PDF extraction and various analysis types, appear to have corresponding implementations in the provided scripts and documentation.",{"category":91,"check":92,"severity":24,"summary":93},"Install","Installation instruction","Clear installation instructions are provided for Claude Code marketplace, local development, and Codex.",{"category":95,"check":96,"severity":24,"summary":97},"Errors","Actionable error messages","The extraction script provides specific error messages for missing dependencies or file issues, with guidance on how to resolve them.",{"category":99,"check":100,"severity":24,"summary":101},"Execution","Pinned dependencies","The `pyproject.toml` specifies pinned versions for Python dependencies, ensuring reproducible builds.",{"category":33,"check":103,"severity":56,"summary":104},"Dry-run preview","This skill is analytical and does not perform state-changing operations.",{"category":106,"check":107,"severity":56,"summary":108},"Protocol","Idempotent retry & timeouts","The skill performs local file processing and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":110,"check":111,"severity":56,"summary":112},"Compliance","Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":114,"check":115,"severity":56,"summary":116},"Security","Secret Management","The skill does not handle or require any secrets.",{"category":114,"check":118,"severity":24,"summary":119},"Injection","The extraction script uses OpenCV and specific regions for OCR, avoiding direct injection of untrusted content into interpreters.",{"category":114,"check":121,"severity":24,"summary":122},"Transitive Supply-Chain Grenades","The skill bundles its dependencies and uses local processing; it does not fetch remote code or instructions at runtime.",{"category":114,"check":124,"severity":24,"summary":125},"Sandbox Isolation","The script operates within the user's specified PDF file path and its own directory, not touching external files.",{"category":114,"check":127,"severity":24,"summary":128},"Sandbox escape primitives","No detached processes, retry loops, or other sandbox escape primitives were found in the scripts.",{"category":114,"check":130,"severity":24,"summary":131},"Data Exfiltration","The skill performs local file processing and does not make any outbound calls, thus posing no data exfiltration risk.",{"category":114,"check":133,"severity":24,"summary":134},"Hidden Text Tricks","Bundled content appears to be standard Python code and configuration, with no hidden text tricks detected.",{"category":114,"check":136,"severity":24,"summary":137},"Opaque code execution","All Python scripts are provided in plain, readable source code; no obfuscation like base64 or eval is used.",{"category":73,"check":139,"severity":24,"summary":140},"Structural Assumption","The script handles file paths as arguments and does not assume a specific project structure beyond needing the PDF.",{"category":142,"check":143,"severity":24,"summary":144},"Trust","Issues Attention","The repository has open issues, but the activity suggests maintainer engagement (13 opened, 4 closed in 90d).",{"category":146,"check":147,"severity":24,"summary":148},"Versioning","Release Management","The repository has a recent commit and a LICENSE file, indicating active maintenance and clear licensing.",{"category":65,"check":150,"severity":24,"summary":151},"Validation","The extraction script performs basic validation on PDF paths and handles potential OCR/parsing errors gracefully.",{"category":114,"check":153,"severity":56,"summary":154},"Unguarded Destructive Operations","The skill is read-only and performs no destructive operations.",{"category":65,"check":156,"severity":24,"summary":157},"Error Handling","The extraction script includes try-except blocks and provides specific error messages for common issues like missing dependencies or files.",{"category":65,"check":159,"severity":56,"summary":160},"Logging","The skill does not perform actions that require logging for audit purposes.",{"category":110,"check":162,"severity":56,"summary":163},"GDPR","The skill processes PDF profile data locally and does not interact with or store personal data beyond what's in the PDF.",{"category":110,"check":165,"severity":24,"summary":166},"Target market","The skill is language-agnostic regarding the PDF content and uses OpenCV/Python, making it globally applicable.",{"category":73,"check":168,"severity":24,"summary":169},"Runtime stability","The script relies on standard Python libraries and external tools (like pdftoppm, tesseract) with checks for availability, ensuring good cross-platform stability.",{"category":99,"check":100,"severity":24,"summary":171},"Python dependencies are pinned in pyproject.toml, ensuring consistent execution.",{"category":173,"check":174,"severity":24,"summary":175},"License","License usability","The license is CC-BY-SA-4.0, a permissive open-source license.",{"category":177,"check":178,"severity":179,"summary":180},"Maintenance","Commit recency","warning","The last commit was on May 11, 2026, which is over 1 year ago, suggesting potential maintenance lag.",{"category":177,"check":182,"severity":24,"summary":183},"Dependency Management","Dependencies are pinned in pyproject.toml and checked via check_deps.py, indicating good dependency management practices.",{"category":114,"check":115,"severity":56,"summary":185},"The skill does not use secrets.",{"category":114,"check":118,"severity":24,"summary":187},"The skill uses OpenCV for image processing and extracts text from specific regions, mitigating injection risks.",{"category":114,"check":121,"severity":24,"summary":189},"The skill uses bundled dependencies and local processing, avoiding runtime fetches that could compromise the supply chain.",{"category":114,"check":124,"severity":24,"summary":191},"The script operates locally on the provided PDF and its own package resources, maintaining sandbox isolation.",{"category":114,"check":127,"severity":24,"summary":193},"No evidence of detached processes or retry loops that could facilitate sandbox escapes was found.",{"category":114,"check":130,"severity":24,"summary":195},"The skill processes data locally and has no outbound network calls, eliminating data exfiltration risks.",{"category":114,"check":133,"severity":24,"summary":197},"The codebase appears to be clean, with no indications of hidden text or control characters used for model manipulation.",{"category":114,"check":136,"severity":24,"summary":199},"All scripts are provided in plain Python source code, with no obfuscation or runtime code execution detected.",{"category":73,"check":139,"severity":24,"summary":201},"The script accepts file paths as arguments and doesn't assume specific directory structures beyond the PDF itself.",{"category":142,"check":143,"severity":24,"summary":203},"The repository shows recent activity and a healthy ratio of closed to open issues, indicating active maintenance.",{"category":146,"check":147,"severity":24,"summary":205},"A clear LICENSE file is present, and commits are recent, indicating proper release management.",{"category":65,"check":150,"severity":24,"summary":207},"The extraction script validates input paths and handles errors gracefully, ensuring robustness.",{"category":114,"check":153,"severity":56,"summary":209},"The skill is purely analytical and does not perform any destructive operations.",{"category":65,"check":156,"severity":24,"summary":211},"The scripts implement robust error handling for file operations, OCR, and dependency checks.",{"category":65,"check":159,"severity":56,"summary":213},"No logging is required for this read-only analytical skill.",{"category":110,"check":162,"severity":56,"summary":215},"The skill processes data locally and does not transmit personal data, thus not implicating GDPR concerns.",{"category":110,"check":165,"severity":24,"summary":217},"The skill's functionality is independent of geographic location or specific legal jurisdictions.",{"category":73,"check":168,"severity":24,"summary":219},"The script checks for system dependencies and uses standard libraries, ensuring broad compatibility.",{"category":40,"check":41,"severity":24,"summary":221},"The SKILL.md clearly defines the purpose of interpreting Culture Index data and outlines specific use cases and non-goals.",{"category":40,"check":44,"severity":24,"summary":223},"The frontmatter is concise, providing a clear summary of the skill's function and relevant keywords.",{"category":47,"check":48,"severity":24,"summary":225},"The SKILL.md balances conciseness in its main instructions with detailed references, avoiding bloat.",{"category":51,"check":52,"severity":24,"summary":227},"Detailed explanations of traits, patterns, and workflows are provided in separate reference files, linked from the main SKILL.md.",{"category":22,"check":59,"severity":24,"summary":229},"Examples are provided for extracting data from PDFs and for various interpretation tasks, demonstrating usage.",{"category":22,"check":62,"severity":24,"summary":231},"The documentation addresses potential issues like missing data, invalid EU scores, and the need for verification, offering mitigation strategies.",{"category":65,"check":66,"severity":56,"summary":233},"The skill operates locally and does not rely on external tools that would require fallbacks.",{"category":69,"check":70,"severity":24,"summary":235},"The script includes checks for file existence and dependency availability, halting execution with informative errors if prerequisites are not met.",{"category":73,"check":74,"severity":24,"summary":237},"The skill is self-contained and does not create dependencies on other skills within the repository.",{"category":114,"check":118,"severity":24,"summary":239},"The OpenCV extraction method limits the attack surface for injection by processing data from defined image regions.",{"category":114,"check":121,"severity":24,"summary":241},"All dependencies are pinned and managed locally via pyproject.toml, preventing runtime fetches of external code.",{"category":114,"check":124,"severity":24,"summary":243},"The script operates on provided file paths and its own package resources, maintaining isolation.",{"category":114,"check":127,"severity":24,"summary":245},"No evidence of detached processes, retry loops, or other sandbox escape mechanisms was found in the code.",{"category":114,"check":130,"severity":24,"summary":247},"The skill processes data locally and makes no outbound network calls, eliminating data exfiltration risks.",{"category":114,"check":133,"severity":24,"summary":249},"The codebase appears clean, with no hidden text or control characters detected.",{"category":114,"check":136,"severity":24,"summary":251},"All scripts are in plain Python source code; no obfuscation or runtime code execution is employed.",{"category":73,"check":139,"severity":24,"summary":253},"The script accepts file paths as arguments and does not assume a fixed project structure.",{"category":142,"check":143,"severity":24,"summary":255},"The repository has active maintenance with recent commits and a reasonable issue resolution rate.",{"category":146,"check":147,"severity":24,"summary":257},"A clear LICENSE is provided, and dependencies are managed via pyproject.toml, indicating good versioning practices.",{"category":65,"check":150,"severity":24,"summary":259},"Input validation is performed on file paths, and OCR/parsing errors are handled gracefully.",{"category":114,"check":153,"severity":56,"summary":154},{"category":65,"check":156,"severity":24,"summary":262},"The scripts include try-except blocks for robust error handling and provide informative messages for failures.",{"category":65,"check":159,"severity":56,"summary":264},"No logging is applicable for this read-only analytical skill.",{"category":110,"check":162,"severity":56,"summary":266},"The skill operates locally on user-provided PDFs and does not transmit personal data.",{"category":110,"check":165,"severity":24,"summary":268},"The skill's functionality is independent of geographic location or jurisdiction.",{"category":73,"check":168,"severity":24,"summary":219},1778699156535,"This skill interprets Culture Index survey data by extracting information from PDFs using OpenCV and OCR, then analyzes individual and team profiles, burnout risk, and hiring compatibility.",[273,274,275,276,277],"Interprets Culture Index surveys, behavioral profiles, and personality assessments.","Supports individual profile analysis, team composition, and hiring profile definition.","Detects burnout signals by comparing Survey vs Job graphs.","Extracts data from PDF via OpenCV and OCR.","Provides recommendations for management, onboarding, and conflict mediation.",[279,280,281],"Interpreting non-Culture Index behavioral assessments (e.g., DISC, Myers-Briggs).","Providing clinical psychological assessments or diagnoses.","Solely basing hiring/firing decisions on CI data.",[283,284,285,286],"Data Interpretation","Behavioral Analysis","Team Dynamics","Hiring Analytics",[288,289,290,291,292,293,294],"Python 3.11+","OpenCV","NumPy","pdf2image","pytesseract","tesseract OCR (system dependency)","poppler (system dependency)","3.0.0","4.4.0","To provide detailed insights into employee behavioral traits, team dynamics, and hiring fit by interpreting Culture Index data.","The skill is exceptionally well-documented and robust, with comprehensive explanations, clear examples, and meticulous error handling. The primary finding is a minor recency warning on the last commit, but overall quality and functionality are excellent.",98,"Highly robust and well-documented skill for interpreting Culture Index profiles via PDF extraction and analysis.",[302,303,304,305,306,307],"culture-index","hr-analytics","behavioral-analysis","personality-assessment","pdf-extraction","python","global","community",[311,312,313,314,315],"Interpreting individual Culture Index survey results.","Analyzing team composition for Gas/Brake/Glue balance.","Detecting burnout risk by comparing Survey vs Job data.","Defining hiring profiles based on CI trait patterns.","Predicting CI traits from interview transcripts.",[317,318,319,320,321,322,323],"Receive PDF or JSON Culture Index data.","If PDF, extract data using OpenCV/OCR script.","Parse extracted data into structured JSON.","Analyze traits, arrow positions, and EU utilization.","Compare Survey vs Job graphs for modification analysis.","Identify archetype and provide interpretation based on primary traits.","Generate report with strengths, challenges, and recommendations.",{"codeQuality":325,"collectedAt":327,"documentation":328,"maintenance":331,"security":337,"testCoverage":340},{"hasLockfile":326},true,1778699141960,{"descriptionLength":329,"readmeSize":330},436,7901,{"closedIssues90d":332,"forks":333,"hasChangelog":326,"openIssues90d":334,"pushedAt":335,"stars":336},4,455,13,1778517916000,5161,{"hasNpmPackage":338,"license":339,"smitheryVerified":338},false,"CC-BY-SA-4.0",{"hasCi":326,"hasTests":326},{"updatedAt":342},1778699156858,{"basePath":344,"githubOwner":345,"githubRepo":346,"locale":18,"slug":13,"type":347},"plugins/culture-index/skills/interpreting-culture-index","trailofbits","skills","skill",{"_creationTime":349,"_id":350,"community":351,"display":352,"identity":355,"parentExtension":358,"providers":389,"relations":400,"tags":401,"workflow":402},1778698175626.3108,"k1732fvn9zsnm0p6xmb6hssf7n86n9y6",{"reviewCount":8},{"description":353,"installMethods":354,"name":302,"sourceUrl":14},"Interprets Culture Index survey results for individuals and teams",{"claudeCode":302},{"basePath":356,"githubOwner":345,"githubRepo":346,"locale":18,"slug":302,"type":357},"plugins/culture-index","plugin",{"_creationTime":359,"_id":360,"community":361,"display":362,"identity":365,"providers":368,"relations":383,"tags":385,"workflow":386},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":363,"installMethods":364,"name":345,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":366,"githubOwner":345,"githubRepo":346,"locale":18,"slug":346,"type":367},"","marketplace",{"evaluate":369,"extract":377},{"promptVersionExtension":370,"promptVersionScoring":296,"score":371,"tags":372,"targetMarket":308,"tier":309},"3.1.0",75,[373,374,375,367,376],"security","development","analysis","plugins",{"commitSha":378,"marketplace":379,"plugin":381},"HEAD",{"name":345,"pluginCount":380},39,{"mcpCount":8,"provider":382,"skillCount":8},"classify",{"repoId":384},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[375,374,367,376,373],{"evaluatedAt":387,"extractAt":388,"updatedAt":387},1778698203402,1778698175626,{"evaluate":390,"extract":397},{"promptVersionExtension":295,"promptVersionScoring":296,"score":391,"tags":392,"targetMarket":308,"tier":309},77,[393,302,394,395,396],"behavioral-assessment","data-analysis","hr-tools","psychometrics",{"commitSha":378,"plugin":398},{"mcpCount":8,"provider":382,"skillCount":399},1,{"parentExtensionId":360,"repoId":384},[393,302,394,395,396],{"evaluatedAt":403,"extractAt":388,"updatedAt":403},1778698307324,{"evaluate":405,"extract":407},{"promptVersionExtension":295,"promptVersionScoring":296,"score":299,"tags":406,"targetMarket":308,"tier":309},[302,303,304,305,306,307],{"commitSha":378,"license":408},"cc-by-sa-4.0",{"parentExtensionId":350,"repoId":384},{"_creationTime":411,"_id":384,"identity":412,"providers":413,"workflow":2108},1778698169543.2075,{"githubOwner":345,"githubRepo":346,"sourceUrl":14},{"classify":414,"discover":2101,"github":2104},{"commitSha":378,"extensions":415},[416,429,442,457,488,501,512,525,533,544,555,570,583,618,629,642,653,664,677,688,701,718,733,772,801,814,831,861,872,885,896,907,920,931,942,975,988,999,1017,1035,1056,1064,1095,1102,1109,1117,1125,1133,1141,1151,1159,1167,1175,1183,1191,1199,1209,1216,1223,1247,1330,1341,1352,1367,1382,1389,1410,1419,1438,1444,1453,1467,1496,1504,1526,1533,1546,1557,1569,1608,1615,1622,1654,1662,1678,1685,1693,1701,1709,1717,1725,1733,1741,1749,1757,1765,1773,1781,1789,1811,1819,1829,1853,1867,1881,1895,1913,1924,1932,1940,1957,1966,1981,2015,2090],{"basePath":366,"description":363,"displayName":345,"installMethods":417,"rationale":418,"selectedPaths":419,"source":428,"sourceLanguage":18,"type":367},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[420,423,425],{"path":421,"priority":422},".claude-plugin/marketplace.json","mandatory",{"path":424,"priority":422},"README.md",{"path":426,"priority":427},"LICENSE","high","rule",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":428,"sourceLanguage":18,"type":357},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":432},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[436,438,439],{"path":437,"priority":422},".claude-plugin/plugin.json",{"path":424,"priority":422},{"path":440,"priority":441},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":428,"sourceLanguage":18,"type":357},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":445},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[449,450,451,453,455],{"path":437,"priority":422},{"path":424,"priority":422},{"path":452,"priority":441},"skills/audit-context-building/SKILL.md",{"path":454,"priority":427},"agents/function-analyzer.md",{"path":456,"priority":427},"commands/audit-context.md",{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":428,"sourceLanguage":18,"type":357},"plugins/building-secure-contracts","Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.","building-secure-contracts",{"claudeCode":460},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[464,465,466,468,470,472,474,476,478,480,482,484,486],{"path":437,"priority":422},{"path":424,"priority":422},{"path":467,"priority":441},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":469,"priority":441},"skills/audit-prep-assistant/SKILL.md",{"path":471,"priority":441},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":473,"priority":441},"skills/code-maturity-assessor/SKILL.md",{"path":475,"priority":441},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":477,"priority":441},"skills/guidelines-advisor/SKILL.md",{"path":479,"priority":441},"skills/secure-workflow-guide/SKILL.md",{"path":481,"priority":441},"skills/solana-vulnerability-scanner/SKILL.md",{"path":483,"priority":441},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":485,"priority":441},"skills/token-integration-analyzer/SKILL.md",{"path":487,"priority":441},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":428,"sourceLanguage":18,"type":357},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":491},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[495,496,497,499],{"path":437,"priority":422},{"path":424,"priority":422},{"path":498,"priority":441},"skills/burpsuite-project-parser/SKILL.md",{"path":500,"priority":427},"commands/burp-search.md",{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":428,"sourceLanguage":18,"type":357},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":504},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[508,509,510],{"path":437,"priority":422},{"path":424,"priority":422},{"path":511,"priority":441},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":428,"sourceLanguage":18,"type":357},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":515},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[519,520,521,523],{"path":437,"priority":422},{"path":424,"priority":422},{"path":522,"priority":441},"skills/constant-time-analysis/SKILL.md",{"path":524,"priority":427},"commands/ct-check.md",{"basePath":356,"description":353,"displayName":302,"installMethods":526,"rationale":527,"selectedPaths":528,"source":428,"sourceLanguage":18,"type":357},{"claudeCode":302},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[529,530,531],{"path":437,"priority":422},{"path":424,"priority":422},{"path":532,"priority":441},"skills/interpreting-culture-index/SKILL.md",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":428,"sourceLanguage":18,"type":357},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":536},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[540,541,542],{"path":437,"priority":422},{"path":424,"priority":422},{"path":543,"priority":441},"skills/debug-buttercup/SKILL.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":428,"sourceLanguage":18,"type":357},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":547},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[551,552,553],{"path":437,"priority":422},{"path":424,"priority":422},{"path":554,"priority":441},"skills/devcontainer-setup/SKILL.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":428,"sourceLanguage":18,"type":357},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":558},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[562,563,564,566,568],{"path":437,"priority":422},{"path":424,"priority":422},{"path":565,"priority":441},"skills/differential-review/SKILL.md",{"path":567,"priority":427},"agents/adversarial-modeler.md",{"path":569,"priority":427},"commands/diff-review.md",{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":428,"sourceLanguage":18,"type":357},"plugins/firebase-apk-scanner","Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.","firebase-apk-scanner",{"claudeCode":573},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[577,578,579,581],{"path":437,"priority":422},{"path":424,"priority":422},{"path":580,"priority":441},"skills/firebase-apk-scanner/SKILL.md",{"path":582,"priority":427},"commands/scan-apk.md",{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":428,"sourceLanguage":18,"type":357},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":586},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[590,591,592,594,596,598,600,602,604,606,608,610,612,614,616],{"path":437,"priority":422},{"path":424,"priority":422},{"path":593,"priority":427},"hooks/cleanup-clones.sh",{"path":595,"priority":427},"hooks/hooks.json",{"path":597,"priority":427},"hooks/intercept-github-curl.bats",{"path":599,"priority":427},"hooks/intercept-github-curl.sh",{"path":601,"priority":427},"hooks/intercept-github-fetch.bats",{"path":603,"priority":427},"hooks/intercept-github-fetch.sh",{"path":605,"priority":427},"hooks/persist-session-id.sh",{"path":607,"priority":427},"hooks/session-hooks.bats",{"path":609,"priority":427},"hooks/setup-shims.bats",{"path":611,"priority":427},"hooks/setup-shims.sh",{"path":613,"priority":427},"hooks/shims/gh",{"path":615,"priority":427},"hooks/shims/gh-shim.bats",{"path":617,"priority":427},"hooks/test_helper.bash",{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":428,"sourceLanguage":18,"type":357},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":621},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[625,626,627],{"path":437,"priority":422},{"path":424,"priority":422},{"path":628,"priority":441},"skills/dwarf-expert/SKILL.md",{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":428,"sourceLanguage":18,"type":357},"plugins/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.","entry-point-analyzer",{"claudeCode":632},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[636,637,638,640],{"path":437,"priority":422},{"path":424,"priority":422},{"path":639,"priority":441},"skills/entry-point-analyzer/SKILL.md",{"path":641,"priority":427},"commands/entry-points.md",{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":428,"sourceLanguage":18,"type":357},"plugins/mutation-testing","Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.","mutation-testing",{"claudeCode":645},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[649,650,651],{"path":437,"priority":422},{"path":424,"priority":422},{"path":652,"priority":441},"skills/mutation-testing/SKILL.md",{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":428,"sourceLanguage":18,"type":357},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":656},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[660,661,662],{"path":437,"priority":422},{"path":424,"priority":422},{"path":663,"priority":441},"skills/property-based-testing/SKILL.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":428,"sourceLanguage":18,"type":357},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":667},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[671,672,673,675],{"path":437,"priority":422},{"path":424,"priority":422},{"path":674,"priority":441},"skills/semgrep-rule-creator/SKILL.md",{"path":676,"priority":427},"commands/semgrep-rule.md",{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":428,"sourceLanguage":18,"type":357},"plugins/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation","semgrep-rule-variant-creator",{"claudeCode":680},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[684,685,686],{"path":437,"priority":422},{"path":424,"priority":422},{"path":687,"priority":441},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":428,"sourceLanguage":18,"type":357},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":691},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[695,696,697,699],{"path":437,"priority":422},{"path":424,"priority":422},{"path":698,"priority":441},"skills/sharp-edges/SKILL.md",{"path":700,"priority":427},"agents/sharp-edges-analyzer.md",{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":428,"sourceLanguage":18,"type":357},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":704},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[708,709,710,712,714,716],{"path":437,"priority":422},{"path":424,"priority":422},{"path":711,"priority":441},"skills/codeql/SKILL.md",{"path":713,"priority":441},"skills/sarif-parsing/SKILL.md",{"path":715,"priority":441},"skills/semgrep/SKILL.md",{"path":717,"priority":427},"agents/semgrep-scanner.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":428,"sourceLanguage":18,"type":357},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":721},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[725,726,727,729,731],{"path":437,"priority":422},{"path":424,"priority":422},{"path":728,"priority":441},"skills/spec-to-code-compliance/SKILL.md",{"path":730,"priority":427},"agents/spec-compliance-checker.md",{"path":732,"priority":427},"commands/spec-compliance.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":428,"sourceLanguage":18,"type":357},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":736},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[740,741,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770],{"path":437,"priority":422},{"path":424,"priority":422},{"path":743,"priority":441},"skills/address-sanitizer/SKILL.md",{"path":745,"priority":441},"skills/aflpp/SKILL.md",{"path":747,"priority":441},"skills/atheris/SKILL.md",{"path":749,"priority":441},"skills/cargo-fuzz/SKILL.md",{"path":751,"priority":441},"skills/constant-time-testing/SKILL.md",{"path":753,"priority":441},"skills/coverage-analysis/SKILL.md",{"path":755,"priority":441},"skills/fuzzing-dictionary/SKILL.md",{"path":757,"priority":441},"skills/fuzzing-obstacles/SKILL.md",{"path":759,"priority":441},"skills/harness-writing/SKILL.md",{"path":761,"priority":441},"skills/libafl/SKILL.md",{"path":763,"priority":441},"skills/libfuzzer/SKILL.md",{"path":765,"priority":441},"skills/ossfuzz/SKILL.md",{"path":767,"priority":441},"skills/ruzzy/SKILL.md",{"path":769,"priority":441},"skills/testing-handbook-generator/SKILL.md",{"path":771,"priority":441},"skills/wycheproof/SKILL.md",{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":428,"sourceLanguage":18,"type":357},"plugins/trailmark","Builds multi-language source code graphs for security analysis: call graphs, attack surface mapping, blast radius, taint propagation, complexity hotspots, and entry point enumeration. Generates Mermaid diagrams (call graphs, class hierarchies, dependency maps, heatmaps). Compares code graph snapshots for structural diff and evolution analysis. Runs graph-informed mutation testing triage (genotoxic). Generates mutation-driven test vectors (vector-forge). Extracts crypto protocol message flows and converts Mermaid diagrams to ProVerif models. Projects SARIF and weAudit findings onto code graphs. Use when analyzing call paths, mapping attack surface, visualizing code architecture, triaging survived mutants, generating cryptographic test vectors, diagramming crypto protocols, formally verifying protocols, or augmenting audits with static analysis findings.","trailmark",{"claudeCode":775},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[779,780,781,783,785,787,789,791,793,795,797,799],{"path":437,"priority":422},{"path":424,"priority":422},{"path":782,"priority":441},"skills/audit-augmentation/SKILL.md",{"path":784,"priority":441},"skills/crypto-protocol-diagram/SKILL.md",{"path":786,"priority":441},"skills/diagramming-code/SKILL.md",{"path":788,"priority":441},"skills/genotoxic/SKILL.md",{"path":790,"priority":441},"skills/graph-evolution/SKILL.md",{"path":792,"priority":441},"skills/mermaid-to-proverif/SKILL.md",{"path":794,"priority":441},"skills/trailmark/SKILL.md",{"path":796,"priority":441},"skills/trailmark-structural/SKILL.md",{"path":798,"priority":441},"skills/trailmark-summary/SKILL.md",{"path":800,"priority":441},"skills/vector-forge/SKILL.md",{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":428,"sourceLanguage":18,"type":357},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":804},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[808,809,810,812],{"path":437,"priority":422},{"path":424,"priority":422},{"path":811,"priority":441},"skills/variant-analysis/SKILL.md",{"path":813,"priority":427},"commands/variants.md",{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":428,"sourceLanguage":18,"type":357},"plugins/c-review","Comprehensive C/C++ security code review with specialized bug-finding agents covering memory safety, type safety, concurrency, and Linux/Windows userspace-specific issues","c-review",{"claudeCode":817},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[821,822,823,825,827,829],{"path":437,"priority":422},{"path":424,"priority":422},{"path":824,"priority":441},"skills/c-review/SKILL.md",{"path":826,"priority":427},"agents/c-review-dedup-judge.md",{"path":828,"priority":427},"agents/c-review-fp-judge.md",{"path":830,"priority":427},"agents/c-review-worker.md",{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":428,"sourceLanguage":18,"type":357},"plugins/modern-python","Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.","modern-python",{"claudeCode":834},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[838,839,840,842,843,844,845,847,849,851,853,855,857,859],{"path":437,"priority":422},{"path":424,"priority":422},{"path":841,"priority":441},"skills/modern-python/SKILL.md",{"path":595,"priority":427},{"path":609,"priority":427},{"path":611,"priority":427},{"path":846,"priority":427},"hooks/shims/pip",{"path":848,"priority":427},"hooks/shims/pip-shim.bats",{"path":850,"priority":427},"hooks/shims/pipx",{"path":852,"priority":427},"hooks/shims/pipx-shim.bats",{"path":854,"priority":427},"hooks/shims/python",{"path":856,"priority":427},"hooks/shims/python-shim.bats",{"path":858,"priority":427},"hooks/shims/uv",{"path":860,"priority":427},"hooks/shims/uv-shim.bats",{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":428,"sourceLanguage":18,"type":357},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":864},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[868,869,870],{"path":437,"priority":422},{"path":424,"priority":422},{"path":871,"priority":441},"skills/insecure-defaults/SKILL.md",{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":428,"sourceLanguage":18,"type":357},"plugins/second-opinion","Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles Codex's built-in MCP server for direct tool access.","second-opinion",{"claudeCode":875},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[879,880,881,883],{"path":437,"priority":422},{"path":424,"priority":422},{"path":882,"priority":441},"skills/second-opinion/SKILL.md",{"path":884,"priority":422},".mcp.json",{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":428,"sourceLanguage":18,"type":357},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":888},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[892,893,894],{"path":437,"priority":422},{"path":424,"priority":422},{"path":895,"priority":441},"skills/yara-rule-authoring/SKILL.md",{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":428,"sourceLanguage":18,"type":357},"plugins/git-cleanup","Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.","git-cleanup",{"claudeCode":899},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[903,904,905],{"path":437,"priority":422},{"path":424,"priority":422},{"path":906,"priority":441},"skills/git-cleanup/SKILL.md",{"basePath":908,"description":909,"displayName":910,"installMethods":911,"rationale":912,"selectedPaths":913,"source":428,"sourceLanguage":18,"type":357},"plugins/workflow-skill-design","Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills","workflow-skill-design",{"claudeCode":910},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[914,915,916,918],{"path":437,"priority":422},{"path":424,"priority":422},{"path":917,"priority":441},"skills/designing-workflow-skills/SKILL.md",{"path":919,"priority":427},"agents/workflow-skill-reviewer.md",{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":428,"sourceLanguage":18,"type":357},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":923},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[927,928,929],{"path":437,"priority":422},{"path":424,"priority":422},{"path":930,"priority":441},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":932,"description":933,"displayName":934,"installMethods":935,"rationale":936,"selectedPaths":937,"source":428,"sourceLanguage":18,"type":357},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":934},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[938,939,940],{"path":437,"priority":422},{"path":424,"priority":422},{"path":941,"priority":441},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":428,"sourceLanguage":18,"type":357},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":945},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[949,950,951,953,955,957,959,961,963,965,967,969,971,973],{"path":437,"priority":422},{"path":424,"priority":422},{"path":952,"priority":441},"skills/zeroize-audit/SKILL.md",{"path":954,"priority":427},"agents/0-preflight.md",{"path":956,"priority":427},"agents/1-mcp-resolver.md",{"path":958,"priority":427},"agents/2-source-analyzer.md",{"path":960,"priority":427},"agents/2b-rust-source-analyzer.md",{"path":962,"priority":427},"agents/3-tu-compiler-analyzer.md",{"path":964,"priority":427},"agents/3b-rust-compiler-analyzer.md",{"path":966,"priority":427},"agents/4-report-assembler.md",{"path":968,"priority":427},"agents/5-poc-generator.md",{"path":970,"priority":427},"agents/5b-poc-validator.md",{"path":972,"priority":427},"agents/5c-poc-verifier.md",{"path":974,"priority":427},"agents/6-test-generator.md",{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":428,"sourceLanguage":18,"type":357},"plugins/let-fate-decide","Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.","let-fate-decide",{"claudeCode":978},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[982,983,984,986],{"path":437,"priority":422},{"path":424,"priority":422},{"path":985,"priority":441},"skills/let-fate-decide/SKILL.md",{"path":987,"priority":427},"agents/draw.md",{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":428,"sourceLanguage":18,"type":357},"plugins/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)","agentic-actions-auditor",{"claudeCode":991},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[995,996,997],{"path":437,"priority":422},{"path":424,"priority":422},{"path":998,"priority":441},"skills/agentic-actions-auditor/SKILL.md",{"basePath":1000,"description":1001,"displayName":1002,"installMethods":1003,"rationale":1004,"selectedPaths":1005,"source":428,"sourceLanguage":18,"type":357},"plugins/skill-improver","Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.","skill-improver",{"claudeCode":1002},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[1006,1007,1008,1010,1012,1014,1015],{"path":437,"priority":422},{"path":424,"priority":422},{"path":1009,"priority":441},"skills/skill-improver/SKILL.md",{"path":1011,"priority":427},"commands/cancel-skill-improver.md",{"path":1013,"priority":427},"commands/skill-improver.md",{"path":595,"priority":427},{"path":1016,"priority":427},"hooks/stop-hook.sh",{"basePath":1018,"description":1019,"displayName":1020,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":428,"sourceLanguage":18,"type":357},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":1020},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[1024,1025,1026,1028,1030,1032,1034],{"path":437,"priority":422},{"path":424,"priority":422},{"path":1027,"priority":441},"skills/fp-check/SKILL.md",{"path":1029,"priority":427},"agents/data-flow-analyzer.md",{"path":1031,"priority":427},"agents/exploitability-verifier.md",{"path":1033,"priority":427},"agents/poc-builder.md",{"path":595,"priority":427},{"basePath":1036,"description":1037,"displayName":1038,"installMethods":1039,"rationale":1040,"selectedPaths":1041,"source":428,"sourceLanguage":18,"type":357},"plugins/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.","dimensional-analysis",{"claudeCode":1038},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[1042,1043,1044,1046,1048,1050,1052,1054],{"path":437,"priority":422},{"path":424,"priority":422},{"path":1045,"priority":441},"skills/dimensional-analysis/SKILL.md",{"path":1047,"priority":427},"agents/arithmetic-scanner.md",{"path":1049,"priority":427},"agents/dimension-annotator.md",{"path":1051,"priority":427},"agents/dimension-discoverer.md",{"path":1053,"priority":427},"agents/dimension-propagator.md",{"path":1055,"priority":427},"agents/dimension-validator.md",{"basePath":1057,"description":1058,"displayName":586,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":428,"sourceLanguage":18,"type":347},".codex/skills/gh-cli","Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.",{"claudeCode":12},"SKILL.md frontmatter at .codex/skills/gh-cli/SKILL.md",[1062],{"path":1063,"priority":422},"SKILL.md",{"basePath":1065,"description":1066,"displayName":991,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":428,"sourceLanguage":18,"type":347},"plugins/agentic-actions-auditor/skills/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[1070,1071,1073,1075,1077,1079,1081,1083,1085,1087,1089,1091,1093],{"path":1063,"priority":422},{"path":1072,"priority":441},"references/action-profiles.md",{"path":1074,"priority":441},"references/cross-file-resolution.md",{"path":1076,"priority":441},"references/foundations.md",{"path":1078,"priority":441},"references/vector-a-env-var-intermediary.md",{"path":1080,"priority":441},"references/vector-b-direct-expression-injection.md",{"path":1082,"priority":441},"references/vector-c-cli-data-fetch.md",{"path":1084,"priority":441},"references/vector-d-pr-target-checkout.md",{"path":1086,"priority":441},"references/vector-e-error-log-injection.md",{"path":1088,"priority":441},"references/vector-f-subshell-expansion.md",{"path":1090,"priority":441},"references/vector-g-eval-of-ai-output.md",{"path":1092,"priority":441},"references/vector-h-dangerous-sandbox-configs.md",{"path":1094,"priority":441},"references/vector-i-wildcard-allowlists.md",{"basePath":1096,"description":1097,"displayName":432,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":428,"sourceLanguage":18,"type":347},"plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified","Clarify requirements before implementing. Use when serious doubts arise.",{"claudeCode":12},"SKILL.md frontmatter at plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified/SKILL.md",[1101],{"path":1063,"priority":422},{"basePath":1103,"description":1104,"displayName":445,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":428,"sourceLanguage":18,"type":347},"plugins/audit-context-building/skills/audit-context-building","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"claudeCode":12},"SKILL.md frontmatter at plugins/audit-context-building/skills/audit-context-building/SKILL.md",[1108],{"path":1063,"priority":422},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/algorand-vulnerability-scanner","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).","algorand-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/algorand-vulnerability-scanner/SKILL.md",[1116],{"path":1063,"priority":422},{"basePath":1118,"description":1119,"displayName":1120,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/audit-prep-assistant","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).","audit-prep-assistant",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/audit-prep-assistant/SKILL.md",[1124],{"path":1063,"priority":422},{"basePath":1126,"description":1127,"displayName":1128,"installMethods":1129,"rationale":1130,"selectedPaths":1131,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/cairo-vulnerability-scanner","Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.","cairo-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cairo-vulnerability-scanner/SKILL.md",[1132],{"path":1063,"priority":422},{"basePath":1134,"description":1135,"displayName":1136,"installMethods":1137,"rationale":1138,"selectedPaths":1139,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/code-maturity-assessor","Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations.","code-maturity-assessor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/code-maturity-assessor/SKILL.md",[1140],{"path":1063,"priority":422},{"basePath":1142,"description":1143,"displayName":1144,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner","Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergence. 25 core + 16 IBC + 10 EVM + 3 CosmWasm patterns. Use when auditing custom x/ modules, reviewing IBC integrations, or assessing pre-launch chain security. Updated for SDK v0.53.x.","cosmos-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner/SKILL.md",[1148,1149],{"path":1063,"priority":422},{"path":1150,"priority":441},"CHANGELOG.md",{"basePath":1152,"description":1153,"displayName":1154,"installMethods":1155,"rationale":1156,"selectedPaths":1157,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/guidelines-advisor","Smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate documentation/specifications, review architecture, check upgradeability patterns, assess implementation quality, identify pitfalls, review dependencies, and evaluate testing. Provides actionable recommendations.","guidelines-advisor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/guidelines-advisor/SKILL.md",[1158],{"path":1063,"priority":422},{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/secure-workflow-guide","Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.","secure-workflow-guide",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/secure-workflow-guide/SKILL.md",[1166],{"path":1063,"priority":422},{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/solana-vulnerability-scanner","Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.","solana-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md",[1174],{"path":1063,"priority":422},{"basePath":1176,"description":1177,"displayName":1178,"installMethods":1179,"rationale":1180,"selectedPaths":1181,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/substrate-vulnerability-scanner","Scans Substrate/Polkadot pallets for 7 critical vulnerabilities including arithmetic overflow, panic DoS, incorrect weights, and bad origin checks. Use when auditing Substrate runtimes or FRAME pallets.","substrate-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/substrate-vulnerability-scanner/SKILL.md",[1182],{"path":1063,"priority":422},{"basePath":1184,"description":1185,"displayName":1186,"installMethods":1187,"rationale":1188,"selectedPaths":1189,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/token-integration-analyzer","Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations.","token-integration-analyzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1190],{"path":1063,"priority":422},{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":428,"sourceLanguage":18,"type":347},"plugins/building-secure-contracts/skills/ton-vulnerability-scanner","Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts.","ton-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/ton-vulnerability-scanner/SKILL.md",[1198],{"path":1063,"priority":422},{"basePath":1200,"description":1201,"displayName":491,"installMethods":1202,"rationale":1203,"selectedPaths":1204,"source":428,"sourceLanguage":18,"type":347},"plugins/burpsuite-project-parser/skills/burpsuite-project-parser","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"claudeCode":12},"SKILL.md frontmatter at plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md",[1205,1206],{"path":1063,"priority":422},{"path":1207,"priority":1208},"scripts/burp-search.sh","low",{"basePath":1210,"description":1211,"displayName":817,"installMethods":1212,"rationale":1213,"selectedPaths":1214,"source":428,"sourceLanguage":18,"type":347},"plugins/c-review/skills/c-review","Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.",{"claudeCode":12},"SKILL.md frontmatter at plugins/c-review/skills/c-review/SKILL.md",[1215],{"path":1063,"priority":422},{"basePath":1217,"description":1218,"displayName":504,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":428,"sourceLanguage":18,"type":347},"plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return \"Browser extension is not connected\", or behave erratically.",{"claudeCode":12},"SKILL.md frontmatter at plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting/SKILL.md",[1222],{"path":1063,"priority":422},{"basePath":1224,"description":1225,"displayName":515,"installMethods":1226,"rationale":1227,"selectedPaths":1228,"source":428,"sourceLanguage":18,"type":347},"plugins/constant-time-analysis/skills/constant-time-analysis","Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.",{"claudeCode":12},"SKILL.md frontmatter at plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md",[1229,1230,1231,1233,1235,1237,1239,1241,1243,1245],{"path":1063,"priority":422},{"path":424,"priority":427},{"path":1232,"priority":441},"references/compiled.md",{"path":1234,"priority":441},"references/javascript.md",{"path":1236,"priority":441},"references/kotlin.md",{"path":1238,"priority":441},"references/php.md",{"path":1240,"priority":441},"references/python.md",{"path":1242,"priority":441},"references/ruby.md",{"path":1244,"priority":441},"references/swift.md",{"path":1246,"priority":441},"references/vm-compiled.md",{"basePath":344,"description":10,"displayName":13,"installMethods":1248,"rationale":1249,"selectedPaths":1250,"source":428,"sourceLanguage":18,"type":347},{"claudeCode":12},"SKILL.md frontmatter at plugins/culture-index/skills/interpreting-culture-index/SKILL.md",[1251,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328],{"path":1063,"priority":422},{"path":1253,"priority":441},"references/anti-patterns.md",{"path":1255,"priority":441},"references/archetype-administrator.md",{"path":1257,"priority":441},"references/archetype-coordinator.md",{"path":1259,"priority":441},"references/archetype-craftsman.md",{"path":1261,"priority":441},"references/archetype-daredevil.md",{"path":1263,"priority":441},"references/archetype-debater.md",{"path":1265,"priority":441},"references/archetype-facilitator.md",{"path":1267,"priority":441},"references/archetype-influencer.md",{"path":1269,"priority":441},"references/archetype-operator.md",{"path":1271,"priority":441},"references/archetype-persuader.md",{"path":1273,"priority":441},"references/archetype-philosopher.md",{"path":1275,"priority":441},"references/archetype-rainmaker.md",{"path":1277,"priority":441},"references/archetype-scholar.md",{"path":1279,"priority":441},"references/archetype-socializer.md",{"path":1281,"priority":441},"references/archetype-specialist.md",{"path":1283,"priority":441},"references/archetype-technical-expert.md",{"path":1285,"priority":441},"references/archetype-traditionalist.md",{"path":1287,"priority":441},"references/archetype-trailblazer.md",{"path":1289,"priority":441},"references/conversation-starters.md",{"path":1291,"priority":441},"references/interview-trait-signals.md",{"path":1293,"priority":441},"references/motivators.md",{"path":1295,"priority":441},"references/patterns-archetypes.md",{"path":1297,"priority":441},"references/primary-traits.md",{"path":1299,"priority":441},"references/secondary-traits.md",{"path":1301,"priority":441},"references/team-composition.md",{"path":1303,"priority":1208},"scripts/check_deps.py",{"path":1305,"priority":1208},"scripts/culture_index/__init__.py",{"path":1307,"priority":1208},"scripts/culture_index/constants.py",{"path":1309,"priority":1208},"scripts/culture_index/extract.py",{"path":1311,"priority":1208},"scripts/culture_index/models.py",{"path":1313,"priority":1208},"scripts/culture_index/opencv_extractor.py",{"path":1315,"priority":1208},"scripts/extract_pdf.py",{"path":1317,"priority":1208},"scripts/pyproject.toml",{"path":1319,"priority":1208},"templates/burnout-report.md",{"path":1321,"priority":1208},"templates/comparison-report.md",{"path":1323,"priority":1208},"templates/hiring-profile.md",{"path":1325,"priority":1208},"templates/individual-report.md",{"path":1327,"priority":1208},"templates/predicted-profile.md",{"path":1329,"priority":1208},"templates/team-report.md",{"basePath":1331,"description":1332,"displayName":536,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":428,"sourceLanguage":18,"type":347},"plugins/debug-buttercup/skills/debug-buttercup","Debugs the Buttercup CRS (Cyber Reasoning System) running on Kubernetes. Use when diagnosing pod crashes, restart loops, Redis failures, resource pressure, disk saturation, DinD issues, or any service misbehavior in the crs namespace. Covers triage, log analysis, queue inspection, and common failure patterns for: redis, fuzzer-bot, coverage-bot, seed-gen, patcher, build-bot, scheduler, task-server, task-downloader, program-model, litellm, dind, tracer-bot, merger-bot, competition-api, pov-reproducer, scratch-cleaner, registry-cache, image-preloader, ui.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/debug-buttercup/skills/debug-buttercup/SKILL.md",[1336,1337,1339],{"path":1063,"priority":422},{"path":1338,"priority":441},"references/failure-patterns.md",{"path":1340,"priority":1208},"scripts/diagnose.sh",{"basePath":1342,"description":1343,"displayName":547,"installMethods":1344,"rationale":1345,"selectedPaths":1346,"source":428,"sourceLanguage":18,"type":347},"plugins/devcontainer-setup/skills/devcontainer-setup","Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.",{"claudeCode":12},"SKILL.md frontmatter at plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md",[1347,1348,1350],{"path":1063,"priority":422},{"path":1349,"priority":441},"references/dockerfile-best-practices.md",{"path":1351,"priority":441},"references/features-vs-dockerfile.md",{"basePath":1353,"description":1354,"displayName":558,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":428,"sourceLanguage":18,"type":347},"plugins/differential-review/skills/differential-review","Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/differential-review/skills/differential-review/SKILL.md",[1358,1359,1361,1363,1365],{"path":1063,"priority":422},{"path":1360,"priority":441},"adversarial.md",{"path":1362,"priority":441},"methodology.md",{"path":1364,"priority":441},"patterns.md",{"path":1366,"priority":441},"reporting.md",{"basePath":1368,"description":1369,"displayName":1038,"installMethods":1370,"rationale":1371,"selectedPaths":1372,"source":428,"sourceLanguage":18,"type":347},"plugins/dimensional-analysis/skills/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dimensional-analysis/skills/dimensional-analysis/SKILL.md",[1373,1374,1376,1378,1380],{"path":1063,"priority":422},{"path":1375,"priority":441},"references/annotate.md",{"path":1377,"priority":441},"references/bug-patterns.md",{"path":1379,"priority":441},"references/common-dimensions.md",{"path":1381,"priority":441},"references/dimension-algebra.md",{"basePath":1383,"description":1384,"displayName":621,"installMethods":1385,"rationale":1386,"selectedPaths":1387,"source":428,"sourceLanguage":18,"type":347},"plugins/dwarf-expert/skills/dwarf-expert","Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dwarf-expert/skills/dwarf-expert/SKILL.md",[1388],{"path":1063,"priority":422},{"basePath":1390,"description":1391,"displayName":632,"installMethods":1392,"rationale":1393,"selectedPaths":1394,"source":428,"sourceLanguage":18,"type":347},"plugins/entry-point-analyzer/skills/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1395,1396,1398,1400,1402,1404,1406,1408],{"path":1063,"priority":422},{"path":1397,"priority":441},"references/cosmwasm.md",{"path":1399,"priority":441},"references/move-aptos.md",{"path":1401,"priority":441},"references/move-sui.md",{"path":1403,"priority":441},"references/solana.md",{"path":1405,"priority":441},"references/solidity.md",{"path":1407,"priority":441},"references/ton.md",{"path":1409,"priority":441},"references/vyper.md",{"basePath":1411,"description":1412,"displayName":573,"installMethods":1413,"rationale":1414,"selectedPaths":1415,"source":428,"sourceLanguage":18,"type":347},"plugins/firebase-apk-scanner/skills/firebase-apk-scanner","Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security research only.",{"claudeCode":12},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1416,1417],{"path":1063,"priority":422},{"path":1418,"priority":441},"references/vulnerabilities.md",{"basePath":1420,"description":1421,"displayName":1020,"installMethods":1422,"rationale":1423,"selectedPaths":1424,"source":428,"sourceLanguage":18,"type":347},"plugins/fp-check/skills/fp-check","Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.",{"claudeCode":12},"SKILL.md frontmatter at plugins/fp-check/skills/fp-check/SKILL.md",[1425,1426,1428,1430,1432,1434,1436],{"path":1063,"priority":422},{"path":1427,"priority":441},"references/bug-class-verification.md",{"path":1429,"priority":441},"references/deep-verification.md",{"path":1431,"priority":441},"references/evidence-templates.md",{"path":1433,"priority":441},"references/false-positive-patterns.md",{"path":1435,"priority":441},"references/gate-reviews.md",{"path":1437,"priority":441},"references/standard-verification.md",{"basePath":1439,"description":898,"displayName":899,"installMethods":1440,"rationale":1441,"selectedPaths":1442,"source":428,"sourceLanguage":18,"type":347},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1443],{"path":1063,"priority":422},{"basePath":1445,"description":1446,"displayName":864,"installMethods":1447,"rationale":1448,"selectedPaths":1449,"source":428,"sourceLanguage":18,"type":347},"plugins/insecure-defaults/skills/insecure-defaults","Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.",{"claudeCode":12},"SKILL.md frontmatter at plugins/insecure-defaults/skills/insecure-defaults/SKILL.md",[1450,1451],{"path":1063,"priority":422},{"path":1452,"priority":441},"references/examples.md",{"basePath":1454,"description":1455,"displayName":978,"installMethods":1456,"rationale":1457,"selectedPaths":1458,"source":428,"sourceLanguage":18,"type":347},"plugins/let-fate-decide/skills/let-fate-decide","Draws 4 Tarot cards to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.",{"claudeCode":12},"SKILL.md frontmatter at plugins/let-fate-decide/skills/let-fate-decide/SKILL.md",[1459,1460,1462,1464,1465],{"path":1063,"priority":422},{"path":1461,"priority":441},"references/INTERPRETATION_GUIDE.md",{"path":1463,"priority":1208},"scripts/draw_cards.py",{"path":1317,"priority":1208},{"path":1466,"priority":1208},"scripts/test_draw_cards.py",{"basePath":1468,"description":1469,"displayName":834,"installMethods":1470,"rationale":1471,"selectedPaths":1472,"source":428,"sourceLanguage":18,"type":347},"plugins/modern-python/skills/modern-python","Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.",{"claudeCode":12},"SKILL.md frontmatter at plugins/modern-python/skills/modern-python/SKILL.md",[1473,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494],{"path":1063,"priority":422},{"path":1475,"priority":441},"references/dependabot.md",{"path":1477,"priority":441},"references/migration-checklist.md",{"path":1479,"priority":441},"references/pep723-scripts.md",{"path":1481,"priority":441},"references/prek.md",{"path":1483,"priority":441},"references/pyproject.md",{"path":1485,"priority":441},"references/ruff-config.md",{"path":1487,"priority":441},"references/security-setup.md",{"path":1489,"priority":441},"references/testing.md",{"path":1491,"priority":441},"references/uv-commands.md",{"path":1493,"priority":1208},"templates/dependabot.yml",{"path":1495,"priority":1208},"templates/pre-commit-config.yaml",{"basePath":1497,"description":644,"displayName":645,"installMethods":1498,"rationale":1499,"selectedPaths":1500,"source":428,"sourceLanguage":18,"type":347},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1501,1502],{"path":1063,"priority":422},{"path":1503,"priority":441},"references/optimization-strategies.md",{"basePath":1505,"description":1506,"displayName":656,"installMethods":1507,"rationale":1508,"selectedPaths":1509,"source":428,"sourceLanguage":18,"type":347},"plugins/property-based-testing/skills/property-based-testing","Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.",{"claudeCode":12},"SKILL.md frontmatter at plugins/property-based-testing/skills/property-based-testing/SKILL.md",[1510,1511,1512,1514,1516,1518,1520,1522,1524],{"path":1063,"priority":422},{"path":424,"priority":427},{"path":1513,"priority":441},"references/design.md",{"path":1515,"priority":441},"references/generating.md",{"path":1517,"priority":441},"references/interpreting-failures.md",{"path":1519,"priority":441},"references/libraries.md",{"path":1521,"priority":441},"references/refactoring.md",{"path":1523,"priority":441},"references/reviewing.md",{"path":1525,"priority":441},"references/strategies.md",{"basePath":1527,"description":1528,"displayName":923,"installMethods":1529,"rationale":1530,"selectedPaths":1531,"source":428,"sourceLanguage":18,"type":347},"plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer","Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applications with allowlist-based profiles.",{"claudeCode":12},"SKILL.md frontmatter at plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md",[1532],{"path":1063,"priority":422},{"basePath":1534,"description":1535,"displayName":875,"installMethods":1536,"rationale":1537,"selectedPaths":1538,"source":428,"sourceLanguage":18,"type":347},"plugins/second-opinion/skills/second-opinion","Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.",{"claudeCode":12},"SKILL.md frontmatter at plugins/second-opinion/skills/second-opinion/SKILL.md",[1539,1540,1542,1544],{"path":1063,"priority":422},{"path":1541,"priority":441},"references/codex-invocation.md",{"path":1543,"priority":441},"references/codex-review-schema.json",{"path":1545,"priority":441},"references/gemini-invocation.md",{"basePath":1547,"description":1548,"displayName":667,"installMethods":1549,"rationale":1550,"selectedPaths":1551,"source":428,"sourceLanguage":18,"type":347},"plugins/semgrep-rule-creator/skills/semgrep-rule-creator","Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md",[1552,1553,1555],{"path":1063,"priority":422},{"path":1554,"priority":441},"references/quick-reference.md",{"path":1556,"priority":441},"references/workflow.md",{"basePath":1558,"description":1559,"displayName":680,"installMethods":1560,"rationale":1561,"selectedPaths":1562,"source":428,"sourceLanguage":18,"type":347},"plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator/SKILL.md",[1563,1564,1566,1568],{"path":1063,"priority":422},{"path":1565,"priority":441},"references/applicability-analysis.md",{"path":1567,"priority":441},"references/language-syntax-guide.md",{"path":1556,"priority":441},{"basePath":1570,"description":1571,"displayName":691,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":428,"sourceLanguage":18,"type":347},"plugins/sharp-edges/skills/sharp-edges","Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.",{"claudeCode":12},"SKILL.md frontmatter at plugins/sharp-edges/skills/sharp-edges/SKILL.md",[1575,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604,1606],{"path":1063,"priority":422},{"path":1577,"priority":441},"references/auth-patterns.md",{"path":1579,"priority":441},"references/case-studies.md",{"path":1581,"priority":441},"references/config-patterns.md",{"path":1583,"priority":441},"references/crypto-apis.md",{"path":1585,"priority":441},"references/lang-c.md",{"path":1587,"priority":441},"references/lang-csharp.md",{"path":1589,"priority":441},"references/lang-go.md",{"path":1591,"priority":441},"references/lang-java.md",{"path":1593,"priority":441},"references/lang-javascript.md",{"path":1595,"priority":441},"references/lang-kotlin.md",{"path":1597,"priority":441},"references/lang-php.md",{"path":1599,"priority":441},"references/lang-python.md",{"path":1601,"priority":441},"references/lang-ruby.md",{"path":1603,"priority":441},"references/lang-rust.md",{"path":1605,"priority":441},"references/lang-swift.md",{"path":1607,"priority":441},"references/language-specific.md",{"basePath":1609,"description":1610,"displayName":1002,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":428,"sourceLanguage":18,"type":347},"plugins/skill-improver/skills/skill-improver","Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.",{"claudeCode":12},"SKILL.md frontmatter at plugins/skill-improver/skills/skill-improver/SKILL.md",[1614],{"path":1063,"priority":422},{"basePath":1616,"description":1617,"displayName":721,"installMethods":1618,"rationale":1619,"selectedPaths":1620,"source":428,"sourceLanguage":18,"type":347},"plugins/spec-to-code-compliance/skills/spec-to-code-compliance","Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/spec-to-code-compliance/skills/spec-to-code-compliance/SKILL.md",[1621],{"path":1063,"priority":422},{"basePath":1623,"description":1624,"displayName":1625,"installMethods":1626,"rationale":1627,"selectedPaths":1628,"source":428,"sourceLanguage":18,"type":347},"plugins/static-analysis/skills/codeql","Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on \"run codeql\", \"codeql scan\", \"codeql analysis\", \"build codeql database\", or \"find vulnerabilities with codeql\". Supports \"run all\" (security-and-quality + security-experimental suites) and \"important only\" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.","codeql",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1629,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652],{"path":1063,"priority":422},{"path":1631,"priority":441},"references/build-fixes.md",{"path":1633,"priority":441},"references/diagnostic-query-templates.md",{"path":1635,"priority":441},"references/extension-yaml-format.md",{"path":1637,"priority":441},"references/important-only-suite.md",{"path":1639,"priority":441},"references/language-details.md",{"path":1641,"priority":441},"references/macos-arm64e-workaround.md",{"path":1643,"priority":441},"references/performance-tuning.md",{"path":1645,"priority":441},"references/quality-assessment.md",{"path":1647,"priority":441},"references/ruleset-catalog.md",{"path":1649,"priority":441},"references/run-all-suite.md",{"path":1651,"priority":441},"references/sarif-processing.md",{"path":1653,"priority":441},"references/threat-models.md",{"basePath":1655,"description":1656,"displayName":1657,"installMethods":1658,"rationale":1659,"selectedPaths":1660,"source":428,"sourceLanguage":18,"type":347},"plugins/static-analysis/skills/sarif-parsing","Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on \"parse sarif\", \"read scan results\", \"aggregate findings\", \"deduplicate alerts\", or \"process sarif output\". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT run scans — use the Semgrep or CodeQL skills for that.","sarif-parsing",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1661],{"path":1063,"priority":422},{"basePath":1663,"description":1664,"displayName":1665,"installMethods":1666,"rationale":1667,"selectedPaths":1668,"source":428,"sourceLanguage":18,"type":347},"plugins/static-analysis/skills/semgrep","Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — \"run all\" (full ruleset coverage) and \"important only\" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.","semgrep",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/semgrep/SKILL.md",[1669,1670,1672,1674,1676],{"path":1063,"priority":422},{"path":1671,"priority":441},"references/rulesets.md",{"path":1673,"priority":441},"references/scan-modes.md",{"path":1675,"priority":441},"references/scanner-task-prompt.md",{"path":1677,"priority":1208},"scripts/merge_sarif.py",{"basePath":1679,"description":1680,"displayName":934,"installMethods":1681,"rationale":1682,"selectedPaths":1683,"source":428,"sourceLanguage":18,"type":347},"plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor","Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.",{"claudeCode":12},"SKILL.md frontmatter at plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md",[1684],{"path":1063,"priority":422},{"basePath":1686,"description":1687,"displayName":1688,"installMethods":1689,"rationale":1690,"selectedPaths":1691,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/address-sanitizer","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.\n","address-sanitizer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/address-sanitizer/SKILL.md",[1692],{"path":1063,"priority":422},{"basePath":1694,"description":1695,"displayName":1696,"installMethods":1697,"rationale":1698,"selectedPaths":1699,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/aflpp","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.\n","aflpp",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1700],{"path":1063,"priority":422},{"basePath":1702,"description":1703,"displayName":1704,"installMethods":1705,"rationale":1706,"selectedPaths":1707,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n","atheris",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/atheris/SKILL.md",[1708],{"path":1063,"priority":422},{"basePath":1710,"description":1711,"displayName":1712,"installMethods":1713,"rationale":1714,"selectedPaths":1715,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/cargo-fuzz","cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.\n","cargo-fuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/cargo-fuzz/SKILL.md",[1716],{"path":1063,"priority":422},{"basePath":1718,"description":1719,"displayName":1720,"installMethods":1721,"rationale":1722,"selectedPaths":1723,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/constant-time-testing","Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.\n","constant-time-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/constant-time-testing/SKILL.md",[1724],{"path":1063,"priority":422},{"basePath":1726,"description":1727,"displayName":1728,"installMethods":1729,"rationale":1730,"selectedPaths":1731,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/coverage-analysis","Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.\n","coverage-analysis",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/coverage-analysis/SKILL.md",[1732],{"path":1063,"priority":422},{"basePath":1734,"description":1735,"displayName":1736,"installMethods":1737,"rationale":1738,"selectedPaths":1739,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/fuzzing-dictionary","Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.\n","fuzzing-dictionary",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-dictionary/SKILL.md",[1740],{"path":1063,"priority":422},{"basePath":1742,"description":1743,"displayName":1744,"installMethods":1745,"rationale":1746,"selectedPaths":1747,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/fuzzing-obstacles","Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.\n","fuzzing-obstacles",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-obstacles/SKILL.md",[1748],{"path":1063,"priority":422},{"basePath":1750,"description":1751,"displayName":1752,"installMethods":1753,"rationale":1754,"selectedPaths":1755,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/harness-writing","Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.\n","harness-writing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/harness-writing/SKILL.md",[1756],{"path":1063,"priority":422},{"basePath":1758,"description":1759,"displayName":1760,"installMethods":1761,"rationale":1762,"selectedPaths":1763,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/libafl","LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.\n","libafl",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libafl/SKILL.md",[1764],{"path":1063,"priority":422},{"basePath":1766,"description":1767,"displayName":1768,"installMethods":1769,"rationale":1770,"selectedPaths":1771,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/libfuzzer","Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.\n","libfuzzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libfuzzer/SKILL.md",[1772],{"path":1063,"priority":422},{"basePath":1774,"description":1775,"displayName":1776,"installMethods":1777,"rationale":1778,"selectedPaths":1779,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/ossfuzz","OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.\n","ossfuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ossfuzz/SKILL.md",[1780],{"path":1063,"priority":422},{"basePath":1782,"description":1783,"displayName":1784,"installMethods":1785,"rationale":1786,"selectedPaths":1787,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/ruzzy","Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.\n","ruzzy",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1788],{"path":1063,"priority":422},{"basePath":1790,"description":1791,"displayName":1792,"installMethods":1793,"rationale":1794,"selectedPaths":1795,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/testing-handbook-generator","Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content.\n","testing-handbook-generator",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/testing-handbook-generator/SKILL.md",[1796,1797,1799,1801,1803,1805,1807,1809],{"path":1063,"priority":422},{"path":1798,"priority":441},"agent-prompt.md",{"path":1800,"priority":441},"discovery.md",{"path":1802,"priority":1208},"templates/domain-skill.md",{"path":1804,"priority":1208},"templates/fuzzer-skill.md",{"path":1806,"priority":1208},"templates/technique-skill.md",{"path":1808,"priority":1208},"templates/tool-skill.md",{"path":1810,"priority":441},"testing.md",{"basePath":1812,"description":1813,"displayName":1814,"installMethods":1815,"rationale":1816,"selectedPaths":1817,"source":428,"sourceLanguage":18,"type":347},"plugins/testing-handbook-skills/skills/wycheproof","Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.\n","wycheproof",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/wycheproof/SKILL.md",[1818],{"path":1063,"priority":422},{"basePath":1820,"description":1821,"displayName":1822,"installMethods":1823,"rationale":1824,"selectedPaths":1825,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/audit-augmentation","Augments Trailmark code graphs with external audit findings from SARIF static analysis results and weAudit annotation files. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, cross-referencing Semgrep or CodeQL findings with call graph data, or visualizing audit findings in the context of code structure.\n","audit-augmentation",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/audit-augmentation/SKILL.md",[1826,1827],{"path":1063,"priority":422},{"path":1828,"priority":441},"references/formats.md",{"basePath":1830,"description":1831,"displayName":1832,"installMethods":1833,"rationale":1834,"selectedPaths":1835,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/crypto-protocol-diagram","Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message flow from a spec or RFC, diagramming a ProVerif or Tamarin model, or drawing sequence diagrams for TLS, Noise, Signal, X3DH, Double Ratchet, FROST, DH, or ECDH protocols.","crypto-protocol-diagram",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/crypto-protocol-diagram/SKILL.md",[1836,1837,1839,1841,1843,1845,1847,1849,1851],{"path":1063,"priority":422},{"path":1838,"priority":1208},"examples/simple-handshake/expected-output.md",{"path":1840,"priority":1208},"examples/simple-handshake/protocol.py",{"path":1842,"priority":1208},"examples/simple-proverif/expected-output.md",{"path":1844,"priority":1208},"examples/simple-proverif/model.pv",{"path":1846,"priority":441},"references/ascii-sequence-diagram.md",{"path":1848,"priority":441},"references/mermaid-sequence-syntax.md",{"path":1850,"priority":441},"references/protocol-patterns.md",{"path":1852,"priority":441},"references/spec-parsing-patterns.md",{"basePath":1854,"description":1855,"displayName":1856,"installMethods":1857,"rationale":1858,"selectedPaths":1859,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/diagramming-code","Generates Mermaid diagrams from Trailmark code graphs. Produces call graphs, class hierarchies, module dependency maps, containment diagrams, complexity heatmaps, and attack surface data flow visualizations. Use when visualizing code architecture, drawing call graphs, generating class diagrams, creating dependency maps, producing complexity heatmaps, or visualizing data flow and attack surface paths as Mermaid diagrams.\n","diagramming-code",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/diagramming-code/SKILL.md",[1860,1861,1863,1865],{"path":1063,"priority":422},{"path":1862,"priority":441},"references/diagram-types.md",{"path":1864,"priority":441},"references/mermaid-syntax.md",{"path":1866,"priority":1208},"scripts/diagram.py",{"basePath":1868,"description":1869,"displayName":1870,"installMethods":1871,"rationale":1872,"selectedPaths":1873,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/genotoxic","Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.","genotoxic",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/genotoxic/SKILL.md",[1874,1875,1877,1879],{"path":1063,"priority":422},{"path":1876,"priority":441},"references/graph-analysis.md",{"path":1878,"priority":441},"references/mutation-frameworks.md",{"path":1880,"priority":441},"references/triage-methodology.md",{"basePath":1882,"description":1883,"displayName":1884,"installMethods":1885,"rationale":1886,"selectedPaths":1887,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/graph-evolution","Compares Trailmark code graphs at two source code snapshots (git commits, tags, or directories) to surface security-relevant structural changes. Detects new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications that text diffs miss. Use when comparing code between commits or tags, analyzing structural evolution, detecting attack surface growth, reviewing what changed between audit snapshots, or finding security-relevant changes that text diffs miss.\n","graph-evolution",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/graph-evolution/SKILL.md",[1888,1889,1891,1893],{"path":1063,"priority":422},{"path":1890,"priority":441},"references/evolution-metrics.md",{"path":1892,"priority":441},"references/report-format.md",{"path":1894,"priority":1208},"scripts/graph_diff.py",{"basePath":1896,"description":1897,"displayName":1898,"installMethods":1899,"rationale":1900,"selectedPaths":1901,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/mermaid-to-proverif","Translates Mermaid sequenceDiagrams describing cryptographic protocols into ProVerif formal verification models (.pv files). Use when generating a ProVerif model, formally verifying a protocol, converting a Mermaid diagram to ProVerif, verifying protocol security properties (secrecy, authentication, forward secrecy), checking for replay attacks, or producing a .pv file from a sequence diagram.","mermaid-to-proverif",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/mermaid-to-proverif/SKILL.md",[1902,1903,1905,1907,1909,1911],{"path":1063,"priority":422},{"path":1904,"priority":1208},"examples/simple-handshake/diagram.md",{"path":1906,"priority":1208},"examples/simple-handshake/sample-output.pv",{"path":1908,"priority":441},"references/crypto-to-proverif-mapping.md",{"path":1910,"priority":441},"references/proverif-syntax.md",{"path":1912,"priority":441},"references/security-properties.md",{"basePath":1914,"description":1915,"displayName":775,"installMethods":1916,"rationale":1917,"selectedPaths":1918,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/trailmark","Builds and queries multi-language source code graphs for security analysis. Includes pre-analysis passes for blast radius, taint propagation, privilege boundaries, and entry point enumeration. Use when analyzing call paths, mapping attack surface, finding complexity hotspots, enumerating entry points, tracing taint propagation, measuring blast radius, or building a code graph for audit prioritization. Prefer `trailmark.parse.detect_languages()` or `--language auto` when the target language is unknown or polyglot.",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark/SKILL.md",[1919,1920,1922],{"path":1063,"priority":422},{"path":1921,"priority":441},"references/preanalysis-passes.md",{"path":1923,"priority":441},"references/query-patterns.md",{"basePath":1925,"description":1926,"displayName":1927,"installMethods":1928,"rationale":1929,"selectedPaths":1930,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/trailmark-structural","Runs full Trailmark structural analysis on Trailmark 0.2.x by building a graph, running `preanalysis()`, and reporting hotspots, taint, blast radius, privilege boundaries, and attack surface. Use when vivisect needs detailed structural data for a target. Triggers: structural analysis, blast radius, taint analysis, complexity hotspots.","trailmark-structural",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-structural/SKILL.md",[1931],{"path":1063,"priority":422},{"basePath":1933,"description":1934,"displayName":1935,"installMethods":1936,"rationale":1937,"selectedPaths":1938,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/trailmark-summary","Runs a Trailmark summary analysis on a codebase. Returns auto-detected languages, entry point count, and dependency list. Use when vivisect or galvanize needs a quick structural overview. Triggers: trailmark summary, code summary, structural overview.","trailmark-summary",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-summary/SKILL.md",[1939],{"path":1063,"priority":422},{"basePath":1941,"description":1942,"displayName":1943,"installMethods":1944,"rationale":1945,"selectedPaths":1946,"source":428,"sourceLanguage":18,"type":347},"plugins/trailmark/skills/vector-forge","Mutation-driven test vector generation. Finds implementations of a cryptographic algorithm or protocol, runs mutation testing to identify escaped mutants, then generates new test vectors that deliberately exercise the uncovered code paths. Compares before/after mutation kill rates to prove vector effectiveness. Use when generating cryptographic test vectors, measuring Wycheproof coverage gaps, finding escaped mutants via mutation testing, creating cross-implementation test suites, or improving test vector coverage for crypto primitives.","vector-forge",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/vector-forge/SKILL.md",[1947,1948,1950,1952,1953,1955],{"path":1063,"priority":422},{"path":1949,"priority":441},"references/fault-simulation.md",{"path":1951,"priority":441},"references/lessons-learned.md",{"path":1878,"priority":441},{"path":1954,"priority":441},"references/report-template.md",{"path":1956,"priority":441},"references/vector-patterns.md",{"basePath":1958,"description":1959,"displayName":804,"installMethods":1960,"rationale":1961,"selectedPaths":1962,"source":428,"sourceLanguage":18,"type":347},"plugins/variant-analysis/skills/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.",{"claudeCode":12},"SKILL.md frontmatter at plugins/variant-analysis/skills/variant-analysis/SKILL.md",[1963,1964],{"path":1063,"priority":422},{"path":1965,"priority":441},"METHODOLOGY.md",{"basePath":1967,"description":1968,"displayName":1969,"installMethods":1970,"rationale":1971,"selectedPaths":1972,"source":428,"sourceLanguage":18,"type":347},"plugins/workflow-skill-design/skills/designing-workflow-skills","Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.","designing-workflow-skills",{"claudeCode":12},"SKILL.md frontmatter at plugins/workflow-skill-design/skills/designing-workflow-skills/SKILL.md",[1973,1974,1975,1977,1979],{"path":1063,"priority":422},{"path":1253,"priority":441},{"path":1976,"priority":441},"references/progressive-disclosure-guide.md",{"path":1978,"priority":441},"references/tool-assignment-guide.md",{"path":1980,"priority":441},"references/workflow-patterns.md",{"basePath":1982,"description":1983,"displayName":1984,"installMethods":1985,"rationale":1986,"selectedPaths":1987,"source":428,"sourceLanguage":18,"type":347},"plugins/yara-authoring/skills/yara-rule-authoring","Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive reduction. Triggers on: YARA, YARA-X, malware detection, threat hunting, IOC, signature, crx module, dex module.\n","yara-rule-authoring",{"claudeCode":12},"SKILL.md frontmatter at plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md",[1988,1989,1991,1993,1995,1997,1999,2001,2003,2005,2007,2009,2010,2012,2013],{"path":1063,"priority":422},{"path":1990,"priority":1208},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1992,"priority":1208},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1994,"priority":1208},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1996,"priority":1208},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1998,"priority":1208},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":2000,"priority":441},"references/crx-module.md",{"path":2002,"priority":441},"references/dex-module.md",{"path":2004,"priority":441},"references/performance.md",{"path":2006,"priority":441},"references/strings.md",{"path":2008,"priority":441},"references/style-guide.md",{"path":1489,"priority":441},{"path":2011,"priority":1208},"scripts/atom_analyzer.py",{"path":1317,"priority":1208},{"path":2014,"priority":1208},"scripts/yara_lint.py",{"basePath":2016,"description":2017,"displayName":945,"installMethods":2018,"rationale":2019,"selectedPaths":2020,"source":428,"sourceLanguage":18,"type":347},"plugins/zeroize-audit/skills/zeroize-audit","Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/zeroize-audit/skills/zeroize-audit/SKILL.md",[2021,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088],{"path":1063,"priority":422},{"path":2023,"priority":1208},"prompts/report_template.md",{"path":2025,"priority":1208},"prompts/system.md",{"path":2027,"priority":1208},"prompts/task.md",{"path":2029,"priority":441},"references/compile-commands.md",{"path":2031,"priority":441},"references/detection-strategy.md",{"path":2033,"priority":441},"references/ir-analysis.md",{"path":2035,"priority":441},"references/mcp-analysis.md",{"path":2037,"priority":441},"references/poc-generation.md",{"path":2039,"priority":441},"references/rust-zeroization-patterns.md",{"path":2041,"priority":1208},"tools/analyze_asm.sh",{"path":2043,"priority":1208},"tools/analyze_cfg.py",{"path":2045,"priority":1208},"tools/analyze_heap.sh",{"path":2047,"priority":1208},"tools/analyze_ir_semantic.py",{"path":2049,"priority":1208},"tools/diff_ir.sh",{"path":2051,"priority":1208},"tools/diff_rust_mir.sh",{"path":2053,"priority":1208},"tools/emit_asm.sh",{"path":2055,"priority":1208},"tools/emit_ir.sh",{"path":2057,"priority":1208},"tools/emit_rust_asm.sh",{"path":2059,"priority":1208},"tools/emit_rust_ir.sh",{"path":2061,"priority":1208},"tools/emit_rust_mir.sh",{"path":2063,"priority":1208},"tools/extract_compile_flags.py",{"path":2065,"priority":1208},"tools/generate_poc.py",{"path":2067,"priority":1208},"tools/mcp/apply_confidence_gates.py",{"path":2069,"priority":1208},"tools/mcp/check_mcp.sh",{"path":2071,"priority":1208},"tools/mcp/normalize_mcp_evidence.py",{"path":2073,"priority":1208},"tools/scripts/check_llvm_patterns.py",{"path":2075,"priority":1208},"tools/scripts/check_mir_patterns.py",{"path":2077,"priority":1208},"tools/scripts/check_rust_asm.py",{"path":2079,"priority":1208},"tools/scripts/check_rust_asm_aarch64.py",{"path":2081,"priority":1208},"tools/scripts/check_rust_asm_x86.py",{"path":2083,"priority":1208},"tools/scripts/find_dangerous_apis.py",{"path":2085,"priority":1208},"tools/scripts/semantic_audit.py",{"path":2087,"priority":1208},"tools/track_dataflow.sh",{"path":2089,"priority":1208},"tools/validate_rust_toolchain.sh",{"basePath":513,"installMethods":2091,"rationale":2093,"selectedPaths":2094,"source":428,"sourceLanguage":18,"type":2100},{"pypi":2092},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2095,2097,2098],{"path":2096,"priority":422},"pyproject.toml",{"path":424,"priority":422},{"path":2099,"priority":441},"ct_analyzer/analyzer.py","cli",{"sources":2102},[2103],"manual",{"closedIssues90d":332,"description":2105,"forks":333,"license":339,"openIssues90d":334,"pushedAt":335,"readmeSize":330,"stars":336,"topics":2106},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2107],"agent-skills",{"classifiedAt":2109,"discoverAt":2110,"extractAt":2111,"githubAt":2111,"updatedAt":2109},1778698175241,1778698169543,1778698173272,[304,302,303,306,305,307],{"evaluatedAt":342,"extractAt":388,"updatedAt":342},[],[2116,2151,2181,2214,2242,2271],{"_creationTime":2117,"_id":2118,"community":2119,"display":2120,"identity":2126,"providers":2132,"relations":2142,"tags":2146,"workflow":2147},1778693810753.2522,"k17e9x8nbeqn99r3hpez0fzfs186n9jv",{"reviewCount":8},{"description":2121,"installMethods":2122,"name":2124,"sourceUrl":2125},"Risikomanagement-Domänenwissen für Handelsagenten – Überwachung des affektiven Zustands, Positionsbestimmung, Drawdown-Management, Tilt-Erkennung und Verhaltensrichtlinien. Verwenden Sie dies beim Prüfen des Risikos vor Trades, beim Verwalten von Drawdowns, beim Erkennen von Verhaltensabweichungen oder beim Erzwingen von Disziplin. Löst bei \"risk\", \"drawdown\", \"tilt\", \"position size\", \"lot size\", \"confidence\", \"revenge trading\", \"overtrading\", \"discipline\" aus.",{"claudeCode":2123},"mnemox-ai/tradememory-protocol","Risk Management","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":2127,"githubOwner":2128,"githubRepo":2129,"locale":2130,"slug":2131,"type":347},"tradememory-plugin/skills/risk-management","mnemox-ai","tradememory-protocol","de","risk-management",{"evaluate":2133,"extract":2140},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2135,"targetMarket":308,"tier":2139},100,[2136,2131,2137,304,2138],"trading","ai-agent","finance","verified",{"commitSha":378,"license":2141},"MIT",{"parentExtensionId":2143,"repoId":2144,"translatedFrom":2145},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k17bgwvhb6h29py715de1cm9xd86msq6",[2137,304,2138,2131,2136],{"evaluatedAt":2148,"extractAt":2149,"updatedAt":2150},1778693700524,1778693539593,1778693810753,{"_creationTime":2152,"_id":2153,"community":2154,"display":2155,"identity":2161,"providers":2165,"relations":2174,"tags":2177,"workflow":2178},1778699018122.8064,"k178yxvt3g9djb8ph907q3tv1186n8ex",{"reviewCount":8},{"description":2156,"installMethods":2157,"name":2159,"sourceUrl":2160},"Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.",{"claudeCode":2158},"wshobson/agents","embedding-strategies","https://github.com/wshobson/agents",{"basePath":2162,"githubOwner":2163,"githubRepo":2164,"locale":18,"slug":2159,"type":347},"plugins/llm-application-dev/skills/embedding-strategies","wshobson","agents",{"evaluate":2166,"extract":2173},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2167,"targetMarket":308,"tier":2139},[2168,2169,2170,2171,2172,307],"embeddings","rag","semantic-search","vector-databases","llm-applications",{"commitSha":378},{"parentExtensionId":2175,"repoId":2176},"k1719fyk9jrke6aq23wbyf8ej586n3af","kd74de64zj0axtg5b8t7eqqe2x86nske",[2168,2172,307,2169,2170,2171],{"evaluatedAt":2179,"extractAt":2180,"updatedAt":2179},1778701750946,1778699018122,{"_creationTime":2182,"_id":2183,"community":2184,"display":2185,"identity":2191,"providers":2195,"relations":2205,"tags":2209,"workflow":2210},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":2186,"installMethods":2187,"name":2189,"sourceUrl":2190},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":2188},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":2192,"githubOwner":2193,"githubRepo":2194,"locale":2130,"slug":2189,"type":347},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills",{"evaluate":2196,"extract":2204},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2197,"targetMarket":308,"tier":2139},[2198,2199,2200,307,2201,2202,2203],"aws","cdk","typescript","iac","cloudformation","infrastructure",{"commitSha":378},{"parentExtensionId":2206,"repoId":2207,"translatedFrom":2208},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[2198,2199,2202,2201,2203,307,2200],{"evaluatedAt":2211,"extractAt":2212,"updatedAt":2213},1778699774404,1778699647844,1778699877608,{"_creationTime":2215,"_id":2216,"community":2217,"display":2218,"identity":2224,"providers":2228,"relations":2235,"tags":2238,"workflow":2239},1778695548458.3613,"k17dx6tyy2yb3z5pp1vgmg46ad86nm18",{"reviewCount":8},{"description":2219,"installMethods":2220,"name":2222,"sourceUrl":2223},"Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.\n",{"claudeCode":2221},"pjt222/agent-almanac","fit-drift-diffusion-model","https://github.com/pjt222/agent-almanac",{"basePath":2225,"githubOwner":2226,"githubRepo":2227,"locale":18,"slug":2222,"type":347},"skills/fit-drift-diffusion-model","pjt222","agent-almanac",{"evaluate":2229,"extract":2234},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2230,"targetMarket":308,"tier":2139},[2231,2232,2233,307,394],"cognitive-science","modeling","statistics",{"commitSha":378},{"parentExtensionId":2236,"repoId":2237},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[2231,394,2232,307,2233],{"evaluatedAt":2240,"extractAt":2241,"updatedAt":2240},1778698191612,1778695548458,{"_creationTime":2243,"_id":2244,"community":2245,"display":2246,"identity":2252,"providers":2256,"relations":2264,"tags":2267,"workflow":2268},1778697513812.0674,"k174b6b0gkvp2r318akg2twggd86nrwj",{"reviewCount":8},{"description":2247,"installMethods":2248,"name":2250,"sourceUrl":2251},"UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.",{"claudeCode":2249},"spartan-stratos/spartan-ai-toolkit","ui-ux-pro-max","https://github.com/spartan-stratos/spartan-ai-toolkit",{"basePath":2253,"githubOwner":2254,"githubRepo":2255,"locale":18,"slug":2250,"type":347},"toolkit/skills/ui-ux-pro-max","spartan-stratos","spartan-ai-toolkit",{"evaluate":2257,"extract":2263},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2258,"targetMarket":308,"tier":2139},[2259,2260,2261,2262,307],"ui-ux","design-system","frontend","documentation",{"commitSha":378},{"parentExtensionId":2265,"repoId":2266},"k178krwbqrnxn4xscs4htpjvxd86m4kj","kd73rjj0rnrv7y0rz9qc3psn0586n75g",[2260,2262,2261,307,2259],{"evaluatedAt":2269,"extractAt":2270,"updatedAt":2269},1778698073321,1778697513812,{"_creationTime":2272,"_id":2273,"community":2274,"display":2275,"identity":2281,"providers":2285,"relations":2293,"tags":2296,"workflow":2297},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":2276,"installMethods":2277,"name":2279,"sourceUrl":2280},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":2278},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":2282,"githubOwner":2283,"githubRepo":2284,"locale":18,"slug":2279,"type":347},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":2286,"extract":2292},{"promptVersionExtension":295,"promptVersionScoring":296,"score":2134,"tags":2287,"targetMarket":308,"tier":2139},[2288,2289,2290,2291,307],"tts","speech","audio","google-cloud",{"commitSha":378},{"parentExtensionId":2294,"repoId":2295},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[2290,2291,307,2289,2288],{"evaluatedAt":2298,"extractAt":2299,"updatedAt":2298},1778697061989,1778696833339]