plugins/continuous-learning/skills/instinct-export/SKILL.md
Export learned instincts for sharing or backup
npx skillsauth add jason-hchsieh/marketplace instinct-exportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are exporting learned instincts for sharing or backup purposes.
Only pattern definitions are exported - NOT:
Load all instincts from .claude/learning/instincts/
For each instinct:
Create .claude/learning/exports/export-[timestamp].json:
{
"version": "1.0",
"exported": "[timestamp]",
"instincts": [
{
"name": "instinct-name",
"trigger": "generalized trigger",
"action": "generalized action",
"domain": "domain",
"confidence": 0.7
}
],
"metadata": {
"count": 10,
"domains": ["list", "of", "domains"]
}
}
## Export Complete
### Exported Instincts
- Total: X instincts
- Domains: [list]
### Export Location
`.claude/learning/exports/export-[timestamp].json`
### Sharing Instructions
1. Copy the export file
2. Share with trusted colleagues
3. They can import with `/instinct-import`
### Privacy Check
- ✓ No raw code included
- ✓ No conversation content
- ✓ No sensitive paths
- ✓ Patterns generalized
If user specifies domains or instinct names, export only those:
/instinct-export domain:workflow
/instinct-export instinct-name-1 instinct-name-2
tools
Bootstrap versioning for a project - detect project type, initialize git-cliff config, and generate initial CHANGELOG.md using semantic versioning
development
Validate version consistency across all project files, check semver format, git tag alignment, and changelog synchronization per https://semver.org/
tools
Generate or update CHANGELOG.md using git-cliff from conventional commit history - see https://git-cliff.org/docs/category/usage
tools
Bump the project version following semver, update all version files per https://semver.org/