findings

Maintains a per-repo Markdown findings file at ./context/findings.md across sessions.

3|1|Updated Dec 17, 2013
One-click install
npx skills add https://github.com/jmreicha/configs --skill findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findings
Source: https://github.com/jmreicha/configs/tree/main/skills/findings
Command: npx skills add https://github.com/jmreicha/configs --skill findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain a per-repo findings file that tracks mistakes, corrections, and effective patterns, providing persistent context across sessions.

Core Features & Use Cases

  • Persistent findings log: Read and update the per-repo findings file at ./context/findings.md across sessions.
  • Continuous learning: Log mistakes, user corrections, and successful patterns as you work, not just at session boundaries.
  • Domain agnostic applicability: Applies to any repository to improve learning and process over time.

Quick Start

Read and initialize ./context/findings.md at the start of every session, then update it continuously as you work.

Frequently Asked Questions about findings

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

FAQPage Schema
How do I maintain a persistent log of mistakes and corrections across coding sessions?

You can maintain a persistent log of mistakes and corrections by using a per-repo findings file at ./context/findings.md. This Markdown document is read at the start of every session and updated continuously to track patterns and guide future work.

What is a per-repo findings file and how does it improve continuous learning?

A per-repo findings file is a Markdown document stored at ./context/findings.md that tracks mistakes, corrections, and effective patterns. It improves continuous learning by requiring sessions to read and update the log during work, providing persistent context across sessions.

How do I track session context and learnings within a specific repository?

To track session context and learnings within a specific repository, initialize a findings file at ./context/findings.md. Read the file at the start of each session and update it continuously as you work to capture effective patterns and corrections.

Can I apply a continuous documentation log to any repository regardless of domain?

Yes, you can apply a continuous documentation log to any repository regardless of domain. The per-repo findings file at ./context/findings.md is domain agnostic and requires no dependencies to track corrections and improve processes over time.

What is the best way to capture user corrections during a development session?

The best way to capture user corrections during a development session is to maintain a findings file at ./context/findings.md. By updating this Markdown document continuously as you work, you ensure corrections and successful patterns are logged for future reference.

Do I need any dependencies or special components to start logging session findings?

No dependencies or special components are needed to start logging session findings. The process simply requires reading and initializing a standard Markdown file at ./context/findings.md to track mistakes and patterns across sessions.