Simple preset manager for AI Coding Agents. Package rule and prompt configurations, then deploy to multiple projects.
# ajisai
[](https://github.com/sushichan044/ajisai/actions/workflows/ci.yml)
[](https://pkg.go.dev/github.com/sushichan044/ajisai)
[](https://deepwiki.com/sushichan044/ajisai)
> [!CAUTION]
> This project has been archived. See [#118](https://github.com/sushichan044/ajisai/issues/118).
**Ajisai** is a simple preset manager for AI Coding Agents.
You can package rule and prompt configurations and reuse them across multiple projects.
- [ajisai](#ajisai)
- [Features](#features)
- [Supported AI Coding Agents](#supported-ai-coding-agents)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [1. Write Config](#1-write-config)
- [2. Write your rules](#2-write-your-rules)
- [3. Deploy your rules](#3-deploy-your-rules)
- [User Guide](#user-guide)
- [Defining and Importing Local Preset Packages](#defining-and-importing-local-preset-packages)
- [1. Define Your Package's Exports](#1-define-your-packages-exports)
- [2. Structure Your Rule and Prompt Files](#2-structure-your-rule-and-prompt-files)
- [3. Import the Local Package into Your Workspace](#3-import-the-local-package-into-your-workspace)
- [Sharing and Exporting Packages via Git](#sharing-and-exporting-packages-via-git)
- [Import Preset Packages via Git](#import-preset-packages-via-git)
- [Tip: Special `default` preset](#tip-special-default-preset)
- [File Reference](#file-reference)
- [Rule File (`*.md`)](#rule-file-md)
- [Prompt File (`*.md`)](#prompt-file-md)
- [Config Reference](#config-reference)
- [Contributing](#contributing)
## Features
- **Interoperability 🤖** - Simply by writing rules and prompts in a single format, they are automatically deployed to the appropriate format and directory for each supported AI CodingAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.