project-knowledge
Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
Best use case
project-knowledge is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Load project architecture and structure knowledge. Use when you need to understand how this project is organized.
Teams using project-knowledge should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
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 | Not specified | 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.
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.Related Skills
github-project-setup
Github Project Setup - Auto-activating skill for Enterprise Workflows. Triggers on: github project setup, github project setup Part of the Enterprise Workflows skill category.
defold-project-setup
Downloads Defold project dependencies into .deps/ folder. Also provides recommended game.project settings. Use FIRST before any other task when .deps/ folder is missing or empty, or after editing dependency URLs in game.project. Also use when creating a new project, configuring game.project, or asking about recommended project settings.
defold-project-build
Builds the project using the running Defold editor, returns build errors, and launches the game if build succeeds.
persona-project-manager
Coordinate projects — track tasks, schedule meetings, and share docs.
scaffolding-oracle-to-postgres-migration-test-project
Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.
project-workflow-analysis-blueprint-generator
Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.
create-spring-boot-kotlin-project
Create Spring Boot Kotlin Project Skeleton
create-spring-boot-java-project
Create Spring Boot Java Project Skeleton
sred-project-organizer
Take a list of projects and their related documentation, and organize them into the SRED format for submission.
migrating-dbt-project-across-platforms
Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences.
ue5-project-setup
Scaffold and configure new Unreal Engine 5 projects with proper CLAUDE.md, .gitignore, Git LFS tracking, directory structure, and Epic coding conventions. Use this skill whenever someone mentions creating a new UE5 project, setting up a UE5 repo, initializing an Unreal project, configuring Git for Unreal, or writing a CLAUDE.md for a UE5 codebase. Also triggers for project organization, asset naming conventions, or module structure setup.
../../../agents/project-management/cs-project-manager.md
No description provided.