一键导入
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.