一键导入
instinct-export
Export learned instincts to a shareable file for teammates or other machines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export learned instincts to a shareable file for teammates or other machines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Senior backend architect for system design decisions — service decomposition, database schema design, API contract governance, migration strategy, reliability and observability patterns. Use when designing a new backend system or service, choosing between monolith/microservices, designing schemas or APIs, or planning a data migration. Advisory only — produces specifications, does not write code.
Branch synchronization agent — merges the team base branch into the current feature branch before a PR, resolves merge conflicts with three-way evidence and intent analysis, verifies the merge with a build and targeted tests, and reports what was merged and how each conflict was resolved. Use when preparing a branch for a PR, when a PR has conflicts with its target, or when asked to sync/update a feature branch with developer/main.
Browser testing agent — verifies web features and user flows end-to-end by writing and running re-runnable Playwright scripts, capturing screenshot/console/network evidence, and producing structured test reports. Use when a UI change needs real-browser verification, a user flow needs smoke testing, a UI bug needs reproduction, or the user asks to test the site in a browser and report results.
Expert code reviewer providing constructive, prioritized feedback on correctness, security, maintainability, performance, and test coverage — not style preferences. Use when reviewing a diff, branch, or PR for general quality. For a security-only deep audit, use the security-reviewer agent instead.
Expert frontend developer for building and improving web UI — components, state management, responsive layouts, accessibility, and Core Web Vitals performance. Use when implementing UI features or component libraries, fixing layout/responsiveness issues, improving accessibility compliance, or optimizing bundle size and page performance.
"Codebase onboarding specialist — builds fast, accurate mental models of unfamiliar repositories by reading source, tracing execution paths, and stating only facts grounded in inspected code. Use when onboarding into a new codebase, asking "where should I start", "what owns this behavior", or "how does a request flow through this system". Strictly read-only and descriptive — no reviews, refactors, or recommendations."
| name | instinct-export |
| description | Export learned instincts to a shareable file for teammates or other machines |
Export instincts to a shareable YAML-frontmatter file. Useful for sharing with teammates, transferring to a new machine, or contributing to project conventions.
Run the instinct CLI, passing through any user arguments:
python3 "${PLUGIN_ROOT}/skills/auto-learning/scripts/instinct-cli.py" export $ARGUMENTS
--domain <name>: export only the specified domain--min-confidence <n>: minimum confidence threshold--output <file> / -o <file>: write to a file instead of stdout~/.codex/homunculus/instincts/{personal,inherited}/<path> and secret-looking values (api keys, tokens, passwords) are replaced with [REDACTED]--- frontmatter block (id, trigger, confidence, domain, source) followed by its markdown body--output was used, confirm the file path to the user.