Coding & Development

trailofbits/libfuzzer

6.1kgithub.com

Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.

$ npx skills add trailofbits/skills
Ver habilidad

0xbigboss/react-best-practices

github.com

Use when reading or writing React components (.tsx, .jsx files with React imports).

$ npx skills add 0xbigboss/claude-code
Ver habilidad

trailofbits/substrate-vulnerability-scanner

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

binance/binance-tokenized-securities-info

github.com

Query Ondo tokenized US stock data on Binance Web3. Covers: supported stock token list, RWA metadata (company info, attestation reports), market and per-asset trading status (with corporate action codes for earnings, dividends, splits), real-time on-chain data (token price, holders, circulating supply, market cap), US stock fundamentals (P/E, dividend yield, 52-week range), and token K-Line/candlestick charts. Use this skill when users ask about: - Tokenized stock price, holders, or on-chain data for specific tickers - Whether a stock token is tradable, paused, or halted - Ondo RWA token list or which US stocks are available on-chain - Corporate actions affecting a token (dividends, stock splits, earnings halt) - Stock token K-Line or candlestick chart data - Comparing on-chain token price vs US stock price NOT for general crypto tokens (BTC, ETH, SOL, etc.) — use query-token-info for those.

$ npx skills add binance/binance-skills-hub
Ver habilidad

nomadamas/k-skill-setup

6.3kgithub.com

After installing the full k-skill bundle, configure and verify the shared cross-platform setup, then optionally wire update checks and GitHub starring with explicit user consent.

$ npx skills add nomadamas/k-skill
Ver habilidad

jeffallan/angular-architect

10.6kgithub.com

Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.

$ npx skills add jeffallan/claude-skills
Ver habilidad

trailofbits/wycheproof

6.1kgithub.com

Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.

$ npx skills add trailofbits/skills
Ver habilidad

composiohq/domain-name-brainstormer

65.8kgithub.com

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

$ npx skills add composiohq/awesome-claude-skills
Ver habilidad

trailofbits/dwarf-expert

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

pippit-dev/xyq-nest-skill

github.com

通过小云雀的 AI 能力进行综合创作,支持生成和编辑图片/视频。覆盖场景包括:生成(文生图、文生视频、图生视频、做动画、画一个xxx、来段xxx)、编辑修改(把xxx换成yyy、去掉xxx、加上xxx、改成xxx、调整xxx、局部修改、改镜头)、风格转换(风格迁移、转绘、换风格)、视频续写延长、复刻视频/TVC/宣传片、短剧/短漫剧生成、音乐MV生成、产品广告/展示片制作、分镜/故事板设计、教育视频/短视频制作。当用户提到小云雀、xyq、上传参考图/视频、查看生成进度时也应触发。关键判断:只要用户的请求涉及 AI 视频的创作、生成、编辑、修改,无论措辞如何(如"画只猫"、"做个海报"、"做个视频"、"这个视频帮我改一下"、"帮我复刻这段视频"、"用这首歌做个MV"、"一句话生成短剧"),都必须触发此技能。

$ npx skills add pippit-dev/pippit-skills
Ver habilidad

binance/fiat

github.com

Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment options in a specific country, or their fiat order history — even if they don't explicitly mention Binance APIs.

$ npx skills add binance/binance-skills-hub
Ver habilidad

tanstack-skills/tanstack-query

github.com

Powerful asynchronous state management, server-state utilities, and data fetching for TS/JS, React, Vue, Solid, Svelte & Angular.

$ npx skills add tanstack-skills/tanstack-skills
Ver habilidad

trailofbits/cosmos-vulnerability-scanner

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

trailofbits/cairo-vulnerability-scanner

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

trailofbits/ton-vulnerability-scanner

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

supermemoryai/super-search

github.com

Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.

$ npx skills add supermemoryai/claude-supermemory
Ver habilidad

trailofbits/atheris

6.1kgithub.com

Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.

$ npx skills add trailofbits/skills
Ver habilidad

trailofbits/aflpp

6.1kgithub.com

AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.

$ npx skills add trailofbits/skills
Ver habilidad

trailofbits/semgrep-rule-variant-creator

6.1kgithub.com

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.

$ npx skills add trailofbits/skills
Ver habilidad

affaan-m/defi-amm-security

230.4kgithub.com

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

trailofbits/fuzzing-dictionary

6.1kgithub.com

Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.

$ npx skills add trailofbits/skills
Ver habilidad

claude-office-skills/contract-template

304github.com

>

$ npx skills add claude-office-skills/skills
Ver habilidad

trailofbits/ossfuzz

6.1kgithub.com

OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.

$ npx skills add trailofbits/skills
Ver habilidad

trailofbits/algorand-vulnerability-scanner

6.1kgithub.com

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).

$ npx skills add trailofbits/skills
Ver habilidad