daily-context

Generate and update a CONTEXT.md file with daily progress and pending tasks.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ACubero/IA_AGENT_esqueleto_proyectos_python_antigravity --skill daily-context
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: daily-context
Source: https://github.com/ACubero/IA_AGENT_esqueleto_proyectos_python_antigravity/tree/main/.agent/skills/daily_context
Command: npx skills add https://github.com/ACubero/IA_AGENT_esqueleto_proyectos_python_antigravity --skill daily-context

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that important project context, daily progress, and technical debt are consistently documented, preventing knowledge loss and maintaining project continuity between work sessions.

Core Features & Use Cases

  • Persistent Memory: Creates and updates a CONTEXT.md file to store project status, tasks, and rules.
  • Session Summarization: Captures key achievements, pending tasks, and technical debt from the current work session.
  • Use Case: At the end of each workday, you can ask the AI to update the CONTEXT.md file, summarizing what you accomplished, what's left for tomorrow, and any new project rules you established.

Quick Start

Ask the agent to update the project context by saying "Generate the daily summary".

Frequently Asked Questions about daily-context

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

FAQPage Schema
How do I maintain project context and prevent knowledge loss between work sessions?โ–ผ

To maintain project context, you can generate a daily summary that creates and updates a `CONTEXT.md` file. This persistent project memory captures daily progress, pending tasks, and technical debt to prevent knowledge loss.

How do I generate a daily summary of recent commits and modified files?โ–ผ

You generate a daily summary by prompting the agent to update the project context. The Skill analyzes your current project state, reviews modified files and recent commits, and asks for input to create a concise, actionable summary.

Does generating a daily summary require any external dependencies?โ–ผ

Generating a daily summary requires no external dependencies. The Skill operates independently using internal scripts to analyze your project state and document technical debt directly into a local file.

What's the best way to document technical debt and pending tasks at the end of a workday?โ–ผ

The best way to document technical debt is to update a persistent `CONTEXT.md` file at the end of each workday. This approach consistently captures key achievements, pending tasks, and newly established project rules.

When should I not use a persistent project memory file for documentation?โ–ผ

You should not use a persistent project memory file if your workflow requires complex external knowledge base synchronization. This approach focuses on creating concise, actionable local summaries rather than managing extensive documentation systems.