add-adapter

Scaffolds CRM adapter documentation pages with standardized YAML structure and taxonomy.

1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/whatsper/texterdocs --skill add-adapter-whatsper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-adapter
Source: https://github.com/whatsper/texterdocs/tree/main/.claude/skills/add-adapter
Command: npx skills add https://github.com/whatsper/texterdocs --skill add-adapter-whatsper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a new CRM adapter documentation page under docs/YAML/Adapters/, sourced from the adapter implementation in _context/code/adapters/

Core Features & Use Cases

  • Provides a consistent doc skeleton aligned with existing adapter docs (Plando, Senzey).
  • Guides mapping of adapter ops, CRM config fields, and required metadata.
  • Enables alphabetical category placement by adjusting neighboring categories.

Quick Start

Create the new adapter doc following the template and populate it with the CRM's ops and config details.

Frequently Asked Questions about add-adapter

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

FAQPage Schema
How do I scaffold a CRM adapter documentation page in YAML?

To scaffold CRM adapter documentation, this tool reads frontmatter guidance and adapter source patterns to populate a YAML doc skeleton. It creates a new page under the adapters directory, ensuring structural consistency with existing CRM docs.

What is the best way to maintain consistency when creating new CRM adapter docs?

The best way to maintain consistency is by using a documentation template that mirrors existing adapter pages. This tool automatically applies the established structure and aligns category metadata with current documentation standards.

How do I map adapter ops and CRM config fields for a new documentation page?

Mapping adapter ops and CRM config fields is handled by reading the adapter implementation source. The tool extracts operational patterns and configuration details to populate the YAML skeleton accurately.

Can I automatically adjust alphabetical category placement when adding a new CRM adapter doc?

Yes, alphabetical category placement is adjusted automatically. The tool modifies neighboring category metadata to ensure the new CRM adapter documentation page appears in the correct alphabetical order.

Do I need an existing adapter source implementation to generate the documentation skeleton?

Yes, an existing adapter source implementation is required. The tool reads the source patterns from the adapter implementation directory to accurately generate the YAML documentation skeleton and required metadata.

Why does my new CRM adapter documentation page not match the structure of existing docs?

Documentation pages mismatch existing structures when manually created. Using a scaffolding tool enforces the correct YAML skeleton, ensuring the new CRM adapter page aligns with the format of current adapter docs.