Directory

Discover and filter AI agent skills. 27,776 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 7105-7128 of 27,776Page 297 of 1158

burpsuite-project-parser

10
from Blurjp/ImagePrepMCP

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.

ton-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

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. (project, gitignored)

substrate-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

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. (project, gitignored)

solana-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

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. (project, gitignored)

cosmos-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

Scans Cosmos SDK blockchains for 9 consensus-critical vulnerabilities including non-determinism, incorrect signers, ABCI panics, and rounding errors. Use when auditing Cosmos chains or CosmWasm contracts. (project, gitignored)

cairo-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

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. (project, gitignored)

algorand-vulnerability-scanner

10
from Blurjp/ImagePrepMCP

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). (project, gitignored)

token-integration-analyzer

10
from Blurjp/ImagePrepMCP

Comprehensive 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. (project, gitignored)

secure-workflow-guide

10
from Blurjp/ImagePrepMCP

Guide you 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. (project, gitignored)

guidelines-advisor

10
from Blurjp/ImagePrepMCP

Comprehensive 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. (project, gitignored)

code-maturity-assessor

10
from Blurjp/ImagePrepMCP

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. (project, gitignored)

audit-prep-assistant

10
from Blurjp/ImagePrepMCP

Prepare your codebase 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 comprehensive documentation (flowcharts, user stories, inline comments). (project, gitignored)

audit-context-building

10
from Blurjp/ImagePrepMCP

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.

ask-questions-if-underspecified

10
from Blurjp/ImagePrepMCP

Clarify requirements before implementing. Use when serious doubts araise.

theme-factory

10
from Blurjp/ImagePrepMCP

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Getting Started with Skills

10
from Blurjp/ImagePrepMCP

Skills wiki intro - mandatory workflows, search tool, brainstorming triggers

Testing Anti-Patterns

10
from Blurjp/ImagePrepMCP

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

Test-Driven Development (TDD)

10
from Blurjp/ImagePrepMCP

Write the test first, watch it fail, write minimal code to pass

Condition-Based Waiting

10
from Blurjp/ImagePrepMCP

Replace arbitrary timeouts with condition polling for reliable async tests

Tracing Knowledge Lineages

10
from Blurjp/ImagePrepMCP

Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures

When Stuck - Problem-Solving Dispatch

10
from Blurjp/ImagePrepMCP

Dispatch to the right problem-solving technique based on how you're stuck

Simplification Cascades

10
from Blurjp/ImagePrepMCP

Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"

Scale Game

10
from Blurjp/ImagePrepMCP

Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales

Meta-Pattern Recognition

10
from Blurjp/ImagePrepMCP

Spot patterns appearing in 3+ domains to find universal principles