save-activity

Append topics, decisions, modified files, and open questions to a dated DailyActivity markdown file.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill save-activity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-activity
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_save-activity
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill save-activity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and individuals capture the most important elements of a conversation and persist them into a standardized DailyActivity log, ensuring context is preserved and decisions are traceable.

Core Features & Use Cases

  • On-demand extraction of topics, decisions, modified files, and open questions from the current chat.
  • Structured DailyActivity entries created under Knowledge/DailyActivity/YYYY-MM-DD.md with deduplication and append-only behavior.
  • Supports multi-session logging across days and automatic daily file creation.

Quick Start

Log today's activity by running the save activity command to append to Knowledge/DailyActivity/YYYY-MM-DD.md

Frequently Asked Questions about save-activity

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

FAQPage Schema
How do I log key decisions and topics from a conversation into a daily activity file?

To log daily activity, request a save and the skill appends important topics, decisions, modified files, and open questions into a structured Knowledge/DailyActivity/YYYY-MM-DD.md file.

What is the best way to save conversation context on-demand instead of automatically?

On-demand saving captures conversation context only when explicitly requested by the user, serving as a manual counterpart to automatic post-session extraction for logging daily activity.

How does the daily activity log handle multiple sessions on the same day?

The daily activity log uses deduplication and append-only behavior to safely record multiple sessions on the same day, updating the sessions_count within the YYYY-MM-DD.md file.

Do I need any dependencies or components to append conversation logs to markdown?

No dependencies or components are required to append conversation logs to markdown. The skill operates independently to collect and write structured entries to your daily activity file.

What specific information is extracted from a chat for daily activity logging?

Daily activity logging extracts the most important topics, decisions, modified files, and open questions from the current conversation, persisting them into a standardized markdown log.

Can I use this to trace decisions and preserve context across different days?

Yes, you can preserve context and trace decisions across different days by logging to automatically created daily files, ensuring multi-session logging and standardized daily activity entries.