Skip to content

TheGreatAxios/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheGreatAxios Agent SKILLs

The following are a collection of skills, compatible with the Agent Skills format.

Available Skills

skale

SKALE Network development guidelines and documentation access. Use for building dApps, smart contracts, cross-chain solutions, and looking up SKALE documentation.

bite

BITE Protocol development for encrypted and conditional transactions on SKALE. Use for privacy features, threshold encryption, CTX, and Rock-Paper-Scissors style games.

zod

TypeScript-first schema validation with Zod v4. Use for schemas, type inference, validation, transformations, and JSON Schema generation.

arktype

TypeScript type validation with ArkType, ArkEnv, and ArkRegex. Use for schemas, environment variables, and type-safe regex.

x402

x402 protocol v2 for internet-native payments. Use when building x402 servers, clients, facilitators, or integrating x402 payment flows.

arcjet-skill

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.

Installation

Install all skills:

npx skills add thegreataxios/agent-skills

Or 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 arcjet

License

MIT

About

Agent Skills from TheGreatAxios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors