Open-source resources for building AI Agent workflows, companion repository for AgenticWorking.io.
Turn AI into your digital colleague. This repository provides ready-to-use "kits" that allow you to work agentically with AI. Instead of using AI as a consultant (ask → do it yourself), you use AI as a colleague (assign task → AI executes).
- Save 10+ hours per week by automating repetitive tasks.
- No coding required to use the tools (download & run).
- Fully customizable using AI Agents (Claude, Gemini, Cursor).
| Workflow | Description | Key Features |
|---|---|---|
| invitation-maker | Bulk invitation generator | • Generate 1000+ personalized image invitations from Excel • Custom font support • QR code integration |
| media-processor | Batch image processor | • Smart resize with padding (no cropping) • Watermark with auto-scaling • Process thousands of images in seconds |
| excel-merge | Excel consolidation tool | • Merge hundreds of Excel files into one Master report • Traceability (Source_File column) • Handle locked/corrupted files gracefully |
Every workflow comes with pre-packaged tools for Windows and macOS.
- Go to Releases.
- Download the tool you need (e.g.,
ExcelMerge.zip). - Extract and run the executable.
Clone this repo to collaborate with your AI Agent (Antigravity, Claude Code, Cursor).
git clone https://github.com/egany/agentic-working-kit.git
cd agentic-working-kitWorkflow Structure: Each tool follows a standardized structure for easy AI understanding:
projects/tool-name/
├── README.md # Documentation
├── prompt-guide.md # Prompts to build/modify the tool
├── workflows/ # Step-by-step AI execution guide
├── scripts/ # Core Python logic (Headless)
├── tools/ # GUI Desktop App (PyQt6)
└── sample-data/ # Test files
Latest updates (see CHANGELOG.md for full history):
- [v1.0.0] - Initial Release (2026-01-26)
- Added invitation-maker: Bulk personalized invitations with QR codes.
- Added media-processor: Smart batch resize and watermark tool.
- Added excel-merge: Consolidate Excel files with traceability.
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repo
- Create your feature branch (
git checkout -b feat/amazing-feature) - Commit your changes (
git commit -m 'feat: Add amazing feature') - Push to the branch (
git push origin feat/amazing-feature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Built with ❤️ by the AgenticWorking.io team