Search Skills
Search across 54932 indexed skills
skill-designer
Generate a comprehensive Claude CLI prompt from a structured skill idea specification. The prompt instructs Claude to create a complete skill director...
testing-handbook-generator
Generate and maintain Claude Code skills from the Trail of Bits Testing Handbook. Invoke this skill when: Creating new security testing skills from ha...
fuzzing-obstacles
Codebases often contain anti-fuzzing patterns that prevent effective coverage. Checksums, global state (like time-seeded PRNGs), and validation checks...
semgrep
Run a Semgrep scan with automatic language detection, parallel execution via Task subagents, and merged SARIF output. Always use --metrics=off — Semgr...
vue-debug-guides
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas...
market-top-detector
Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection...
mermaid-to-proverif
Reads a Mermaid sequenceDiagram describing a cryptographic protocol and produces a ProVerif model (.pv file) that can be passed directly to the ProVer...
secure-workflow-guide
Guides through Trail of Bits' secure development workflow - a 5-step process to enhance smart contract security throughout development. Use this: On e...
github
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly. Check CI status on a PR: g...
codeql
Supported languages: Python, JavaScript/TypeScript, Go, Java/Kotlin, C/C++, C#, Ruby, Swift. Skill resources: Reference files and templates are locate...
github-proxy
使用 githubproxy.cc 代理服务,为国内访问 GitHub 提供加速支持。 当前使用的代理服务: 主要服务: githubproxy.cc (测试有效,加速约 3 倍) 备用服务: ghfast.top 将 GitHub 仓库链接前加上 https://githubproxy.cc/ 前...
variant-analysis
You are a variant analysis expert. Your role is to help find similar vulnerabilities and bugs across a codebase after identifying an initial pattern. ...