The following are a collection of skills, compatible with the Agent Skills format.
SKALE Network development guidelines and documentation access. Use for building dApps, smart contracts, cross-chain solutions, and looking up SKALE documentation.
BITE Protocol development for encrypted and conditional transactions on SKALE. Use for privacy features, threshold encryption, CTX, and Rock-Paper-Scissors style games.
TypeScript-first schema validation with Zod v4. Use for schemas, type inference, validation, transformations, and JSON Schema generation.
TypeScript type validation with ArkType, ArkEnv, and ArkRegex. Use for schemas, environment variables, and type-safe regex.
x402 protocol v2 for internet-native payments. Use when building x402 servers, clients, facilitators, or integrating x402 payment flows.
Comprehensive Arcjet docs/repo coverage with implementation guidance for Shield, rate limiting, bot protection, email validation, sensitive info, redaction, blueprints, and multi-runtime SDK integration.
Install all skills:
npx skills add thegreataxios/agent-skillsOr install specific skills:
# SKALE development
npx skills add thegreataxios/agent-skills --skill skale
# BITE Protocol
npx skills add thegreataxios/agent-skills --skill bite
# Zod validation
npx skills add thegreataxios/agent-skills --skill zod
# ArkType validation
npx skills add thegreataxios/agent-skills --skill arktype
# x402 payments
npx skills add thegreataxios/agent-skills --skill x402
# Arcjet security
npx skills add thegreataxios/agent-skills --skill arcjetMIT