team-manager

Manage persistent team profiles with a 3-tier memory system.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill team-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-manager
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/team-manager
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill team-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to maintain consistent coding styles, rules, and knowledge across multiple projects by creating persistent team profiles.

Core Features & Use Cases

  • Persistent Profiles: Store and load team DNA, coding rules, and journal entries globally.
  • 3-Tier Memory: Efficiently manage knowledge with Hot (always loaded), Warm (on-demand search), and Cold (archived) tiers.
  • Use Case: Ensure all developers on a project adhere to the same coding standards and best practices by initializing the project with a pre-defined team profile.

Quick Start

Initialize your current project with the 'my-team' team profile.

Frequently Asked Questions about team-manager

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

FAQPage Schema
How do I maintain consistent coding standards across multiple AI-assisted projects?

You can maintain consistent coding standards across projects by creating persistent team profiles that store coding style, rules, and bug-fix knowledge globally for AI agents to load. This ensures developers adhere to the same best practices.

What is the best way to store coding rules and bug-fix knowledge for AI agents?

The best way to store coding knowledge is using a 3-tier memory system with Hot, Warm, and Cold tiers. Hot memory is always loaded, Warm uses TF-IDF search for on-demand retrieval, and Cold archives older data.

How do I initialize a project with a pre-defined team profile?

To initialize a project with a pre-defined team profile, you inject the project with your stored team DNA. This loads the defined coding rules and journal entries directly into the AI agent context.

Can I synchronize coding styles between different development teams?

Yes, you can synchronize coding styles and rules between different teams. The system supports team creation and synchronization, allowing multiple teams to share or align their coding DNA globally.

How does TF-IDF search work for retrieving archived coding rules?

TF-IDF search enables efficient knowledge retrieval within the Warm memory tier. It ranks archived coding rules and journal entries by term frequency-inverse document frequency, allowing on-demand search without loading all data.

Do I need external dependencies to manage AI agent profiles and team rules?

No, you do not need external dependencies to manage AI agent profiles and team rules. The system operates independently using internal scripts to handle team creation, rule management, and knowledge persistence.