Sign In

@agents-io/aisona

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agents-io/aisona

Own your AI's persona. Define it once, use it everywhere. Structured YAML format + CLI to export your AI personality to Claude, Cursor, Gemini, Copilot and more.

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
-25%
Maintainers
1
Weekly downloads
 
Created
Source

aisona

Own your AI's persona. Define it once, use it everywhere.

Your AI has a personality — shaped by months of instructions, corrections, and preferences. aisona lets you define it in one file (aisona.yml) and deploy it to every AI coding tool you use.

Coming Soon

npx aisona init                    # Generate aisona.yml from your existing CLAUDE.md
npx aisona export --to cursor      # Deploy your persona to Cursor
npx aisona export --to gemini      # Deploy your persona to Gemini
npx aisona export --all            # Deploy to all enabled tools
npx aisona watch                   # Auto re-export on change + git sync

Why?

  • Your AI's personality is scattered across ~/.claude/CLAUDE.md, .cursorrules, GEMINI.md — each tool has its own format
  • Big companies want to lock you in — Google imports INTO Gemini, Anthropic imports INTO Claude, but nobody helps you take your persona OUT
  • One file should be enough — define your AI's personality, rules, and preferences once in aisona.yml, export to every tool

How?

aisona.yml (you own this, stored in your Git)
  ├── export --to claude  → CLAUDE.md
  ├── export --to cursor  → .cursorrules
  ├── export --to gemini  → GEMINI.md
  ├── export --to copilot → copilot-instructions.md
  └── watch → auto re-export + git commit/push

aisona is not a platform. It doesn't host your data. Your persona lives in your own Git repo. Always.

License

MIT

Keywords

ai

FAQs

Package last updated on 28 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts