agent-skill-drift-gather

Compare live AI employee profiles against repository-backed skill policies.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Partners-in-Biz/partnersinbiz-web --skill agent-skill-drift-gather
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skill-drift-gather
Source: https://github.com/Partners-in-Biz/partnersinbiz-web/tree/main/.claude/skills/agent-skill-drift-gather
Command: npx skills add https://github.com/Partners-in-Biz/partnersinbiz-web --skill agent-skill-drift-gather

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-admin, firebase-admin/app, firebase-admin/firestore, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies discrepancies between live AI employee profiles and the current skill policies stored in the repository, ensuring that the AI is using the latest skills.

Core Features & Use Cases

  • Policy Verification: Checks whether live AI profiles match the current skill policies.
  • Skill Alignment: Ensures CEO, chat, CRM, and social gatherer skills are up-to-date.
  • Use Case: Before deploying new skills, use this Skill to verify that all live profiles are configured with the latest skills.

Quick Start

Run the script to gather agent skill drift information with the command: node .claude/skills/agent-skill-drift-gather/scripts/gather-agent-skill-drift.mjs --org pib-platform-owner --conversation CS0TqDu1FJGUK65jdq96 --html

Frequently Asked Questions about agent-skill-drift-gather

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

FAQPage Schema
How do I check for AI profile configuration drift against repository policies?

To check AI profile configuration drift, compare live AI employee profiles against repository-backed skill policies to identify configuration discrepancies and ensure alignment with the latest skills.

What is skill policy validation for AI employee profiles?

Skill policy validation is the process of verifying that live AI profiles match the current skill policies stored in your repository, ensuring AI systems consistently use the most up-to-date skill configurations.

Do I need Firebase Admin and Firestore to verify live AI skill configurations?

Yes, you need Firebase Admin and Firestore to verify live AI skill configurations, as these dependencies provide the necessary data comparison and policy validation mechanisms for checking configuration consistency.

When should I verify skill configuration consistency across AI systems?

You should verify skill configuration consistency before deploying new skills to production, ensuring that all live profiles including CEO, chat, CRM, and social gatherer skills are configured with the latest updates.

What's the best way to ensure repository sync for AI skill policies?

The best way to ensure repository sync for AI skill policies is running a dedicated drift gathering script that flags discrepancies between live profiles and the repository, validating configuration alignment before deployment.