# Knowledge With Files

> Standardizes the distillation of insights into a structured, parsable knowledge file.

- Skill: `langsensei/knowledge-with-files` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add langsensei/knowledge-with-files`
- Raw SKILL.md: https://api.skillmd.com/api/skills/langsensei/knowledge-with-files/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: langsensei (https://skillmd.com/u/langsensei)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/langsensei/knowledge-with-files

---


# Knowledge with Files

This skill ensures work culminates in a high-quality, parsable knowledge file.

## Important: Where Files Go

- **Templates** are in this skill's `templates/` folder
- **Your knowledge file** goes in your current working directory as `knowledge.md`

## The Knowledge Mandate

1. **Initialize `knowledge.md`** using the standardized template.
2. **Distill Truths**: Extract verified patterns, constraints, and architectural shifts from your findings. Only distill findings that would be useful in a *future* context — skip execution-specific details (e.g., "file was at line 42") and keep reusable insights (e.g., "skills can't reference each other").
3. **Index-Ready**: Ensure all Metadata fields are filled (Date, Status, Authors, Tags, Summary).

## Templates

- [templates/knowledge.md](templates/knowledge.md) — The standardized knowledge template.

