Agent skill · AI & Agents

context-agent

Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill context-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 6 KB
Bundled scripts: yes
Declared author: renat
Path: skills/context-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Context Agent ## Overview Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte. ## When to Use This Skill - When the user mentions "salvar contexto" or related topics - When the user mentions "salva o contexto" or related topics - When the user mentions "proxima sessao" or related topics - When the user mentions "briefing sessao" or related topics - When the user mentions "resumo sessao" or related topics - When the user mentions "continuidade sessao" or related topics ## Do Not Use This Skill When - The task is unrelated to context agent - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Continuidade perfeita entre sessões do Claude Code. Captura, comprime e restaura contexto automaticamente — tópicos, decisões, tarefas, erros, arquivos modificados e descobertas técnicas. ## Localização ``` C:\Users\renat\skills\context-agent\ ├── SKILL.md ├── scripts/ │ ├── config.py # Paths e constantes │ ├── models.py # Dataclasses │ ├── session_parser.py # Parser JSONL do Claude Code │ ├── session_summary.py # Gera

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Localização
  6. Inicialização (Primeira Vez)
  7. Salvar Contexto Da Sessão Atual
  8. Carregar Contexto (Briefing)
  9. Status Rápido
  10. Buscar No Histórico
  11. Manutenção
  12. Fluxo De Trabalho
  13. O Que É Capturado Em Cada Sessão
  14. Integração Com Memory.Md
Ships with 13 files
  • references/compression-rules.md
  • references/context-format.md
  • scripts/active_context.py
  • scripts/compressor.py
  • scripts/config.py
  • scripts/context_loader.py
  • scripts/context_manager.py
  • scripts/models.py
  • scripts/project_registry.py
  • scripts/requirements.txt
  • scripts/search.py
  • scripts/session_parser.py
  • scripts/session_summary.py
Commands it runs
python C:\Users\renat\skills\context-agent\scripts\context_manager.py init
python C:\Users\renat\skills\context-agent\scripts\context_manager.py save
python C:\Users\renat\skills\context-agent\scripts\context_manager.py load
python C:\Users\renat\skills\context-agent\scripts\context_manager.py status
python C:\Users\renat\skills\context-agent\scripts\context_manager.py search "rate limit"
python C:\Users\renat\skills\context-agent\scripts\context_manager.py maintain
More from agentic-awesome-skills
All skills →
About this skill
What does the context-agent skill do?

Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill context-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going