@a16njs/plugin-claude
officialClaude Code plugin for a16n
Version
0.13.0
Last Updated
2026-04-21
Source
official
a16n
Agent customization portability for AI coding tools.
Convert AI coding agent customizations between tools. Cursor and Claude Code are built-in; more tools are supported via plugins.
Quick Start
# Convert Cursor rules to Claude Code
npx a16n convert --from cursor --to claude
# Convert Claude Code to Cursor
npx a16n convert --from claude --to cursor
# Preview changes (dry run)
npx a16n convert --from cursor --to claude --dry-run
# Read from one directory, write to another
npx a16n convert --from cursor --to claude --from-dir ./proj-a --to-dir ./proj-b
Installation
# Use directly with npx (no install needed)
npx a16n convert --from cursor --to claude
# Or install globally
npm install -g a16n
Supported Tools
| Tool | Status |
|---|---|
| Cursor | ✅ Built-in |
| Claude Code | ✅ Built-in |
| Your tool here | Build a plugin |
Documentation
Full documentation is available at https://texarkanine.github.io/a16n/:
- CLI Reference - Complete command documentation
- Understanding Conversions - How conversion mapping works
- FAQ - Common questions
- Plugin Development - Creating plugins (API unstable)
Packages
| Package | Description |
|---|---|
| a16n | CLI tool |
| @a16njs/engine | Core conversion engine |
| @a16njs/models | Type definitions |
| @a16njs/plugin-cursor | Cursor IDE support |
| @a16njs/plugin-claude | Claude Code support |
| @a16njs/glob-hook | Helper CLI for custom glob-based hooks (optional) |
Contributing
Contributions welcome! See CONTRIBUTING.md.
a16n: Take your agent customization anywhere.