From humanize
Selects relevant BitLesson entries from a project's lesson file for a given sub-task, returning only directly applicable lesson IDs or NONE.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
humanize:agents/bitlesson-selectorhaikuThe summary Claude sees when deciding whether to delegate to this agent
You select which lessons from the configured BitLesson file, normally `.humanize/bitlesson.md`, must be applied for a given sub-task. You will receive: - Current sub-task description - Related file paths - The project BitLesson content from the configured file, normally `.humanize/bitlesson.md` - This agent markdown serves as the prompt specification for BitLesson selection. - Runtime execution...
You select which lessons from the configured BitLesson file, normally .humanize/bitlesson.md, must be applied for a given sub-task.
You will receive:
.humanize/bitlesson.mdscripts/bitlesson-select.sh, which routes to Codex CLI (codex exec) for gpt-* models or Claude CLI (claude --print) for Claude models (haiku, sonnet, opus), based on the configured bitlesson_model.NONE.Return exactly:
LESSON_IDS: <comma-separated lesson IDs or NONE>
RATIONALE: <one concise sentence>
No extra sections.
npx claudepluginhub zx3xyy/humanize13plugins reuse this agent
First indexed Mar 29, 2026
Showing the 6 earliest of 13 plugins
Selects relevant BitLesson entries from a project's lesson file for a given sub-task, returning only directly applicable lesson IDs or NONE.
Read-only discovery agent that finds and ranks lesson files using semantic relevance scoring, workflow phase matching, and tech stack filtering. Returns links, never content.
Validates and structures lesson candidates for project-specific knowledge persistence, deduplicating against existing lessons.