txa-agent
v1.0.4
Published
π TXA Agent - AI-Powered Development Workspace Toolkit. 23 Agents, 17 Rules, 11 Skills, 22 Workflows. Multi-IDE Support.
Maintainers
Readme
β¨ What is TXA Agent?
TXA Agent is a comprehensive AI agent configuration toolkit that supercharges your IDE's AI capabilities. It provides:
- π€ 23 Specialist Agents β From backend to security, every role covered
- π§ 11 Master Skills β Covering 550+ development patterns
- β‘ 22 Workflows β Slash commands for common tasks (
/create,/debug,/plan...) - π 17 Rules β Guardrails for security, quality, and best practices
- π 17 Shared Modules β Reusable design systems, API standards, testing patterns
π― Supported IDEs
| IDE | Auto-Detect | Target Folder |
|-----|:-----------:|---------------|
| π±οΈ Cursor | β
| .cursor/.agent/ |
| π VS Code | β
| .vscode/.agent/ |
| π Antigravity | β
| .agent/ |
| π Windsurf | β
| .windsurf/.agent/ |
π Quick Start
Install globally
npm install -g txa-agentOr use directly with npx
npx txa-agent initCommands
# Install agent workspace (auto-detects IDE)
txa-agent init
# Install for specific IDE
txa-agent init --ide cursor
txa-agent init --ide vscode
txa-agent init --ide antigravity
txa-agent init --ide windsurf
# Detect current IDE
txa-agent detect
# Show package info
txa-agent info
# Force overwrite existing
txa-agent init --forceπ¦ What Gets Installed
.agent/
βββ agents/ # 23 Specialist Agent definitions
β βββ orchestrator.md
β βββ frontend-specialist.md
β βββ backend-specialist.md
β βββ security-auditor.md
β βββ ... (19 more)
βββ skills/ # 11 Master Skills
β βββ frontend-design/
β βββ modern-web-architect/
β βββ game-development/
β βββ ... (8 more)
βββ workflows/ # 22 Slash Commands
β βββ create.md
β βββ debug.md
β βββ plan.md
β βββ ... (19 more)
βββ rules/ # 17 Behavioral Rules
βββ .shared/ # 17 Shared Modules
βββ core/ # Core personality & archetypes
βββ scripts/ # Automation scripts
βββ GEMINI.md # Agent configuration (customizable)
βββ ARCHITECTURE.md # System architecture docs
βββ START_HERE.md # Getting started guideπ PDCA Management Cycle
TXA Agent follows a strict quality management framework:
- π PLAN β
project-plannerdefines strategy & MVP - βοΈ DO β Worker agents build features
- π CHECK β
quality-inspectorvalidates output - π― ACT β
orchestratorrefines & deploys
π¨ Design Philosophy
- Glassmorphism β Modern, premium UI patterns
- Dark Mode First β Optimized for developer comfort
- Micro-Animations β Subtle, delightful interactions
- Responsive β Works on all screen sizes
π‘οΈ Security
Built-in security guardrails:
- No hardcoded secrets
- SQL injection prevention
- XSS protection
- Dependency auditing
- Malware protection
π License
MIT Β© TXA
