بنقرة واحدة
instinct-import
Import instincts from a teammate's export file or a URL
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Import instincts from a teammate's export file or a URL
التثبيت باستخدام 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-import |
| description | Import instincts from a teammate's export file or a URL |
Import instincts from a file or URL into ~/.codex/homunculus/instincts/inherited/.
Run the instinct CLI, passing through the user's source and flags:
python3 "${PLUGIN_ROOT}/skills/auto-learning/scripts/instinct-cli.py" import $ARGUMENTS
--dry-run: preview what would be imported without writing anything--force: skip the confirmation prompt--min-confidence <n>: only import instincts at or above this confidenceNote: when run non-interactively (which is how this command runs), the CLI does not prompt — it proceeds as confirmed. Use --dry-run first if the user wants a preview before committing.
id:
~/.codex/homunculus/instincts/inherited/source: inherited and imported_from--dry-run first and show the user the NEW/UPDATE/SKIP summary.--dry-run.$idev:instinct-status to review the merged set.~/.codex/homunculus/instincts/ — the CLI does not do conflict detection.