# Project Knowledge

> Load project architecture and structure knowledge. Use when you need to understand how this project is organized.

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

---


# Project Knowledge Skill

Understanding project architecture and structure.

## When to Load This Skill

- Starting work on this project
- Making architectural decisions
- Understanding how components connect

## Knowledge Files

Load these as needed:

### Architecture
@memory/knowledge/codebase/architecture.json

### Conventions
@memory/knowledge/codebase/conventions.json

### Patterns
@memory/knowledge/codebase/patterns.json

### Gotchas
@memory/knowledge/codebase/gotchas.json

## How to Use

1. Read the relevant knowledge file for your task
2. Follow patterns and conventions described
3. Update knowledge if you discover new information

## Updating Knowledge

When you discover something new:
```json
{"knowledge_updates":[{"category":"codebase","content":"Discovery description","confidence":"certain|likely|uncertain"}]}
```

These updates are merged after task completion.

