An open API service indexing awesome lists of open source software.

https://github.com/xscriptor/ai

A powerful toolkit featuring specialized AI agents designed to automate complex development workflows, sharpen technical skills, and optimize system tasks through intelligent, agent-driven scripts.
https://github.com/xscriptor/ai

Last synced: about 1 month ago
JSON representation

A powerful toolkit featuring specialized AI agents designed to automate complex development workflows, sharpen technical skills, and optimize system tasks through intelligent, agent-driven scripts.

Awesome Lists containing this project

README

          

Xscriptor AI

91 ready-to-use AI agents for OpenCode and Claude Code, plus reusable skills, scripts, and an npm package.

Repository: github.com/xscriptor/ai

npm: npx @xscriptor/ai-agents

Structure

PathContent

agents/91 agents (22 groups) for OpenCode + Claude Code
skills/3 SKILL.md (xscriptor, devx, samurai) for both platforms
skills/SKILL.md definitions (ambas plataformas)
scripts/8 utility scripts (install, validate, generate, etc.)
packages/ai-agents/npm package @xscriptor/ai-agents

Quick Start

# npx (no clone)

npx @xscriptor/ai-agents
npx @xscriptor/ai-agents --skills
npx @xscriptor/ai-agents --anthropic

# Clone
git clone https://github.com/xscriptor/ai.git
cd ai
./scripts/install-agents.sh

# Remote
curl -fsSL https://raw.githubusercontent.com/xscriptor/ai/main/scripts/install-agents.sh | bash