83,201 skills sorted by stars.
Complete guide for @solana/kit - the modern, tree-shakeable, zero-dependency JavaScript SDK from Anza. Covers RPC connec...
Helps developers understand when to use @solana/kit vs @solana/web3.js (v1), provides migration guidance, API mappings,...
Use when auditing Solana programs for security vulnerabilities, reviewing Anchor or Pinocchio/native Rust smart contract...
Audit Solana programs (Anchor or native Rust) for security vulnerabilities. Use when reviewing smart contract security,...
Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ow...
Solend — Solana lending and borrowing
SOLID 원칙 기반 iOS 객체지향 설계. 의존성 관리, 확장성, 유지보수성을 위한 5가지 핵심 원칙 적용. Use when designing class hierarchies, applying design patt...
This skill should be used PROACTIVELY when writing, reviewing, or refactoring code. It provides SOLID principles, compos...
Use when configuring or working with Solid Cache for database-backed caching. Applies Rails 8 conventions, cache key des...
Code review of current git changes with an expert senior-engineer lens. Detects SOLID violations, security risks, and pr...
SolidJS advanced components: SuspenseList for coordinating multiple Suspense boundaries, NoHydration for skipping hydrat...
SolidJS advanced utilities: createRoot for manual disposal, createUniqueId for SSR-safe IDs, useTransition for batching...
SolidJS control flow: Show for conditionals, Switch/Match for multiple conditions, For/Index for lists, Dynamic for dyna...
SolidJS advanced JSX attributes: @once for static values, attr:*/bool:*/prop:* for Web Components, textContent for text...
SolidJS lifecycle: onMount for DOM access after mount, onCleanup for resource disposal, effect lifecycle management, com...
Core SolidJS primitives: signals use getter functions count(), components run once (no re-renders), effects track automa...
SolidJS rendering: render for client apps, hydrate for SSR, renderToString for server rendering, renderToStream for stre...
SolidJS rendering and SSR: render() for client, hydrate() for SSR hydration, renderToString/renderToStream for server re...
SolidJS secondary primitives: createComputed for immediate sync, createDeferred for idle updates, createReaction for one...
SolidJS stores: createStore for complex state, direct property access, path syntax for updates, produce for immutable mu...
SolidJS utilities: Context API, props manipulation (mergeProps/splitProps), JSX attributes (class/classList, events, ref...
Depend on abstractions (interfaces, abstract classes), not concrete implementations Use when designing system architectu...
SolidStart deployment: build process, platform-specific configs, environment variables, SSR vs SPA deployment, edge depl...
Multi-language SOLID detection rules. Project type detection, interface locations, file size limits per language.
SOLID principles for generic TypeScript, Bun, and Node.js projects. Files < 100 lines, interfaces separated, JSDoc manda...
SOLID principles for Go 1.23+. Files < 100 lines, interfaces separated, modular architecture. Modules MANDATORY.
Keep interfaces small and focused Use when designing system architecture. Architecture category skill.
SOLID principles for Java 21+. Files < 100 lines, interfaces separated, modular architecture. Modules MANDATORY.
Subclasses must honor the contract of their parent class Use when designing system architecture. Architecture category s...
Solid Meta patterns: wrap app with MetaProvider, use Title/Meta/Link components for head tags, useHead for custom tags....
Teaches CSG (Constructive Solid Geometry) patterns for building complex shapes from primitives. Use when creating buildi...
This skill should be used when the user asks about "SOLID principles", "Next.js architecture", "modular structure", "cod...
Design components that can be extended without modifying existing code Use when designing system architecture. Architect...
SOLID principles for Laravel 12 and PHP 8.5. Files < 100 lines, interfaces separated, PHPDoc mandatory.
SOLID原則(SRP, OCP, LSP, ISP, DIP)を適用してオブジェクト指向設計の品質を評価・改善するスキル。 アーキテクチャレビュー、リファクタリング判断、コード品質評価を支援する。 Anchors: • Clean Ar...
Principes SOLID. Use when reviewing code quality or refactoring.
SOLID principles checklist with Java examples. Use when reviewing classes, refactoring code, or when user asks about Sin...
SOLID principles for clean code design and architecture
SOLID principles for React 19. Files < 100 lines, hooks separated, interfaces in src/interfaces/, JSDoc mandatory. Use f...
Solid reactivity safety: never destructure signals/stores/props, use getters and splitProps, keep render pure, use stabl...
Solid Router actions: action() for mutations, useAction for programmatic calls, useSubmission/useSubmissions for trackin...