ワンクリックで
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.