plugins/continuous-learning/skills/instinct-status/SKILL.md
Display all learned instincts with their confidence scores and domains
npx skillsauth add jason-hchsieh/marketplace instinct-statusInstall 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 displaying the current state of learned instincts.
Read instincts directory: List all files in .claude/learning/instincts/
Parse each instinct: Extract:
Group by domain: Organize instincts by category
Calculate statistics:
Identify evolution candidates: Flag clusters of related instincts that could be evolved into skills
## Instinct Status
### Summary
- Total instincts: X
- Average confidence: X.XX
- Domains: [list]
### By Domain
#### [Domain Name] (X instincts)
| Instinct | Confidence | Trigger | Last Used |
|----------|------------|---------|-----------|
| name | 0.X | ... | date |
### Evolution Candidates
These instinct clusters could be evolved into skills:
1. **[Potential Skill Name]** (X related instincts)
- instinct-1, instinct-2, instinct-3
- Common theme: [description]
### Recommendations
- [Suggestions for improvement]
## Instinct Status
No instincts learned yet.
### Getting Started
1. Work on tasks normally
2. Use `/learn` at session end to extract patterns
3. Instincts will accumulate over time
4. Use `/evolve` when clusters form
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/