Showing 30 of 136605 results
Deprecated skill for building ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK, replaced by mcp-app-builder.
Provides system monitoring expertise covering real-time performance analysis, anomaly detection, alerting, and infrastructure health assessment
Layered security patterns for autonomous trading agents that sign and send transactions — prompt-injection filters on external data, independent per-tx/daily hard spend limits, mandatory pre-send simulation with a required `min_amount_out`, drawdown-based circuit breakers, a dedicated session hot wallet (never the treasury), and private mempool routing (e.g. Flashbots) with per-strategy slippage and deadline. Pre-deploy checklist treats no single check as sufficient.
Creates consistent, well-structured weekly status reports for individual contributors, team leads, project updates, and executive summaries, with templates for tracking accomplishments, blockers, metrics, and next-week priorities.
Academic writing assistant skills for Claude Code supporting LaTeX and Typst for English papers and Chinese theses, with ChkTeX linting, grammar analysis, and expression restructuring.
Generates, drafts, and refines various types of written content like blog posts, articles, social media copy, and marketing materials with brand-consistent language.
Runnable Charlie Munger "cognitive operating system" distilled from 50+ primary sources (Poor Charlie's Almanack, Berkshire/Daily Journal annual meetings, USC/Harvard speeches, the complete Psychology of Human Misjudgment) into 5 mental models (multi-disciplinary latticework, inversion, Lollapalooza effect, circle of competence + opinion qualification, incentives drive everything) and 8 decision heuristics — a thinking framework for inverting problems, diagnosing incentives, and spotting cognitive biases, not a quote collection.
A browser skill for cmux, a Ghostty-based macOS terminal application with vertical tabs and notification support designed for AI coding agents.
A development discipline that subjects every non-trivial decision to a fresh-context adversarial review before it stands, spawning a reviewer biased to disprove rather than approve when correctness matters more than speed.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
An open skills marketplace by Binance that gives AI agents native access to crypto — search tokens, execute trades, track wallets, monitor signals, and interact with DeFi protocols through natural language across any agent framework.
Operator wrapper for ECC's research stack (`exa-search`, `deep-research`, `market-research`, `lead-intelligence`, `knowledge-ops`) that picks the lightest useful evidence path and separates sourced facts from user-supplied context, inference, and recommendation in every answer. Adds dates to freshness-sensitive outputs and flags recurring lookups that should graduate into a monitoring workflow instead of being re-asked.
Provides comprehensive testing strategies and workflows for full-stack applications, covering unit, integration, and end-to-end testing patterns.
Designs and optimizes prompts to maximize LLM performance, reliability, and efficiency across diverse use cases and applications.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
Spec-driven development (SDD) validation skill for indexion that handles drafting, verifying, aligning, and validating specifications using the cc-sdd/codex workflow.
E-commerce data extraction skill using Apify to scrape pricing, reviews, and seller data from Amazon, Walmart, eBay, IKEA, and 50+ marketplaces
An indexion-powered skill for documentation analysis including coverage assessment, drift detection between code and docs, and dependency graph generation.
An indexion-powered planning skill that detects code duplication, wrapper bloat, shared-code extraction opportunities, and concept-level single-source-of-truth violations to guide refactoring.
Evidence-first mailbox workflow for triage, drafting, replying, and proving a message actually landed in Sent — not a generic writing skill. Resolves which mailbox account and thread are in play, reads thread history before composing, and reports exact status (`drafted` / `approval-pending` / `sent` / `blocked` / `awaiting verification`) with sent-copy proof when claiming a send succeeded.
Prevent Ethereum hashing bugs in JS/TS by never using Node's `crypto.createHash('sha3-256')` (which is NIST SHA3, not Ethereum Keccak-256) and using Keccak-aware helpers from `ethers`, `viem`, or `web3` instead — selectors, EIP-712 typeHash, storage-slot math, address derivation. Includes copy-paste patterns for ethers v6 (`id`, `solidityPackedKeccak256`), viem, web3.js, and a `grep` snippet for auditing existing code.
An indexion-powered skill for inspecting and debugging KGF (Knowledge Graph Format) language specs, part of a Claude Code plugin suite providing source code exploration, similarity analysis, and documentation tools.
An indexion-powered skill that splits text into contextual segments, part of a Claude Code plugin suite providing source code exploration, similarity analysis, and documentation tools.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
Autonomous skill generator that enables AI agents to learn new technologies from the web by discovering authoritative documentation via web search, extracting relevant content, synthesizing it into a reusable skill, and saving it to the workspace.