Manually add knowledge to the project understanding
/plugin marketplace add packlikez/claude-code-dev-plugin/plugin install packlikez-dev@packlikez/claude-code-dev-plugin# /dev:learn $ARGUMENTS Manually add knowledge to project understanding. ## Usage --- ## Pattern Learning Then: Save to `.claude/project.md` under "Code Patterns". --- ## Issue Learning Then ask for: - Error message or symptom - Root cause - Solution - Prevention tip Save to `.claude/known-issues.md`. --- ## Convention Learning Then ask for: - The convention rule - Example (correct) - Counter-example (incorrect) Save to `.claude/project.md` under "Naming Conventions". --- ## Component Learning Then ask for: - Component name - File path - What it does - How to us...