multiAI Summary Pending
project-knowledge
Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/project-knowledge/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/clouder0/project-knowledge/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/project-knowledge/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How project-knowledge Compares
| Feature / Agent | project-knowledge | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.