Legal

Legal document generation and compliance

Showing 577-600 of 1311 skills
kukapay

token-minter

by kukapay

Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions.

Code Gen 33 7mo ago
groupzer0

Cross-Repository API Contract Skill

by groupzer0

This catches contract drift before it causes runtime errors

API Dev 284 8mo ago
antydizajn

anti-hallucination-protocol

by antydizajn

Use when a factual error could materially change a user decision, external action, current-state conclusion, citation, code/runtime claim, research conclusion, or other consequential output. Scales verification by risk and keeps wording no stronger than checked evidence.

Academic 6 1mo ago
nealcaren

Case Justification Writer

by nealcaren

Claude Code plugins for quantitative and qualitative sociological research

Academic 84 7mo ago
okwinds

repo-compliance-audit

by okwinds

对任意代码仓库进行合规审计并生成可取证报告(Markdown + JSON findings),覆盖“是否遵循 AGENTS.md/仓库规则/用户指令”“文档索引/规格/工作记录/任务总结”“TDD 与离线回归证据”“可复现性(.env.example 等)”“潜在密钥泄露与仓库卫生”等;并支持在人类勾选 finding.id 后执行选择性低风险整改(默认不改业务逻辑)。触发场景:仓库交付前自检、接手陌生仓库、需要合规审计报告、需要把整改条目做成可选择的执行清单。

Code Review 50 7mo ago
ChainAware

chainaware-behavioral-prediction

by ChainAware

Use this skill whenever a user asks about wallet safety, fraud risk, rug pull detection, wallet behavior analysis, DeFi personalization, on-chain reputation scoring, AML checks, token ranking by holder quality, airdrop screening, lending risk, token launch auditing, or AI agent trust scoring. Triggers on questions like: "is this wallet safe?", "will this pool rug pull?", "what will this address do next?", "score this wallet", "detect fraud for address", "personalize my DeFi agent", "rank this token", "top AI tokens", "best holders of this token", "check this contract", "is this token safe?", "profile this wallet", "KYC this address", "pre-screen this user", "AML check this wallet", "is this address suspicious?", "screen this wallet before onboarding", "what is the risk score of this address?", "analyze on-chain behavior", "is this LP safe to deposit?", "will this contract rug?", "what DeFi products suit this wallet?", "segment this user", "what is this wallet's experience level?", "find strong token holders", "which token has the best community?", "rank tokens by holder quality", "should we list this token?", "audit this launch", "is this deployer trustworthy?", "vet this IDO", "launch safety check", "screen this airdrop list", "filter bots from airdrop", "rank these wallets for token distribution", "fair airdrop allocation", "assess this borrower", "what collateral ratio for this wallet?", "lending risk for 0x...", "what interest rate for this borrower?", "should I lend to this wallet?", "screen this AI agent", "is this agent wallet safe?", "agent trust score for 0x...", "check the feeder wallet for this agent", "can I trust this agent?", "route this wallet to onboarding", "is this user a beginner?", "skip onboarding for this wallet?", or any request to analyze a blockchain wallet address, smart contract, token, or AI agent for risk, behavior, intent, community strength, or trustworthiness. Also use when integrating the ChainAware MCP server into Claude Code, Cursor, ChatGPT, or any MCP-compatible AI agent framework.

Agents 8 6mo ago
hubert-dudek

team-templates

by hubert-dudek

Generate standardized team templates (project kickoff, data contract, incident postmortem/RCA, weekly status update, Unity Catalog access request). Use when someone asks for a template, PRD/1-pager, design doc, postmortem, weekly update, data contract, or access request.

Code Gen 8 7mo ago
WalletConnect

code-review

by WalletConnect

Provide actionable feedback on code changes. Focuses on bugs, security issues, and structural problems.

Cloud 15 6mo ago
WalletConnect

license-compliance

by WalletConnect

Scans project dependencies for license compliance across 9 ecosystems — JS/TS (pnpm/npm/yarn), Rust (cargo), Python (pip/poetry/uv/pipenv), Swift (SPM), Kotlin (Gradle), Dart (pub), Go (modules), C# (NuGet), and Solidity (Foundry). Classifies licenses as permissive, weak copyleft, or restrictive. Supports monorepos, remote GitHub repos, and org-wide scanning with tracker-based resume. Use when checking license compliance, preparing for audits, evaluating new dependencies, or running org-wide license sweeps.

