๐Ÿ“
WritingShell

Learning Harvest

by techygarg

Learning Harvest is a Writing skill for Claude Code, published by techygarg in lattice.

185 stars13 forkson techygarg/latticeAdded 2026/09/06+1% in starsRepository updated 2026/09/04
agentagent-frameworkagent-skillsagenticagentic-aiclaude-code-pluginclaude-skillsclean-architecturecodexcodex-plugincodex-skillscontext-engineeringcursor-plugindddengineering-enablementgorkkimikimi-codelatticesdlc-workflow
Install in seconds
Install Learning Harvest
Copy Learning Harvest into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/techygarg/lattice/tree/main/skills/learning-harvest ~/.claude/skills/learning-harvest

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/techygarg/lattice.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/learning-harvest/SKILL.md in techygarg/lattice
Installs to
~/.claude/skills/learning-harvest
Collection
One of 25 skills cataloged from this repository
Category
Writing โ€” 1279 skills

What Learning Harvest does

Learning Harvest manages operational learnings across sessions by loading prior patterns, capturing new ones, and keeping the document concise. Use it when a workflow session ends, when starting work that should benefit from past insights, or when harvesting repeated patterns.

Learning Harvest is cataloged under Writing on DirSkills. Learning Harvest comes from a repository tagged agent, agent-framework, agent-skills, agentic and agentic-ai.

Documentation

README

Learning Harvest

Scope Boundary

Operational learnings are NOT rules. They are what you learn while applying rules.

Standards (refiner output, atom defaults) Operational Learnings (this document)
"Domain layer must not import from infrastructure" "When adding a new aggregate, we keep forgetting to define the repository interface first โ€” design interface before implementation"
"Functions should have single responsibility" "Service classes that start small grow past 500 lines within 3 features โ€” split by command type proactively at ~200 lines"
"Value objects must validate in constructor" "Date range VOs without explicit inclusive/exclusive documentation cause boundary bugs every time โ€” document semantics alongside validation"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Learning Harvest

  • What else does techygarg publish alongside Learning Harvest?

    Learning Harvest is one of 25 skills that DirSkills catalogs from techygarg/lattice, the repository it ships in. Its siblings there include Architecture, Architecture Compass and Architecture Refiner. Each one is a separate skill with its own page in this directory, installs the same way Learning Harvest does, and is maintained by techygarg in that same repository. The rest of the collection is listed on the techygarg/lattice page.

  • How does Learning Harvest compare to other Writing skills?

    Learning Harvest ranks #1103 by stars among the 1279 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Learning Harvest against them. Open each page to compare what they document and how they install.

More from techygarg/lattice

Learning Harvest is one of 25 skills cataloged on DirSkills from techygarg/lattice.

See all 25 skills โ†’
๐Ÿ—๏ธ
5h ago

Architecture

Architecture enforces architectural rules when generating or reviewing code, and checks proposed designs against loaded architecture standards. It validates layer responsibilities, dependency direction, and structural constraints for clean, hexagonal, modular monolith, or custom architectures.
Quality
18513
๐Ÿงญ
5h ago

Architecture Compass

Architecture Compass scans a repository, interviews the user about unclear parts, and drafts a shareable architectural assessment. Use it to understand the current structure, drift, and recommended direction for one codebase, module, or folder.
AI Engineering
18513
๐Ÿ—๏ธ
5h ago

Architecture Refiner

Architecture Refiner facilitates a structured conversation to define architecture principles for a repository. It supports clean architecture, hexagonal/ports and adapters, modular monolith, or a custom style when setting up or revising project standards.
AI Engineering
18513
๐Ÿชฒ
5h ago

Bug Fix

Bug Fix investigates, reproduces, and safely repairs a bug with regression protection. It is used when fixing failures, regressions, or broken behavior in a codebase.
Quality
18513
๐Ÿงผ
5h ago

Clean Code

Clean Code applies clean code principles when generating or modifying implementation code. It helps with function focus, naming clarity, complexity management, error handling, and self-documenting style.
Quality
18513
๐Ÿงน
5h ago

Clean Code Refiner

Clean Code Refiner guides a structured conversation to define clean code principles for a repository. It produces a clean-code.md document used as the override or overlay for coding standards and code quality rules.
Quality
18513