JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 61
  • Score
    100M100P100Q66393F
  • License MIT

Pre-configured AI agent toolkit with self-hosted remote execution. The Swiss Army Knife of AI Agents - works with any LLM, any tech stack, any platform.

Package Exports

  • @itz4blitz/agentful

Readme

agentful

License: MIT npm version CI Status Node Version PRs Welcome JavaScript

Downloads GitHub Stars Discord Documentation

AI agent toolkit for autonomous product development with Claude Code

Quick StartDocumentationDiscord

The Swiss Army Knife of AI Agents - Works with any LLM (Claude, GLM, DeepSeek, Ollama), any tech stack, any platform. Self-hosted or cloud.

Features

  • 8 specialized agents - orchestrator, architect, backend, frontend, tester, reviewer, fixer, product-analyzer
  • 6 quality gates - types, tests, coverage, lint, security, dead code
  • Auto-generated domain agents - learns your codebase patterns and conventions
  • Self-hosted execution - run agents on your infrastructure (optional)
  • Multi-platform CI/CD - GitHub Actions, GitLab, Jenkins, or any HTTP client
  • Product-driven workflow - define specs, agents build features

Quick Start

# 1. Install
npx @itz4blitz/agentful init

# 2. Start Claude Code
claude

# 3. Define product spec (interactive)
/agentful-product

# 4. Start development
/agentful-start

Installation Options

# Default: All components (recommended)
npx @itz4blitz/agentful init

# Minimal: Simple scripts/CLIs
npx @itz4blitz/agentful init --preset=minimal

# Custom: Choose components
npx @itz4blitz/agentful init --agents=orchestrator,backend --skills=validation

# Web configurator
https://agentful.app/configure

Commands

Command Description
/agentful-product Create and analyze product specifications
/agentful-start Start autonomous development
/agentful-status View completion % and current work
/agentful-validate Run quality checks
/agentful-decide Answer blocking decisions
/agentful-analyze Generate domain-specific agents

Self-Hosted Remote Execution

Run agents on your infrastructure:

# Deploy to Oracle Cloud free tier ($0/month)
agentful serve --auth=tailscale

# Or use SSH tunnel for local dev
ssh -L 3000:localhost:3000 your-server
agentful serve

See deployment docs for Tailscale, HMAC auth, and Oracle Cloud setup.

CI/CD Integration

Works with any platform via HTTP API or templates:

Documentation

Requirements

Tech Stack Support

Auto-detects and adapts to your stack:

  • Languages: JavaScript, TypeScript, Python, Go, Rust, Java, C#, PHP, Ruby, etc.
  • Frontend: React, Vue, Angular, Svelte, Next.js, Astro, SolidJS, etc.
  • Backend: Express, Fastify, NestJS, Django, Flask, Spring Boot, etc.
  • Databases: PostgreSQL, MySQL, MongoDB, SQLite, etc.
  • Testing: Jest, Vitest, Playwright, Cypress, Pytest, JUnit, etc.

License

MIT