refresh-embeddings-weekly

Refresh and re-cluster embeddings from updated team work context.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/diptanshuagrawal/synapse --skill refresh-embeddings-weekly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-embeddings-weekly
Source: https://github.com/diptanshuagrawal/synapse/tree/main/work-context/scheduled-tasks/refresh-embeddings-weekly
Command: npx skills add https://github.com/diptanshuagrawal/synapse --skill refresh-embeddings-weekly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill automatically refreshes and re-clusters embeddings, ensuring the most up-to-date insights for the team's work context.

Core Features & Use Cases

  • Embedding Refresh: Regularly refreshes embeddings to incorporate new information.
  • Re-cluster: Redefines clusters based on updated embeddings for better categorization.
  • In-session Finalize Labeling: Provides in-session labeling for new or relabeled clusters.
  • Integrity Check: Validates the integrity of the topic briefs to ensure accurate data.
  • Post Summary: Reports the embedding refresh process to a Slack channel for visibility.

Quick Start

Let the weekly scheduled task run for automatic refresh and re-cluster of embeddings.

Frequently Asked Questions about refresh-embeddings-weekly

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

FAQPage Schema
How do I automatically refresh and re-cluster embeddings weekly?

You can automatically refresh and re-cluster embeddings weekly by running a scheduled Python script that incorporates updated information, performs integrity checks, and sends a summary report to Slack.

Why do I need to re-cluster embeddings when new data is added?

Re-cluster embeddings are needed to redefine categories based on updated information, ensuring accurate data representation and providing the most up-to-date insights for your team's work context.

Does this embedding refresh process support in-session labeling?

Yes, the embedding refresh process supports in-session finalize labeling, allowing you to label new or relabeled clusters directly during the script execution before validating topic brief integrity.

How do I validate data integrity during an embedding refresh?

You validate data integrity during an embedding refresh by running a Python script that performs an integrity check on topic briefs, ensuring accurate data categorization before posting a summary to Slack.

Can I send an embedding refresh summary report to Slack automatically?

Yes, you can automatically post an embedding refresh summary report to a Slack channel by executing the scheduled Python script, which provides visibility into the refresh and re-cluster process.

Do I need Python to run scheduled embedding refresh and re-cluster scripts?

Yes, you need Python installed because the refresh and re-cluster scripts require Python to process updated information, validate topic brief integrity, and send the final summary report to Slack.