instinct-apply by humanplane/homunculus
npx skills add https://github.com/humanplane/homunculus --skill instinct-apply你已经习得了行为模式。运用它们。
# 读取所有个人本能
for f in .claude/homunculus/instincts/personal/*.md; do
[ -f "$f" ] && echo "=== $(basename "$f") ===" && cat "$f" && echo
done 2>/dev/null
# 同时检查继承的本能
for f in .claude/homunculus/instincts/inherited/*.md; do
[ -f "$f" ] && echo "=== $(basename "$f") ===" && cat "$f" && echo
done 2>/dev/null
---
trigger: "when [condition]"
confidence: 0.7
domain: "code-style"
---
# 名称
## 行动
要做什么
## 证据
为什么存在此本能
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
当一个本能被触发,但其行动指南在当前情境下感觉不对时:
本能可能是错误的。它们是从模式中学到的,而模式总有例外。
不要为每个行动都读取所有本能。将相关的本能保留在工作记忆中。
快速领域检查:
code-style 本能testing 本能git 本能debugging 本能保持高效。本能旨在提供帮助,而不是拖慢速度。
每周安装数
127
仓库
GitHub 星标数
319
首次出现
2026年1月24日
安全审计
安装于
codex125
opencode122
gemini-cli121
cursor119
cline118
github-copilot118
You have learned behaviors. Use them.
# Read all personal instincts
for f in .claude/homunculus/instincts/personal/*.md; do
[ -f "$f" ] && echo "=== $(basename "$f") ===" && cat "$f" && echo
done 2>/dev/null
# Also check inherited instincts
for f in .claude/homunculus/instincts/inherited/*.md; do
[ -f "$f" ] && echo "=== $(basename "$f") ===" && cat "$f" && echo
done 2>/dev/null
---
trigger: "when [condition]"
confidence: 0.7
domain: "code-style"
---
# Name
## Action
What to do
## Evidence
Why this exists
When an instinct fires but the action feels wrong for the situation:
Instincts can be wrong. They're learned from patterns, and patterns have exceptions.
Don't read all instincts for every action. Keep relevant ones in working memory.
Quick domain check:
code-style instinctstesting instinctsgit instinctsdebugging instinctsBe efficient. Instincts are meant to help, not slow down.
Weekly Installs
127
Repository
GitHub Stars
319
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex125
opencode122
gemini-cli121
cursor119
cline118
github-copilot118
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
163,300 周安装