instinct-export
Export your project knowledge and learned heuristics for sharing.
Install
mkdir -p .claude/skills/instinct-export && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12666" && unzip -o skill.zip -d .claude/skills/instinct-export && rm skill.zipInstalls to .claude/skills/instinct-export
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Codex-compatible entry point for the former /instinct-export command. 导出本能供团队成员或其他项目使用Key capabilities
- →Filter instinct files by parameters
- →Remove sensitive information from files
- →Bundle filtered instincts into a single Markdown file
- →Save the exported file to ./instincts-export-YYYYMMDD.md
- →Exclude 'user_correction' type instincts by default
How it works
The skill filters instinct files based on provided arguments, removes sensitive information, bundles them into a single Markdown file, and saves it.
Inputs & outputs
When to use instinct-export
- →Sharing team lessons with others
- →Exporting project knowledge
- →Backing up learned project patterns
About this skill
Instinct Export
Codex CLI currently registers plugin bundles as skills, apps, and MCP servers. It does not register custom plugin commands/*.md files as interactive slash commands in the TUI, so use this skill as the supported Codex entry point for the former /instinct-export command.
Invocation
Use $instinct-export <arguments> or select this skill through Codex's @ picker. Treat the user's text after the skill name as the command arguments.
When the command instructions below mention /instinct-export, interpret that as this $instinct-export skill invocation while running in Codex.
Command Instructions
/instinct-export — 导出本能
将指定范围的本能打包导出为可分享的文件。
参数
- 无参数: 导出当前项目的所有高置信度 (>=0.5) 本能
all: 导出所有本能(含全局)domain:testing: 只导出指定域global: 只导出全局本能
执行步骤
- 按参数筛选本能文件
- 移除敏感信息(文件路径中的用户名等)
- 打包为单个 Markdown 文件,格式:
# 本能导出 — {project_name}
# 导出日期: YYYY-MM-DD
# 数量: N 个本能
---
[所有本能文件内容,以 --- 分隔]
- 保存到
./instincts-export-YYYYMMDD.md
注意
- 默认排除
source: "user_correction"类型(含个人纠正) - 导入方的置信度会降低 20%(非本人验证的经验)
When not to use it
- →When the user does not want to export instincts
- →When sensitive information should not be removed
Limitations
- →Default exclusion of `source: "user_correction"` type
- →Imported instincts will have their confidence reduced by 20%
How it compares
This skill provides a structured and privacy-conscious way to export project instincts, ensuring sensitive data is removed and the output is in a standardized format, unlike simple file copying.
Compared to similar skills
instinct-export side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| instinct-export (this skill) | 0 | 3mo | No flags | Beginner |
| marker | 22 | 6mo | Review | Beginner |
| agent-sales-engineer | 0 | 5mo | No flags | Intermediate |
| knowledge-ops | 0 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
marker
benchflow-ai
Convert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, and document structure. Ideal for academic papers and technical documents containing mathematical notation.
agent-sales-engineer
diegosouzapw
Expert sales engineer specializing in technical pre-sales, solution architecture, and proof of concepts. Masters technical demonstrations, competitive positioning, and translating complex technology into business value for prospects and customers.
knowledge-ops
ThanhTrunggDEV
Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
knowledge-graph-management
kryang03
灵巧操作领域知识图谱的管理指南。定义了代码库的结构、维护逻辑、文件夹功能、以及知识关联的建立原则。这是 AI Agent 管理本知识库时必须遵循的核心参照文档。
skills
jackccrawford
Your next session starts cold. No memory of what you built, what broke, what you decided. Every memory you write is a gift to that future session. The richer the memory, the less time re-learning.
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.