Record a learning or insight. Use when discovering important patterns, gotchas, or knowledge that should be remembered.
Captures project insights, patterns, and gotchas for future reference.
/plugin marketplace add iheanyi/tasuku/plugin install tasuku@tasuku-marketplaceCapture insights discovered while working on the project.
tk learn "The API rate limits to 100 req/min" # Add a learning
tk learn "Never use sync calls in handlers" # Record a "never do" pattern
tk learn "Always validate input before DB write" # Record an "always do" pattern
tk learnings # List all learnings
Good learnings include:
withRetry wrapper for all external API calls"For learnings that should be permanent documentation:
tk promote 1 # Promote learning #1 to context file
tk promote 1 --to CLAUDE.md # Promote to specific file
tk promote 1 --keep # Keep in learnings after promoting