instinct-apply

You have learned behaviors. Use them.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "instinct-apply" with this command: npx skills add humanplane/homunculus/humanplane-homunculus-instinct-apply

Instinct Apply

You have learned behaviors. Use them.

When To Check

  • Starting a coding task

  • About to use a tool in a pattern you've seen before

  • Making decisions about code style, testing, git

How To Check

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

How To Apply

  • Read the task/context

  • Check instinct triggers

  • If trigger matches, follow the action

  • Note confidence level - higher confidence = more certain

Instinct Structure


trigger: "when [condition]" confidence: 0.7 domain: "code-style"

Name

Action

What to do

Evidence

Why this exists

Confidence Interpretation

  • 0.3-0.5: Tentative. Apply if it feels right.

  • 0.5-0.7: Moderate. Apply unless there's a reason not to.

  • 0.7-0.9: Strong. Apply consistently.

  • 0.9+: Near certain. Always apply.

If Instinct Seems Wrong

When an instinct fires but the action feels wrong for the situation:

  • Don't apply it blindly

  • Note the mismatch

  • This is useful data for the observer

Instincts can be wrong. They're learned from patterns, and patterns have exceptions.

Lightweight Application

Don't read all instincts for every action. Keep relevant ones in working memory.

Quick domain check:

  • Writing code? → Check code-style instincts

  • Running tests? → Check testing instincts

  • Making commits? → Check git instincts

  • Debugging? → Check debugging instincts

Be efficient. Instincts are meant to help, not slow down.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

session-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated