Agent Skills by fjor1025
Showing 47 vetted skills indexed across 1 GitHub repositories.
dwarf-expert
Analyze DWARF debug files and answer format questions for versions 3-5.
ask-questions-if-underspecified
Clarify underspecified requests by asking targeted questions about objectives, scope, constraints, and safety.
interpreting-culture-index
Interpret Culture Index survey data from PDF or JSON inputs for behavioral analysis.
audit-context-building
Analyze code line-by-line to build architectural context before auditing.
claude-in-chrome-troubleshooting
Diagnose and resolve Claude Chrome MCP extension connectivity conflicts via native messaging host configuration.
entry-point-analyzer
Identify and categorize state-changing entry points in smart contract codebases.
semgrep-rule-creator
Generate custom Semgrep rules for security vulnerabilities and bug patterns.
constant-time-analysis
Detect timing side-channel vulnerabilities in cryptographic code across languages.
property-based-testing
Generate property-based tests across programming languages and smart contract tools.
differential-review
Perform security-focused differential review of code changes using git history.
variant-analysis
Search codebases for similar vulnerability patterns using ripgrep and Semgrep.
firebase-apk-scanner
Scan Android APK files for Firebase security misconfigurations.
fix-review
Analyze git commits against security audit findings to verify fixes.
spec-to-code-compliance
Verify smart contract code against specification documents and classify divergences.
sharp-edges
Analyze software designs for error-prone APIs and dangerous configurations.
modern-python
Set up Python projects with uv, ruff, ty, and pytest.
semgrep
Scan codebases for security vulnerabilities and enforce coding standards with Semgrep.
sarif-parsing
Parse SARIF files and aggregate security scan findings.
codeql
Perform static code analysis with CodeQL for security vulnerabilities and data flow.
address-sanitizer
Detect memory errors in C/C++ code with AddressSanitizer during fuzzing.
harness-writing
Write fuzzing harnesses in C++, Rust, and Go with FuzzedDataProvider.
aflpp
Fuzz C/C++ projects with AFL++ using multi-core execution and sanitizers.
libfuzzer
Run coverage-guided fuzzing for C/C++ projects with LLVM libFuzzer.
constant-time-testing
Detect timing side-channel vulnerabilities in cryptographic implementations using dudect and timecop.