integration-agent

Coordinate shared TypeScript types and schemas across multiple agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/akkpol/crafe-flow-nextjs --skill integration-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-agent
Source: https://github.com/akkpol/crafe-flow-nextjs/tree/main/.codex/skills/integration-agent
Command: npx skills add https://github.com/akkpol/crafe-flow-nextjs --skill integration-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated management of shared TypeScript types, schemas, and integration points across multiple agents to prevent drift and enable reliable cross-team deployments.

Core Features & Use Cases

  • Shared type definitions and schemas across services
  • Cross-agent change coordination and notification
  • Breaking-change prevention and backward compatibility support

Quick Start

Run the integration agent to align lib/types.ts across all participating agents.

Frequently Asked Questions about integration-agent

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

FAQPage Schema
How do I coordinate TypeScript type changes across multiple agents without causing drift?

To coordinate TypeScript type changes across multiple agents, you apply a structured protocol for change requests, impact analysis, notifications, and rollback safeguards. This prevents schema drift and maintains cross-service compatibility.

What is the best way to prevent breaking changes in shared schemas across services?

The best way to prevent breaking changes in shared schemas is by enforcing cross-agent change coordination with backward compatibility support. This manages shared type definitions and prevents drift during cross-team deployments.

How do I align lib/types.ts across all participating agents?

You align lib/types.ts across participating agents by running the integration agent to coordinate shared type definitions and schemas. This synchronizes the files and enforces a protocol for managing cross-service compatibility.

Does cross-agent type coordination support backward compatibility and rollback?

Yes, cross-agent type coordination supports backward compatibility and includes rollback safeguards. It manages schema updates and enforces a change request protocol to ensure reliable cross-team deployments.

When do I need a shared schema coordination protocol for TypeScript?

You need a shared schema coordination protocol for TypeScript when managing shared types across multiple agents to prevent drift and enable reliable cross-team deployments. It is essential for cross-service compatibility scenarios.