learn-skill-from-conversations

Extract reusable lessons from Codex sessions to update local skills.

4|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill learn-skill-from-conversations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-skill-from-conversations
Source: https://github.com/LaiTszKin/apollo-toolkit/tree/main/learn-skill-from-conversations
Command: npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill learn-skill-from-conversations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Learn from recent Codex conversations to automatically evolve and maintain your local skill catalog, reducing manual sifting through logs and repeated updates.

Core Features & Use Cases

  • Extracts recent conversations from Codex session stores and archived sessions.
  • Identifies reusable lessons and proposes skill updates or new skills via skill-creator.
  • Validates changes and provides a clear audit trail of decisions.

Quick Start

Review your last 24 hours of Codex sessions to generate skill updates.

Frequently Asked Questions about learn-skill-from-conversations

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

FAQPage Schema
How do I extract reusable lessons from Codex conversations automatically?

You can automatically extract reusable lessons from Codex conversations by reading session data from ~/.codex/sessions and archived_sessions to identify patterns and propose skill updates.

What is the process for evolving a local skill library from session logs?

Evolving a local skill library from session logs involves deterministic extraction of recent conversations, validating the derived lessons, and coordinating with skill-creator to apply updates or create new skills.

How do I generate Codex skill updates from my last 24 hours of sessions?

To generate Codex skill updates from recent sessions, the tool scans your session stores, identifies reusable lessons, and proposes changes via skill-creator while providing a clear audit trail of decisions.

Can I clean up old session data after extracting skills from Codex conversations?

Yes, you can clean up old session data after extracting skills from Codex conversations, as the workflow includes optional cleanup of processed session data alongside rigorous validation.

Does skill-creator work with archived Codex sessions to update local skills?

Yes, skill-creator works with both active and archived Codex sessions by reading from ~/.codex/sessions and archived_sessions to coordinate the application of validated skill updates.

What are the limitations of automating skill updates from conversation logs?

A limitation of automating skill updates from conversation logs is that it relies on deterministic extraction and rigorous validation, requiring manual review of the audit trail to ensure proposed changes are accurate.