← all skills

thelobbi

thelobbi

@thelobbi seed · attribution · source repo

0 followers · 185 skills

185 published skills · page 2 of 2

  1. Cc Second Brain · thelobbi bundle
    Manage the three-tier memory system (engram + Obsidian vault + plugin rules) for Claude Code setups. Use this skill whenever saving CC-setup findings, consolidating engram into durable knowledge, writing repo docs to the Obsidian vault, or running /cc-memory subcommands. Triggers on phrases like "save this pattern", "promote to memory", "update the vault", "consolidate memory", "write an ADR", and whenever work on CC plugins, hooks, agents, skills, or autonomy profiles concludes.
    0
    installs
  2. Cowork Sessions · thelobbi
    Knowledge for launching, managing, and monitoring cowork sessions that orchestrate multiple plugin agents in parallel
    0
    installs
  3. CI Forensics · thelobbi
    This skill should be used when reading CI logs and diagnosing failures — fetching Actions logs through the GitHub MCP, classifying failures by cause, and distinguishing flaky tests from real regressions.
    0
    installs
  4. Linear OAUTH Actor Authorization · thelobbi
    This skill should be used when implementing Linear OAuth 2.0, OAuth actor authorization, or file-storage authentication. Activates on "linear oauth", "linear auth", "actor token", "linear-actor-token", "file storage".
    0
    installs
  5. Task Details · thelobbi
    This skill should be used when the user asks to "enrich a task", "add task details", "analyze requirements", "add context to an issue", "expand a ticket", or "estimate complexity" — enriching Jira issues with requirements, dependencies, and technical context.
    0
    installs
  6. Blazor Auth Security · thelobbi
    Authentication and authorization in Blazor with ASP.NET Core Identity, Entra ID, JWT, and policy-based auth
    0
    installs
  7. Local LLM · thelobbi
    Deploy and integrate local LLMs with Ollama, LocalAI, and Home Assistant for privacy-focused voice assistants and automation.
    0
    installs
  8. Protocol Selection · thelobbi
    This skill should be used when choosing between MCP Apps, mcp-ui, the OpenAI Apps SDK, A2UI, and AG-UI for a given requirement — the decision tree, the axes that actually discriminate, valid combinations, anti-patterns, and how to keep a migration path open.
    0
    installs
  9. UI Testing Harness · thelobbi
    This skill should be used when testing or debugging an agent UI locally — the basic-host loop, MCP Inspector, cloudflared tunnels into Claude or ChatGPT, sendLog, the bridge-level assertions worth writing, and a triage table mapping every common symptom to its cause.
    0
    installs
  10. Widget UX Patterns · thelobbi
    This skill should be used when designing the visual and interaction layer of an agent-rendered widget — choosing among inline card, carousel, fullscreen, and picture-in-picture, action budgets, layout and typography rules, host theming, accessibility requirements, and the vendor dos and donts.
    0
    installs
  11. Harness Automation · thelobbi
    Universal Harness Code + CI/CD + Pipeline automation patterns. Uses mcp__harness__* tools when available; falls back to hc CLI. Invoke for pipeline ops, PR workflow, deployment, feature flags, GitOps, IaCM, or when user says "harness", "pipeline", "run ci", "deploy".
    0
    installs
  12. Work Unit Protocol · thelobbi
    Use when starting, tracking, or closing a discrete unit of work. Enforces ULTRA §13 reporting contract — what/why/tests/deps/reuse/risks/follow-ups/completion table. Invoke when user says "start work unit", "close work unit", "work unit report", or when a multi-step implementation task begins.
    0
    installs
  13. Plugin Packaging · thelobbi
    Knowledge for exporting marketplace items as Cowork-compatible plugin ZIPs for distribution via Claude Desktop private marketplaces
    0
    installs
  14. Github Agents · thelobbi
    This skill should be used when delegating work to agents that run inside GitHub — Copilot cloud agent, custom agents, Copilot code review, and GitHub Agentic Workflows — including when delegation beats doing the work directly.
    0
    installs
  15. Linear Agents Sessions And Coding Sessions · thelobbi
    This skill should be used when building, registering, or operating an agent inside Linear — agent sessions, agent activities, delegation, Agent Skills, Loops, and Linear's built-in coding sessions. Activates on "linear agent", "agent session", "agent activity", "delegate issue", "linear aig", "agents in linear", "coding session", "linear loops".
    0
    installs
  16. Camera Nvr · thelobbi
    Home Assistant camera integration and Frigate NVR patterns.
    0
    installs
  17. UI Security Sandbox · thelobbi
    This skill should be used when hardening an agent UI — authoring the narrowest _meta.ui.csp allowlists, the iframe sandbox and proxy-origin model, treating structuredContent as untrusted input, prompt-injection through rendered data, host-mediated navigation, secrets handling, and the pre-ship security checklist.
    0
    installs
  18. Innovation Radar · thelobbi
    Identifies cutting-edge, innovative upgrade opportunities based on tech stack and industry trends
    0
    installs
  19. Upgrade Analysis · thelobbi
    Core analysis patterns, detection heuristics, and scoring algorithms for the upgrade intelligence system
    0
    installs
  20. Model Routing · thelobbi
    Intelligent model selection for Claude Code — decision matrices, cost tables, budget planning, and subagent model assignment for optimal cost/quality tradeoffs
    0
    installs
  21. Cc Hook Authoring · thelobbi bundle
    Design, install, and debug Claude Code hooks across the full lifecycle (PreToolUse, PostToolUse, PostToolUseFailure, UserPromptSubmit, Notification, Stop, SessionStart, SessionEnd, PreCompact, SubagentStart, SubagentStop, TeammateIdle, PermissionRequest, Setup). Use this skill whenever a user asks to "install hooks", "add a pre-tool hook", "format on save", "block dangerous commands", "protect sensitive files", "restore context after compact", "enforce tests before stop", capture subagent telemetry, or runs /cc-hooks. Also triggers on "hooks not firing", "hook keeps blocking", or any configuration of .claude/settings.json hook sections.
    0
    installs
  22. Evidence Rules · thelobbi bundle
    One claim with ten sightings - a wrong predicate and a missing notification both produce a plausible, quiet, checkable-looking state, neither raises an error, and the only defence in both is a second reading through a different mechanism. In tooling that is the raw print through a different field; in coordination it is measuring the thing you wait on rather than waiting for news of it. Covers - ask what an artifact SITS ON and whether that moved, print the RAW STATE beside any predicate that decides whether to stop, a gate must name an input that turns it red, a destructive predicate needs its spare case proven by mutation, an absence needs the size of the space searched, a search-space cap manufactures false negatives while a result-set cap does not, check the exit code before reading the output, a true measurement stated as a durable property never expires and never stops being wrong, a count is only evidence when the thing counted is named, and a correction is itself a claim that names the set it ranges ov
    0
    installs
  23. Fleet Protocol · thelobbi bundle
    The contract every session in a multi-session Claude Code fleet reads first. Use when starting, joining, or running a fleet of parallel sessions on one codebase - heartbeats and standby, addressing other sessions through a dispatch router, ASSERTED vs DELIVERED claim states, git discipline (one repo per lane, push-and-open-PR as one action, never rewrite shared history), and merge-readiness discipline (re-read the checks as the literal last action before a merge). Triggers on "start a fleet", "orchestration protocol", "lane", "heartbeat", "dispatch", "PR ready", "merge gate", "who owns this repo", or any question about how parallel sessions coordinate.
    0
    installs
  24. Linear GRAPHQL Patterns · thelobbi
    This skill should be used when writing or reviewing GraphQL queries against the Linear API — selecting fragments, navigating connection types, batching, and avoiding deprecated fields. Activates on "linear graphql", "linear query", "linear api", "linear schema".
    0
    installs
  25. Microservices Patterns · thelobbi
    .NET microservices patterns including service decomposition, communication, CQRS, saga, and resilience
    0
    installs
  26. Tool Metadata Design · thelobbi
    This skill should be used when designing the tool surface behind an agent UI — action-oriented naming, descriptions that drive correct model selection, input and output schemas, structuredContent vs content vs _meta, safety annotations, tool visibility, and the discovery metadata that decides whether the app ever gets invoked.
    0
    installs
  27. UI Porting Migration · thelobbi
    This skill should be used when migrating an agent UI between protocols or SDKs — OpenAI Apps SDK to portable MCP Apps, mcp-ui legacy actions to the ui/* bridge, MCP Apps to A2UI, adding AG-UI to an existing app, the adapter layer that makes ports cheap, and the field-by-field mapping tables.
    0
    installs
  28. 3d Animations · thelobbi
    Expert knowledge for CSS/JS-based 3D animations - perspective transforms, depth effects, card flips, cube rotations, and parallax depth without WebGL.
    0
    installs
  29. Framer Motion · thelobbi
    Expert knowledge for Framer Motion - the production-ready motion library for React. This skill enables declarative animations, gesture recognition, and layout animations with optimal performance.
    0
    installs
  30. Workflow Automation · thelobbi
    Expertise in CI/CD pipeline creation, process automation, and team workflow optimization. Activates when working with "automate", "pipeline", "workflow", "CI/CD", "process", or automation tools.
    0
    installs
  31. Council Review · thelobbi
    Domain knowledge for multi-agent council review protocols, orchestration patterns, scoring systems, and deliberation frameworks
    0
    installs
  32. Github Projects · thelobbi
    This skill should be used when reading or writing GitHub Projects (v2) — the REST and GraphQL surfaces, field types and their IDs, item lifecycle, built-in workflows, and the token types each endpoint accepts.
    0
    installs
  33. Linear Webhooks Verify Replay Dlq · thelobbi
    This skill should be used when registering, verifying, or processing Linear webhooks — HMAC signatures, replay protection, idempotency, dead-letter queues. Activates on "linear webhook", "webhook signature", "Linear-Signature", "webhook secret".
    0
    installs
  34. Blazor Forms Validation · thelobbi
    Blazor forms, EditForm, input components, DataAnnotations, FluentValidation, and custom validation
    0
    installs
  35. UI State Architecture · thelobbi
    This skill should be used when deciding where state lives in an agent UI — the three ownership tiers (authoritative business data, ephemeral UI state, durable cross-session state), the write-through loop, updateModelContext vs setWidgetState, remount survival, and AG-UI shared-state reconciliation.
    0
    installs
  36. CSS Animations · thelobbi
    Expert knowledge for pure CSS animations - lightweight, performant animations using CSS keyframes, transitions, and modern CSS features without JavaScript dependencies.
    0
    installs
  37. Spring Physics · thelobbi
    Expert knowledge for physics-based spring animations - natural, organic motion that follows real-world physics principles for delightful user experiences.
    0
    installs
  38. Svg Animations · thelobbi
    Expert knowledge for SVG path animations, morphing shapes, and vector graphics effects that create stunning visual experiences with resolution-independent graphics.
    0
    installs
  39. Worked Examples · thelobbi
    Step-by-step tutorials and worked examples for common Claude Code workflows — setup, debugging, code review, agent teams, hooks, memory, optimization, and CI/CD
    0
    installs
  40. Harness Pipeline · thelobbi
    This skill should be used when the user asks to "run a Harness pipeline", "trigger a deployment pipeline", "monitor a Harness execution", or "check pipeline status" — executing and watching Harness pipelines with Jira integration.
    0
    installs
  41. Harness Platform · thelobbi
    This skill should be used when the user asks to "configure Harness delegates", "set up Harness RBAC", "manage connectors/secrets/templates", "apply OPA policy as code", or "review audit logs" — Harness platform administration and governance.
    0
    installs
  42. Review Protocols · thelobbi
    This skill should be used when running or designing a code review process — adversarial verification, lens separation, evidence standards, severity mapping, and blackboard synthesis.
    0
    installs
  43. Ha Automation · thelobbi
    Automation YAML patterns, triggers, conditions, actions, and best practices for Home Assistant.
    0
    installs
  44. Host Capability Matrix · thelobbi
    This skill should be used when deciding which MCP Apps or window.openai APIs are safe to depend on for a given host — the verified M365 Copilot support matrix for the component bridge, tool descriptor _meta, annotations, resource _meta, CSP properties, and client _meta, plus the feature-detection patterns that keep a widget portable.
    0
    installs
  45. M365 Copilot Packaging · thelobbi
    This skill should be used when shipping an MCP app into Microsoft 365 Copilot as a declarative agent — prerequisites, the widget host CORS URL, OAuth 2.1 and Entra SSO redirect URIs, Agents Toolkit sideloading, dynamic tool discovery, and the Copilot-specific capability gaps to design around.
    0
    installs
  46. Text Animations · thelobbi
    Expert knowledge for creative text animations - typewriter effects, character-by-character reveals, kinetic typography, split text animations, and expressive text motion.
    0
    installs
  47. Claude Code Automation · thelobbi
    Universal reference for Claude Code automation surface — hooks, skills, plugins, sub-agents, agent teams, MCP, scheduled tasks, channels, routines, headless/SDK, checkpointing, permissions. Invoke when designing automations that leverage Claude Code features or when user asks "how do I automate X with Claude Code".
    0
    installs
  48. Cicd Integration · thelobbi
    Patterns for integrating Claude Code into CI/CD pipelines — GitHub Actions, GitLab CI, pre-commit hooks, automated PR reviews, headless mode, and cost control
    0
    installs
  49. Actions Authoring · thelobbi
    This skill should be used when writing, hardening, or optimizing GitHub Actions workflows — permissions, action pinning, script injection, caching, matrices, concurrency, and cost.
    0
    installs
  50. Heartbeat Monitor · thelobbi bundle
    Detect and replace a hung session in a multi-session fleet without killing a working one. Use when a lane looks silent, stalled, unresponsive or hung, when deciding whether to replace or ping a session, when taking a fleet census, or when a heartbeat file has gone stale. Enforces the hard-won rule that message-absence is not work-absence - read the lane's own artifact (heartbeat file, branch, open PR, worktree) and quote what it showed before calling anything silent - plus the staleness thresholds, the three silence classes and their different remedies, and the replacement handover that lets a successor resume rather than restart.
    0
    installs
  51. Repo Intelligence · thelobbi
    This skill should be used when computing or interpreting repository delivery metrics — DORA four keys, lead time decomposition, change-failure hotspots, ownership drift, bus factor, and flake cost.
    0
    installs
  52. Creative Effects · thelobbi
    Expert knowledge for artistic and creative animation effects - morphing shapes, liquid animations, glitch effects, distortion, and experimental visual techniques that push creative boundaries.
    0
    installs
  53. Context Budgeting · thelobbi
    Advanced context window management — token arithmetic, anchor budget math, compact strategies, progressive loading, and large codebase partitioning
    0
    installs
  54. Session Analytics · thelobbi
    Understanding and optimizing Claude Code session performance — token tracking, bottleneck identification, caching behavior, and cost estimation
    0
    installs
  55. Actions Automation · thelobbi
    This skill should be used when building automation on GitHub Actions beyond CI — manual and external triggers, scheduled jobs, reusable workflows, composite actions, issue and PR bots, auto-merge, and Dependabot.
    0
    installs
  56. Clean Architecture · thelobbi
    This skill should be used when the user asks to "apply clean architecture", "follow SOLID principles", "add dependency injection", "separate layers", "use hexagonal/onion architecture", "domain-driven design", or needs guidance on structuring code into clean, testable, decoupled layers.
    0
    installs
  57. Github Issue Model · thelobbi
    This skill should be used when working with GitHub's issue data model — issue types, sub-issues, dependencies, labels, milestones, issue forms and templates, and the community health files that configure them.
    0
    installs
  58. Jira Orchestration Workflow · thelobbi
    This skill should be used when the user asks to "orchestrate jira", "work on issue", "complete jira ticket", "development workflow", "jira automation", "issue lifecycle", "work on story", "fix bug ticket", or needs guidance on coordinating development work through Jira with multi-agent orchestration patterns.
    0
    installs
  59. Linear Attachments · thelobbi
    This skill should be used when uploading files to Linear, linking external URLs as attachments, or downloading existing attachments with auth. Activates on "linear attachment", "linear file upload", "fileUpload mutation", "attachmentLinkCreate".
    0
    installs
  60. Lovelace Design · thelobbi
    Advanced Lovelace dashboard patterns for Home Assistant.
    0
    installs
  61. Accent Animations · thelobbi
    Expert knowledge for decorative accent animations - floating shapes, glowing orbs, animated borders, sparkle effects, and embellishments that add visual polish and delight to interfaces.
    0
    installs
  62. Scroll Animations · thelobbi
    Expert knowledge for scroll-triggered animations, parallax effects, and scroll-linked interactions that create immersive storytelling experiences.
    0
    installs
  63. Plugin Development · thelobbi
    Complete guide to building Claude Code plugins — manifest schema, command/skill/agent/hook authoring, MCP server development, marketplace publishing, and testing
    0
    installs
  64. Prompt Engineering · thelobbi
    Crafting effective prompts, CLAUDE.md instructions, rules, agent system prompts, and skill bodies for optimal Claude Code behavior
    0
    installs
  65. Cc Worktree Management · thelobbi
    Git worktree creation, agent isolation, parallel task execution with EnterWorktree/ExitWorktree, branch-per-worktree patterns, and cleanup lifecycle for Claude Code
    0
    installs
  66. Release Engineering · thelobbi
    This skill should be used when cutting a release — computing a semver bump from conventional commits, writing changelogs and release notes, sequencing breaking changes, and planning rollbacks.
    0
    installs
  67. Swarm Orchestration For Linear · thelobbi
    This skill should be used when running many parallel coding agents against a Linear backlog — conductor/worker dispatch, exclusive claims, workspace isolation, retry and stall handling. Activates on "swarm", "parallel agents", "conductor", "fan out issues", "symphony", "worktree isolation", "delegation ledger".
    0
    installs
  68. Project Fingerprinting · thelobbi
    Deep project fingerprinting for tech stack detection, architecture analysis, and quality assessment
    0
    installs
  69. Enterprise Security · thelobbi
    Enterprise-grade security patterns for Claude Code — audit logging, compliance frameworks, secrets management, permission hardening, network security, and managed settings enforcement
    0
    installs
  70. Cc Verify Between Waves · thelobbi
    Checkpoint-between-waves cadence for multi-file refactors. After each logical batch (wave) of edits, run typecheck + tests; commit only on green; roll back the wave (not the whole branch) on red. Use for any refactor touching more than three files or three distinct concerns.
    0
    installs
  71. Github Orchestration · thelobbi
    This skill should be used when coordinating multi-agent GitHub delivery work — dispatching teams, holding a blackboard, enforcing merge gates, and deciding what to run in parallel versus in sequence.
    0
    installs
  72. Linear Rate Limiting · thelobbi
    This skill should be used when designing bulk operations against Linear — complexity budgets, exponential backoff, request pacing, and avoiding 429s. Activates on "linear rate limit", "linear 429", "linear throttle", "complexity budget".
    0
    installs
  73. Energy Management · thelobbi
    Home Assistant energy monitoring and optimization patterns.
    0
    installs
  74. Sensor Management · thelobbi
    Home Assistant sensor configuration and analytics patterns.
    0
    installs
  75. Ubuntu Deployment · thelobbi
    Deploy and manage Home Assistant on Ubuntu servers with Docker, security hardening, and complementary services.
    0
    installs
  76. Project Management Integrations · thelobbi
    Gantt charts, Kanban boards, scheduling, and resource management libraries that integrate with MUI — SVAR, DHTMLX, Bryntum, Syncfusion, FullCalendar, dnd-kit, and architecture patterns
    0
    installs
  77. Agent Teams Advanced · thelobbi bundle
    Advanced patterns for Claude Code Agent Teams — topology design, cross-team communication, worktree coordination, failure handling, and cost management
    0
    installs
  78. Cc Deep Code Intelligence · thelobbi
    Evidence-driven deep analysis for hard coding problems — architecture decisions, root-cause investigation, high-stakes refactor planning, performance bottleneck isolation. Use this skill whenever the user asks for "the best approach", a "deep analysis", "root cause", "principal engineer review", or runs /cc-intel. Also triggers on hard debugging questions, major architectural choices, tricky performance problems, or any task where a hypothesis tree and evidence table matter more than a fast answer.
    0
    installs
  79. Background Animations · thelobbi
    Expert knowledge for creating stunning animated backgrounds - gradient flows, particle systems, mesh gradients, aurora effects, wave patterns, and dynamic textures that bring depth and life to your interfaces.
    0
    installs
  80. Deep Code Intelligence · thelobbi bundle
    Evidence-driven workflow for hard coding problems, architecture decisions, root-cause analysis, and high-stakes implementation planning in Claude Code
    0
    installs
  81. Cc Prompt Budget Preflight · thelobbi
    Pre-flight check to run before any Agent-tool spawn. Prevents the "Prompt is too long" rejection class by enforcing a 5-section minimum-viable-prompt template and estimating forwarded context cost. Use whenever you are about to call the Agent tool with more than a one-paragraph prompt.
    0
    installs
  82. Writing Plans Enhanced · thelobbi bundle
    Enhanced plan-authoring skill with Pre-Writing context gathering, task metadata, non-TDD templates, Red Flags, telemetry, and an automated plan linter. Use when you have a spec or requirements for a multi-step task, before touching code.
    0
    installs
  83. Cc Orchestration Blackboard · thelobbi
    Shared filesystem-backed blackboard for multi-agent runs. Parallel subagents append findings for a given run-id; subsequent-round subagents read them via MCP tools without the orchestrator having to paste everything into their prompts. Use for any fan-out pattern with more than one round of deliberation.
    0
    installs
  84. Linear Pagination Filtering · thelobbi
    This skill should be used when fetching large result sets from Linear — cursor pagination, filter DSL, sorting, and complexity budgeting. Activates on "linear pagination", "linear filter", "linear cursor", "linear filtering".
    0
    installs
  85. Universal Templating · thelobbi
    Master all templating formats - Handlebars, Cookiecutter, Copier, Maven, and Harness - with format selection matrix, generation workflows, and best practices
    0
    installs