๐Ÿง 
AI EngineeringShell

Knowledge Priming

by techygarg

Knowledge Priming is an AI Engineering 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 Knowledge Priming
Copy Knowledge Priming 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/knowledge-priming ~/.claude/skills/knowledge-priming

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/knowledge-priming/SKILL.md in techygarg/lattice
Installs to
~/.claude/skills/knowledge-priming
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering โ€” 3278 skills

What Knowledge Priming does

Knowledge Priming loads project-specific context like tech stack, architecture, directory layout, trusted sources, and conventions before other skills run. Use it when a knowledge base exists or when asking what the project uses and how it is organized.

Knowledge Priming is cataloged under AI Engineering on DirSkills. Knowledge Priming comes from a repository tagged agent, agent-framework, agent-skills, agentic and agentic-ai.

Documentation

README

Knowledge Priming

Config Resolution

  1. Look for .lattice/config.yaml in the repo root.
  2. If found, check paths.knowledge_base for a custom document path.
  3. If a document exists at that path, read the full document.
  4. STOP: Apply the loaded document as ambient context before any design, implementation, or review work begins.
  5. If a path is configured but no document exists at it โ†’ tell the user which configured path is missing, then see "When No Document Exists".
  6. If there is no config file or no paths.knowledge_base key โ†’ see "When No Document Exists".

When No Document Exists

Inform the user:

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

Frequently asked about Knowledge Priming

  • What else does techygarg publish alongside Knowledge Priming?

    Knowledge Priming 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 Knowledge Priming does, and is maintained by techygarg in that same repository. The rest of the collection is listed on the techygarg/lattice page.

  • How does Knowledge Priming compare to other AI Engineering skills?

    Knowledge Priming ranks #3018 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Knowledge Priming against them. Open each page to compare what they document and how they install.

More from techygarg/lattice

Knowledge Priming is one of 25 skills cataloged on DirSkills from techygarg/lattice.

See all 25 skills โ†’
๐Ÿ—๏ธ
4h 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
๐Ÿงญ
4h 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
๐Ÿ—๏ธ
4h 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
๐Ÿชฒ
4h 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
๐Ÿงผ
4h 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
๐Ÿงน
4h 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