Claude Code Tools

@a16njs/plugin-claude

official

Claude Code plugin for a16n

Version
0.13.0
Last Updated
2026-04-21
Source
official

a16n

npm version codecov

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

ToolStatus
Cursor✅ Built-in
Claude Code✅ Built-in
Your tool hereBuild a plugin

Documentation

Full documentation is available at https://texarkanine.github.io/a16n/:

Packages

PackageDescription
a16nCLI tool
@a16njs/engineCore conversion engine
@a16njs/modelsType definitions
@a16njs/plugin-cursorCursor IDE support
@a16njs/plugin-claudeClaude Code support
@a16njs/glob-hookHelper CLI for custom glob-based hooks (optional)

Contributing

Contributions welcome! See CONTRIBUTING.md.


a16n: Take your agent customization anywhere.