Analytics 15 6mo ago
bnadlerjr

slicing-elephant-carpaccio

by bnadlerjr

"Breaks features into ultra-thin vertical slices using Elephant Carpaccio methodology. Use when planning new features, breaking down epics, slicing work across layers, or when a task spans multiple components. Produces an ordered backlog of thin slices, each independently working, testable, and demoable. Handles single-repo, monorepo, and multi-repo architectures."

API Dev 5 6mo ago
ahgraber

python-errors-reliability

by ahgraber

Use when designing error handling, retry policies, timeout behavior, or failure classification in Python. Also use when code swallows exceptions, loses error context across boundaries, has unbounded retries, silent failures, or lacks idempotency guarantees on retried writes.

Debugging 5 7mo ago
blindpaylabs

blindpay

by blindpaylabs

Use when integrating with BlindPay for stablecoin-to-fiat payouts, fiat-to-stablecoin payins, receiver KYC management, bank accounts, blockchain wallets, virtual accounts, or offramp wallets.

Code Gen 5 7mo ago
bnadlerjr

receiving-code-review

by bnadlerjr

Guides technical evaluation of code review feedback before implementation. Use when receiving PR comments, review suggestions, GitHub feedback, or when asked to address reviewer feedback. Emphasizes verification and reasoned pushback over blind agreement.

Code Review 5 7mo ago
ahgraber

proof

by ahgraber

"Use when the user asks for proofreading or light copy editing while preserving original wording, tone, and order. Triggers: 'proofread', 'fix typos', 'grammar only', 'copy edit only', 'SPAG pass'. Not for rewrites, tone shifts, structural edits, or style upgrades; use good-prose for those requests."

File Ops 5 6mo ago
ahgraber

python-types-contracts

by ahgraber

Use when defining or evolving public interfaces, schema boundaries, or pydantic usage in Python. Also use when annotations are missing on public APIs, pydantic models appear everywhere instead of at trust boundaries, contract changes lack migration guidance, or Any/object types are overused across module boundaries.

Comments 5 7mo ago
fellipeutaka

frontend-design

by fellipeutaka

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Animation 5 6mo ago
ahgraber

python

by ahgraber

Python skill router. Use when planning, implementing, or reviewing Python changes and you need to select focused skills for workflow, design, typing/contracts, reliability, testing, data/state, concurrency, integrations, runtime operations, or notebook async behavior.

Agents 5 7mo ago
ahgraber

python-integrations-resilience

by ahgraber

Use when building or reviewing external API integrations in Python — designing client boundaries, defining outbound reliability policy, or structuring contract tests. Also use when provider SDK details leak into domain logic, outbound calls lack timeout/retry policy, or failure paths are untested.

Legal 5 7mo ago
mseok

modular-python-deep-learning

by mseok

Write and refactor modular, readable Python code for deep learning research (PyTorch/JAX), following Python philosophy (PEP 8/20) and Karpathy-style coding guidelines (think before coding, simplicity first, surgical changes, goal-driven execution). Use for structuring training/eval code, splitting monolithic scripts into modules, designing clean APIs/configs, improving maintainability, and making experiments reproducible and HPC-friendly.

Automation 5 6mo ago
JunhuaLiu1

frontend-design

by JunhuaLiu1

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Animation 14 7mo ago
Bhala-Srinivash

risk-reward-ratio

by Bhala-Srinivash

Calculate and evaluate risk-reward ratios for NSE/BSE equity trades. Includes R:R calculation, minimum R:R tables by win rate, trade filtering rules, and multi-target R:R analysis. Use when the user asks: "risk reward for this trade", "is this trade worth it", "R:R ratio", "what's my risk vs reward", "should I take this trade", "expected value of trade", or any question about whether a trade setup justifies the risk.

Processing 35 6mo ago
smallnest

brand-guidelines

by smallnest

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Design 190 8mo ago
smallnest

theme-factory

by smallnest

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.

Code Gen 190 8mo ago
smallnest

frontend-design

by smallnest

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Animation 190 8mo ago