ce-sessions

Analyze coding agent session histories to retrieve insights about past work and investigations.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-sessions-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-sessions
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/ce-sessions
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-sessions-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes and retrieves insights from coding agent session histories to answer questions about past work, attempts, and investigations.

Core Features & Use Cases

  • Session search: Quickly locate relevant entries across sessions.
  • Context preservation: Retains references to prior attempts and decisions to explain current results.
  • Use Case: When a user asks what was tried in a particular feature or why a fix was not accepted, the skill surfaces the relevant session fragments.

Quick Start

Ask your coding assistant to search your session history for past work, trials, and investigations.

Frequently Asked Questions about ce-sessions

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

FAQPage Schema
How do I search my coding agent session history for past investigations?

You can search your coding agent session history by asking your assistant what was worked on, what was tried, or how a problem was investigated. The skill retrieves relevant past session fragments based on your query.

What is the best way to find out why a previous code fix was not accepted?

Finding why a previous code fix was not accepted is done by querying your session history for prior attempts and decisions. The skill analyzes past investigations and surfaces the specific context explaining the rejected fix.

How do I retrieve historical context from past coding sessions?

Historical context is retrieved by asking your coding assistant to recall past work, trials, and investigations. The skill searches across session histories to locate and preserve references to prior attempts and decisions.

Can I query my session history without setting up any dependencies?

You can query your session history without installing dependencies. The skill operates with no required dependencies, dispatching a research task with your question along with the current working directory and git branch.

Does session search work with my current git branch and repo?

Session search works with your current git branch and repo by automatically including them when dispatching the query. Providing the working directory and pre-resolved repo name helps retrieve more accurate historical context.