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.
- Host: GitHub
- URL: https://github.com/xscriptor/ai
- Owner: xscriptor
- Created: 2026-05-30T15:01:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T20:27:49.000Z (about 2 months ago)
- Last Synced: 2026-05-30T22:14:14.722Z (about 2 months ago)
- Language: Shell
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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