Agent skill
project-knowledge
Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
Stars
232
Forks
15
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/clouder0/project-knowledge
SKILL.md
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
- Read the relevant knowledge file for your task
- Follow patterns and conventions described
- 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.
Didn't find tool you were looking for?