원클릭으로
learn-project
Bootstrap cortex with project knowledge — reads key files and observes what it learns into the project namespace
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bootstrap cortex with project knowledge — reads key files and observes what it learns into the project namespace
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and NLI contradiction detection.
[DEPRECATED] This skill has been merged into cortex-engine. Install clawhub.ai/idapixl/cortex-engine instead.
[DEPRECATED] This skill has been merged into cortex-engine. Install clawhub.ai/idapixl/cortex-engine instead.
| name | learn-project |
| version | 1.0.0 |
| description | Bootstrap cortex with project knowledge — reads key files and observes what it learns into the project namespace |
| author | idapixl |
| tags | ["onboarding","bootstrap","memory","project"] |
Quickly populate your agent's project memory by reading the codebase.
Run this when cortex is new and you want the agent to understand your project without waiting for it to learn organically over several sessions.
Read these files (skip any that don't exist):
For each file read, extract 1-3 key facts. Observe into the project namespace:
observe("Next.js 14 app with App Router, TypeScript strict mode", namespace: "project")
observe("Tests in __tests__/ using vitest, coverage threshold 80%", namespace: "project")
observe("Monorepo: packages/api (Hono) and packages/web (Next.js), shared types in packages/shared", namespace: "project")
Show the user what you learned in a brief summary:
"Got it — Next.js 14 app with Drizzle ORM, deployed to Vercel, monorepo with packages/api and packages/web. Tests use vitest. I'll pick up patterns as we work together."
If anything is wrong, the user corrects it. Corrections are high-signal — observe those too.