{"id":40049012,"url":"https://github.com/itz4blitz/agentful","last_synced_at":"2026-02-12T04:28:39.224Z","repository":{"id":333370268,"uuid":"1137020622","full_name":"itz4blitz/agentful","owner":"itz4blitz","description":"Pre-configured AI agent toolkit with self-hosted remote execution","archived":false,"fork":false,"pushed_at":"2026-01-29T00:29:24.000Z","size":7329,"stargazers_count":11,"open_issues_count":1,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T07:13:42.707Z","etag":null,"topics":["agents","claude-code","glm","glm4","glm4-5","glm4-7"],"latest_commit_sha":null,"homepage":"https://agentful.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itz4blitz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-18T19:15:19.000Z","updated_at":"2026-01-29T00:29:29.000Z","dependencies_parsed_at":"2026-01-28T18:03:12.885Z","dependency_job_id":null,"html_url":"https://github.com/itz4blitz/agentful","commit_stats":null,"previous_names":["itz4blitz/agentful"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/itz4blitz/agentful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itz4blitz%2Fagentful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itz4blitz%2Fagentful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itz4blitz%2Fagentful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itz4blitz%2Fagentful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itz4blitz","download_url":"https://codeload.github.com/itz4blitz/agentful/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itz4blitz%2Fagentful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29240421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T18:06:38.086Z","status":"ssl_error","status_checked_at":"2026-02-08T18:06:09.124Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","claude-code","glm","glm4","glm4-5","glm4-7"],"created_at":"2026-01-19T06:00:51.802Z","updated_at":"2026-02-12T04:28:39.210Z","avatar_url":"https://github.com/itz4blitz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agentful\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![npm version](https://badge.fury.io/js/%40itz4blitz%2Fagentful.svg)](https://www.npmjs.com/package/@itz4blitz/agentful)\n[![CI Status](https://github.com/itz4blitz/agentful/actions/workflows/pipeline.yml/badge.svg)](https://github.com/itz4blitz/agentful/actions)\n[![Node Version](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/itz4blitz/agentful/pulls)\n[![JavaScript](https://img.shields.io/badge/JavaScript-ES2024-yellow)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n\n[![Downloads](https://img.shields.io/npm/dm/@itz4blitz/agentful.svg)](https://www.npmjs.com/package/@itz4blitz/agentful)\n[![GitHub Stars](https://img.shields.io/github/stars/itz4blitz/agentful?style=social)](https://github.com/itz4blitz/agentful)\n[![Discord](https://img.shields.io/badge/Discord-Join%20Us-7289da)](https://discord.gg/X2tCJh76rG)\n[![Documentation](https://img.shields.io/badge/docs-agentful.app-blue)](https://agentful.app)\n\n**Pre-configured development toolkit for Claude Code**\n\nOrchestrates specialized agents in parallel with inter-agent communication to build features from product specs.\n\n[Quick Start](#quick-start) • [Documentation](https://agentful.app) • [Discord](https://discord.gg/X2tCJh76rG)\n\n\u003c/div\u003e\n\n## Features\n\n- **Parallel execution** - Multiple agents work simultaneously in git worktrees (frontend + backend + tests running concurrently)\n- **Three-tier architecture** - Core agents (pre-built), domain agents (generated for your stack), ephemeral agents (task-specific)\n- **Shared skills** - Reusable capabilities like validation, testing, and research across all agents\n- **Quality gates** - Automated validation for every change (types, lint, tests, coverage, security, dead code)\n- **Tech stack agnostic** - Works with any language/framework\n- **Human checkpoints** - You decide, agents execute\n\n## Quick Start\n\n```bash\n# 1. Install\nnpx @itz4blitz/agentful init\n\n# 2. Start Claude Code\nclaude\n\n# 3. Define product spec (choose one):\n/agentful-init       # Interactive 7-question wizard (recommended for new users)\n# OR\n/agentful-product    # Manual spec creation/analysis\n\n# 4. Start development (auto-generates agents on first run)\n/agentful-start\n```\n\n## Pattern Learning\n\nEnable agents to learn from every session and reuse successful patterns:\n\n```bash\nclaude mcp add agentful -- npx -y @itz4blitz/agentful-mcp-server\n```\n\nThe reviewer stores error patterns, the fixer looks up known fixes, and the orchestrator stores successful implementation patterns - compounding knowledge across sessions.\n\n## Installation Options\n\n```bash\n# Default: All components (recommended)\nnpx @itz4blitz/agentful init\n\n# Minimal: Simple scripts/CLIs\nnpx @itz4blitz/agentful init --preset=minimal\n\n# Custom: Choose components\nnpx @itz4blitz/agentful init --agents=orchestrator,backend --skills=validation\n\n# Web configurator\nhttps://agentful.app/configure\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `/agentful-init` | Interactive onboarding - 7 guided questions |\n| `/agentful-product` | Create and analyze product specifications |\n| `/agentful-generate` | Generate domain-specific agents for your stack |\n| `/agentful-start` | Start autonomous development |\n| `/agentful-status` | View completion % and current work |\n| `/agentful-validate` | Run quality checks |\n| `/agentful-decide` | Answer blocking decisions |\n\n## Documentation\n\n- **Full docs**: [agentful.app](https://agentful.app)\n- **Architecture**: [Three-tier system](https://agentful.app/concepts/architecture) | [Background agents](https://agentful.app/concepts/background-agents)\n- **Agents**: [Orchestrator](https://agentful.app/agents/orchestrator), [Backend](https://agentful.app/agents/backend), [Frontend](https://agentful.app/agents/frontend), [Reviewer](https://agentful.app/agents/reviewer), [Fixer](https://agentful.app/agents/fixer)\n- **Skills**: [Validation](https://agentful.app/skills/validation), [Testing](https://agentful.app/skills/testing), [Research](https://agentful.app/skills/research), [Product Planning](https://agentful.app/skills/product-planning)\n\n## Requirements\n\n- [Claude Code](https://claude.ai/download)\n- Node.js 22+\n- Git\n\n## Tech Stack Support\n\nAuto-detects and adapts to your stack:\n\n- **Languages**: JavaScript, TypeScript, Python, Go, Rust, Java, C#, PHP, Ruby, etc.\n- **Frontend**: React, Vue, Angular, Svelte, Next.js, Astro, SolidJS, etc.\n- **Backend**: Express, Fastify, NestJS, Django, Flask, Spring Boot, etc.\n- **Databases**: PostgreSQL, MySQL, MongoDB, SQLite, etc.\n- **Testing**: Jest, Vitest, Playwright, Cypress, Pytest, JUnit, etc.\n\n## Links\n\n- **Docs**: [agentful.app](https://agentful.app)\n- **GitHub**: [github.com/itz4blitz/agentful](https://github.com/itz4blitz/agentful)\n- **Discord**: [discord.gg/SMDvJXUe](https://discord.gg/X2tCJh76rG)\n- **Issues**: [github.com/itz4blitz/agentful/issues](https://github.com/itz4blitz/agentful/issues)\n- **NPM**: [npmjs.com/package/@itz4blitz/agentful](https://www.npmjs.com/package/@itz4blitz/agentful)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitz4blitz%2Fagentful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitz4blitz%2Fagentful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitz4blitz%2Fagentful/lists"}