lhohan
- 29 skills
- 0 followers
- 15 hours ago last updated
- ▌ Karpathy Guidelines · lhohan bundleBehavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
- ▌ Explore Modularization Improvement Opportunities · lhohan bundleExplore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.
- ▌ Review Til · lhohanReview a TIL entry for both content guidelines compliance and spelling/grammar/clarity. Use when you want comprehensive feedback on or review a TIL before publishing.
- ▌ Check Til Rules · lhohanUse this skill when reviewing TIL (Today I Learned) entries to verify they follow established content guidelines, including word count, focus, clarity of understanding, and non-blog format. Trigger on requests like check/verify/validate TIL rules, including prompts that say "today I learned" instead of "TIL".
- ▌ Using Beads For Task Management · lhohanUse when managing tasks and long-term memory with Beads in a repository or workspace.
- ▌ Verify Release Readiness · lhohan bundleVerify release readiness by detecting changed skills, checking version updates, and running validation scripts. Use before creating releases or publishing to marketplace.
- ▌ Evaluate Skills · lhohan bundleEvaluate Claude Code skills against best practices for size, structure, examples, and prompt engineering. Use when reviewing skills for deployment, optimization, or standards compliance.
- ▌ Write Agents Files · lhohan bundleUse when setting up or improving agent instructions in AGENTS.md, CLAUDE.md or other coding agents instructions files.
- ▌ Modelling C4 Diagrams · lhohanUse when creating, revising, or reviewing C4 architecture diagrams from a real codebase, especially when deciding system, container, and component boundaries or writing Structurizr DSL.
- ▌ Document Architectural Decisions · lhohan bundleDocument and manage architectural decisions using ADRs. Supports Y-statement and traditional ADR formats. Use when creating, reviewing, or searching decision records.
- ▌ Less Is More · lhohanDiscourage unnecessary setup growth in this repository. Use when changing agent-setup artefacts or the wiring around them: skills, prompts/templates, agents, extensions, packages, or automation.
- ▌ Bx · lhohanUSE FOR web search, research, RAG, grounding, browse, find, lookups, fact-checking, documentation, agentic AI. All-in-one, optimized for AI agents. Pre-extracted, token-budgeted web content, deep research, news, images, videos, places, custom ranking.
- ▌ Extension Security Review · lhohanUse when adding an extension, plugin, GitHub repo, npm package, or local plugin and you need a structured security review before installing or enabling it.
- ▌ Grill Me · lhohan bundleInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
- ▌ Agentfiles Commit Prefixes · lhohanRepository-local guidance for agentfiles commit subjects using area prefixes instead of Conventional Commits. Use when committing or the user asks to commit.
- ▌ Find Docs · lhohanRetrieves up-to-date documentation, API references, and code examples from Context7. Use when the user says "use find-docs", "use context7", "use Context7", "context 7", "ctx7", "contact 7", or asks for current docs for a library, framework, SDK, CLI tool, or cloud service.
- ▌ Code Review · lhohanUse when reviewing code changes (diffs, PRs, or commits) that need operational verification, project-rule checks, and actionable findings across bugs, security, quality, and compliance.
- ▌ Use Jujutsu · lhohanThis skill should be used for detailed guidance on Jujutsu (jj) VCS operations, including committing, pushing, searching history, and working with revisions/revsets. Use when the user asks "how do I use jj?", "translate git to jj", ask to interact with VCS using jj or for specific jj command syntax.
- ▌ Web Browser · lhohan bundleBrowser automation via Chrome DevTools Protocol (CDP). Navigate pages, evaluate JavaScript, take screenshots, pick elements, dismiss cookie dialogs, and emulate mobile devices — all without Puppeteer or Playwright.
- ▌ Detect Jujutsu · lhohanUse at session start or before the first version control action to detect whether the repository should be operated with Git or Jujutsu (jj).
- ▌ Domain Modeling · lhohan bundleBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, or when another skill needs to maintain the domain model.
- ▌ Grill With Docs · lhohan bundleA relentless interview to sharpen a plan or design, producing domain documentation as the conversation progresses.
- ▌ Interrogate Plan · lhohanInspect the codebase, infer behaviour and constraints, then resolve planning decisions that code cannot answer. Use when planning and inspection alone is insufficient to produce an implementation-ready plan.
- ▌ Landing The Plane · lhohanUse when user says they are done, want to finish, close a task, end a session, or asks to "land the plane." ALSO use before completing ANY task to run the quality gate workflow (issue sweep, VCS review, verification, CIR check, commit, close).
- ▌ Adversarial Review · lhohanStress-test a feature by generating edge-case hypotheses and driving TDD for exposed breakage. Use after completing a feature slice.
- ▌ Build Walking Skeleton · lhohanUse when implementing features by establishing a walking skeleton (primitive whole) and evolving behavior through stable interfaces from the outside in.
- ▌ Use Jujutsu Workspaces · lhohanUse when running multiple agents or tasks in parallel against a Jujutsu repo with isolated working directories. Use this skill for jj workspace creation, inspection, comparison, cleanup, and stale-workspace recovery.
- ▌ Write Implementation Plan · lhohanUse when you have a spec or requirements for a multi-step task, before touching code.
- ▌ Document Change Intentions Using Change Intent Records · lhohanUse when change intent or decision is worth remembering. Guides Change Intent Records for non-obvious rationale, rejected alternatives, subtle behaviour, or constraints maintainers and agents must preserve.