subscribe

Register shared guidelines repositories in evolve.config.yaml with read or write scope.

96|11|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/AgentToolkit/altk-evolve --skill subscribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subscribe
Source: https://github.com/AgentToolkit/altk-evolve/tree/main/platform-integrations/bob/evolve-lite/skills/evolve-lite%3Asubscribe
Command: npx skills add https://github.com/AgentToolkit/altk-evolve --skill subscribe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Add a shared guidelines repository to the centralized list used by evolve to coordinate memory and policy references across sessions and agents.

Core Features & Use Cases

  • Centralizes multi-reader / multi-writer guidelines repos in evolve.config.yaml for unified recall and collaboration.
  • Supports read-scope mirrors (memory recall) and write-scope publish targets (full history) with appropriate cloning behavior.
  • Provides a guided, script-based onboarding workflow: bootstrap, gather details, and run the subscribe script to register new repos.

Quick Start

Run the subscribe.py script with the required name, remote, branch, scope, and notes to register a new subscribed guidelines repository.

Frequently Asked Questions about subscribe

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

FAQPage Schema
How do I add a shared guidelines repository to a centralized config for automation?

Subscribe to a shared guidelines repository by running the subscribe script with the required name, remote, branch, scope, and notes. This workflow updates the centralized config to keep memory recall and policy references up-to-date across sessions and agents.

What is the difference between read-scope and write-scope repository subscriptions?

Read-scope subscriptions clone read-only mirrors for memory recall, while write-scope publish targets clone full-history repositories for writing. Both are centralized in the config to coordinate memory and policy references across agents.

Does the repository onboarding script clean up failed config updates?

Yes, the subscribe script cleans up on failure to ensure safe config updates during onboarding. It enforces valid repository names and handles config updates safely before registering new subscribed guidelines repositories.

Can I use this script to centralize multiple git repositories for agent memory recall?

Yes, you can centralize multiple git repositories for agent memory recall. The script supports adding multi-reader and multi-writer guidelines repos to the unified repos list, coordinating memory references across sessions and agents.

What configuration file is updated when subscribing to a new guidelines repository?

Subscribing to a new guidelines repository updates the evolve.config.yaml file. This centralizes multi-reader and multi-writer guidelines repos for unified recall and collaboration across sessions and agents.