new-adapter

Implement and register a new AI tool adapter with CLI commands and tests.

35|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/lbb00/ai-rules-sync --skill new-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-adapter
Source: https://github.com/lbb00/ai-rules-sync/tree/main/.claude/skills/new-adapter
Command: npx skills add https://github.com/lbb00/ai-rules-sync --skill new-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a guided workflow to add support for a new AI tool by implementing an adapter, wiring CLI commands, and syncing tooling across AIS.

Core Features & Use Cases

  • Adapter file scaffolding and type-safe registration
  • CLI command integration, completion wiring, and test scaffolding
  • Documentation and configuration updates for a new tool integration

Quick Start

Create the new-adapter scaffold, implement the adapter, register it, update project config, and run tests.

Frequently Asked Questions about new-adapter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new AI tool adapter to my CLI project?

Adding a new AI tool adapter requires scaffolding the adapter file, type-safe registration, wiring CLI commands, updating project config, and adding tests and completion.

What steps are required to integrate a new AI tool into an existing development workflow?

Integration requires creating an adapter file, registering it natively within AIS, adjusting project configuration, wiring CLI commands, and updating completion and tests.

Does adding an AI tool adapter require updating CLI completion and tests?

Yes, adding an AI tool adapter requires updating CLI completion and adding tests to verify the integration and registration logic.

What is the best way to register a new TypeScript adapter for an AI tool?

The best way is through type-safe registration in the project config, ensuring the adapter file is properly wired to CLI commands and completion.

Can I use this approach to wire CLI commands for any AI tool integration?

Yes, this approach applies to development workflows where engineers implement and wire CLI commands for new AI tools, providing native adapter support within AIS.