Plugin Claude Code
Interprets Culture Index survey results for individuals and teams.
Plugin Claude Code
Interprets Culture Index survey results for individuals and teams.
Skill Claude CodeCodex
Use when interpreting Culture Index surveys, CI profiles, behavioral assessments, or personality data. Supports individual interpretation, team composition (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief…
Plugin Claude Code
Security-focused differential review of code changes with git history analysis and blast radius estimation.
Skill Claude CodeCodex
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.
Plugin Claude Code
Interact with and understand the DWARF debugging format.
Skill Claude CodeCodex
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.
Plugin Claude Code
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.
Skill Claude CodeCodex
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…
Plugin Claude Code
Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.
Skill Claude CodeCodex
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…
Plugin Claude Code
Verifies that code changes address security audit findings without introducing bugs.
Command
Reviews commits for bug introduction and verifies audit finding remediation.
Skill Claude CodeCodex
Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the user asks to "verify these commits fix the audit findings", "check if TOB-XXX was addressed", "review the fix branch", "validate remediation commits", "did these changes address the security report"…
Plugin Claude Code
Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.
Hook
Runs before the agent uses a tool for Bash tool calls, executing intercept-legacy-python.sh via bash. From Fodhol/skills.
Skill Claude CodeCodex
Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.
Plugin Claude Code
Property-based testing guidance for multiple languages and smart contracts.
Skill Claude CodeCodex
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.
Plugin Claude Code
Create custom Semgrep rules for detecting bug patterns and security vulnerabilities.
Skill Claude CodeCodex
Create custom Semgrep rules for detecting bug patterns and security vulnerabilities. This skill should be used when the user explicitly asks to "create a Semgrep rule", "write a Semgrep rule", "make a Semgrep rule", "build a Semgrep rule", or requests detection of a specific bug pattern, vulnerability, or insecure…
Plugin Claude Code
Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation.
Skill Claude CodeCodex
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.
Plugin Claude Code
Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes.
Skill Claude CodeCodex
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…