法律
法律文档生成与合规
mvx_property_testing
multiversx
Using fuzz tests in Rust for invariants.
mvx_sdk_py_contracts
multiversx
Smart contract operations for MultiversX Python SDK.
multiversx-sharp-edges
multiversx
Catalog of non-obvious behaviors, gotchas, and platform-specific quirks in MultiversX that often lead to bugs. Use when debugging unexpected behavior, reviewing code for subtle issues, or learning platform-specific pitfalls.
multiversx-smart-contracts
multiversx
Build MultiversX smart contracts with Rust. Use when app needs blockchain logic, token creation, NFT minting, staking, crowdfunding, or any on-chain functionality requiring custom smart contracts.
cairo-vulnerability-scanner
runkids
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.
mvx_project_architecture
multiversx
Production-grade project structure patterns for MultiversX smart contracts.
mvx_cross_contract_storage
multiversx
Read another contract's storage directly using storage_mapper_from_address for same-shard contracts.
multiversx-property-testing
multiversx
Use property-based testing and fuzzing to find edge cases in smart contract logic. Use when writing comprehensive tests, verifying invariants, or searching for unexpected behavior with random inputs.
audit_context
multiversx
Guidelines for establishing context before an audit.
multiversx-cross-contract-storage
multiversx
Read another contract's storage directly without async calls using storage_mapper_from_address. Use when building aggregators, controllers, or any contract that needs to read state from other same-shard contracts without proxy call overhead.
frontend-design
julianromli
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.
receiving-code-review
julianromli
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
laravel-policies-and-authorization
noartem
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
coder-system-design-external-api
OzeroHAX
Reliable and secure external API integration patterns for production-grade services.
testing-contract
OzeroHAX
Verify provider-consumer API contract compatibility and versioning; not ad-hoc endpoint behavior checks
standalone-skill
nklisch
A standalone test skill for use in integration tests.
review-deps
mgiovani
Audit project dependencies for vulnerabilities, license compliance risks,
faion-accessibility-specialist
faionfaion
"Accessibility: WCAG compliance, assistive technologies, inclusive design."
recipe-marshal-json-config-audit
cuioss
Domain-invariant recipe that audits and improves .plan/marshal.json across nine aspects (default-surfacing, dead-config, docs, naming, units, plus the D5 governance principles — ownership, house-rules, placement, anti-speculation) at a hard-coded T4/module cell
receiving-code-review
izyanrajwani
Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use before implementing review suggestions to align on intent and keep changes minimal.
astro-security
Soborbo
Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site.
legal
Tyler-R-Kendrick
Use when identifying legal, regulatory, and compliance considerations that affect software companies operating globally. Covers data privacy, intellectual property, open-source licensing, AI regulation, accessibility, export controls, financial regulation, healthcare, cybersecurity compliance, and more. USE FOR: legal risk identification, regulatory compliance overview, jurisdiction mapping, legal topic discovery, risk and compliance consultation triggers, understanding which laws apply to software products DO NOT USE FOR: actual legal advice (consult a licensed attorney), drafting legal documents, specific legal interpretation for your situation
frontend-design
ocrbase-hq
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.
rlhf
itsmostafa
Understanding Reinforcement Learning from Human Feedback (RLHF) for aligning language models. Use when learning about preference data, reward modeling, policy optimization, or direct alignment algorithms like DPO.