← all publishers

jordanhubbard

@jordanhubbard source repo

38 published skills

  1. Responsible Vibe · jordanhubbard
    Structured development workflows for AI-assisted coding. Use when starting new features, fixing bugs, following TDD, refactoring code, or any development task that benefits from planning and structure. Activate it when users mention to build, enhance or fix code.
    0
    installs
  2. Mac CLI · jordanhubbard
    How the mac CLI is actually shaped — object groups, the admin re-parenting, and the verbs that are not what you would guess. Read this before running mac commands.
    0
    installs
  3. Judgement · jordanhubbard
    Hub-owned checklist for judging task-lifecycle gate quality and intervening on process defects. Read by the hourly judgement process and by any operator inspecting why the hub stopped a task, held an agent, or redeployed the fleet.
    0
    installs
  4. Cut A Release · jordanhubbard
    The documentation work that must land before a release is tagged — capture a capabilities deck pinned to the release commit, publish it to Google Slides, link it, and re-verify the docs gates. Use when every release gate is green and the next step is tagging a version and creating the GitHub release.
    0
    installs
  5. Setup Mac Fleet · jordanhubbard
    Use when a user asks to set up, bootstrap, deploy, access, or configure mac agents or a fleet — including how to deploy onto bare-metal, virtual-machine, containerized, or provider-managed HGX agents. Runs the first-time setup wizard, writes a home-scoped multi-fleet registry, selects the right supervisor (systemd / launchd / supervisord) and SSH transport (direct / HGX / Tailscale / Headscale / bastion ProxyJump) per host type, and keeps fleet-specific data out of Git.
    0
    installs
  6. Agentbus Context · jordanhubbard
    Read the fleet's broadcast bus BEFORE you start a task — has this work already landed, has the trunk moved under you, is a peer holding the file you are about to edit. Consulting the bus is step zero of starting work, not an optional extra.
    0
    installs
  7. Record User Directed Work · jordanhubbard
    Turn user direction, corrections, and discovered defects into durable ledger tasks before implementing them. Use whenever you change this repository or the fleet in response to a conversation, or find follow-up work while executing.
    0
    installs
  8. Mac Agent Terminal Timeout · jordanhubbard
    Use when a MAC fleet agent task fails with a terminal:timeout tool_error, or when running long-lived MAC-repo operations (contract tests, bootstrap, large git operations) to avoid timing out mid-task.
    0
    installs
  9. Agentfabric Overview Presentation · jordanhubbard bundle
    Regenerate or extend the AgentFabric overview document pair (20-slide deck plus prose narrative) from this authoring package. Read before editing any file in docs/presentations/agentfabric-overview/.
    0
    installs
  10. Nvidia Inference Multimodal · jordanhubbard
    Go beyond text: understand images (vision) and generate images via the NVIDIA inference hub through the in-mac router. Use when a task involves looking at an image/screenshot or producing an image — no local GPU needed (routes to hosted models).
    0
    installs
  11. Kslug Nightly News · jordanhubbard
    Produce the KSLUG Nightly News broadcast transcript for Slack #localnews from collector wire copy. Use when the host runner asks for tonight's KSLUG show.
    0
    installs
  12. Releasing · jordanhubbard bundle
    Cut a NanoLang release. Defines the ordered gates, and indexes the child skills that own each one. Use before running make release, make release-minor, or make release-major, and whenever a release is being prepared by hand.
    0
    installs
  13. Regenerate Nanolang Developer Overview · jordanhubbard bundle
    Regenerate and refresh the NanoLang developer presentation and narrative from current language, compiler, NanoISA, NanoVM, and release evidence.
    0
    installs
  14. Reading Nanolang · jordanhubbard
    Read, understand, and write current NanoLang (.nano) source correctly. Use this whenever you inspect, review, or generate NanoLang, including src_nano/ and NanoLang modules. Covers current calls, equal-precedence operators, local inference, optional else, project shadow policy, safety boundaries, and my first-person voice.
    0
    installs
  15. Mac Task Tracking · jordanhubbard
    Track issues and work items for this repository using the MAC hub task ledger (`mac task`). Use this whenever you need to find available work, file a follow-up issue, claim a task, or close one. NanoLang uses `mac task` — NOT bd/beads, NOT TodoWrite/TaskCreate, NOT markdown TODO lists.
    0
    installs
  16. Release Readiness · jordanhubbard
    Inspect GitHub issues and pull requests before a NanoLang release, scope them to the release in progress, and close stale work only with an explicit, auditable annotation.
    0
    installs
  17. Roadmap Execution · jordanhubbard
    Plan and execute repository product work through docs/ROADMAP.md. Use this before starting features, refactors, optimization programs, or other work with multiple deliverables. Add ordered checkboxes first, execute from top to bottom, and mark only verified work complete.
    0
    installs
  18. Session Completion · jordanhubbard
    Land the plane at the end of a work session: run quality gates, update task status, and — critically — commit AND push so no work is stranded locally. Use this whenever you are wrapping up changes in this repository. Work is NOT complete until `git push` succeeds.
    0
    installs
  19. Releasing Presentation · jordanhubbard bundle
    Bring the developer deck and narrative current before a NanoLang release is tagged, and publish them afterwards. Use when make release-docs-check reports the presentation stale or disagreeing with its specification.
    0
    installs
  20. Nanovm Opcode Debugging · jordanhubbard
    Diagnose NanoVM opcode, stack, value, and FFI failures with the optional NANO_VM_TRACE instrumentation.
    0
    installs
  21. Releasing Documentation · jordanhubbard bundle
    Bring README, CONTRIBUTING, the user guide and the roadmap current before a NanoLang release is tagged. Use when make release-docs-check names one of them, or when preparing a release by hand.
    0
    installs
  22. Persona Template · jordanhubbard bundle
    Reference template for creating new Loom agent personas. Use when adding a new role to the org chart, defining a new agent's responsibilities, or bootstrapping a persona SKILL.md from scratch. Copy this file, replace the placeholder sections, and validate with loomctl.
    0
    installs
  23. Ceo · jordanhubbard bundle
    Executive decision-maker who processes escalated beads, resolves agent deadlocks, allocates resources across the org chart, and produces weekly executive summaries. Use when a bead is stuck at the top of the escalation chain, agents disagree on priority or approach, resources need reallocation, or a strategic status report is needed. Handles approve/deny/reassign/cull decisions, org health monitoring, and cross-team coordination via loomctl.
    0
    installs
  24. Cfo · jordanhubbard bundle
    Finance leader who monitors LLM provider spend, forecasts token costs, enforces budget thresholds, and recommends model selection changes to reduce waste. Use when provider costs are rising unexpectedly, a budget alert fires, a workflow needs cost optimization, or a spend forecast is required before scaling a project. Tracks cost-per-bead, flags repeated failed calls, and updates provider configuration via loomctl.
    0
    installs
  25. Cto · jordanhubbard bundle
    Makes final-call architecture decisions, triages complex technical escalations, selects technologies, and sets engineering standards across the org. Use when a technical problem exceeds the Engineering Manager's scope, when architecture needs a binding decision, when technology choices have long-term implications, or when engineering standards need to be defined or updated.
    0
    installs
  26. QA Engineer · jordanhubbard bundle
    Validates code correctness, discovers edge cases, and enforces quality gates before shipping. Use when you need to write test plans, run regression suites, diagnose flaky tests, analyze failure patterns, or verify that a fix addresses the root cause rather than just the symptom. Handles test plan creation, integration testing, edge case discovery, quality metrics tracking, and regression detection across the Loom codebase.
    0
    installs
  27. Web Designer · jordanhubbard bundle
    Designs user interfaces with clear information hierarchy, intuitive interaction patterns, and accessibility-first layouts. Use when creating wireframes, evaluating UX flows, auditing visual hierarchy, designing responsive layouts, or improving usability of existing Loom interfaces.
    0
    installs
  28. Code Reviewer · jordanhubbard bundle
    Reviews pull requests and code changes for correctness, security vulnerabilities, race conditions, performance regressions, and architectural fit. Use when a bead involves code review, security audit, merge approval, or when an agent needs a second pair of eyes before shipping. Catches bugs, enforces best practices, and provides actionable fix suggestions with concrete remediation steps.
    0
    installs
  29. Decision Maker · jordanhubbard bundle
    Breaks deadlocks when Loom agents disagree or can't reach consensus. Analyzes competing positions, weighs trade-offs by reversibility and impact, and issues a binding decision with documented rationale. Use when agents are stuck, deadlocked, in disagreement, or a tie-breaker is needed.
    0
    installs
  30. Devops Engineer · jordanhubbard bundle
    Configures CI/CD pipelines, debugs build failures, automates deployments, and monitors infrastructure health in Loom projects. Use when a build fails, a pipeline needs setup, a deployment is stuck, containers need orchestration, or monitoring and alerting need configuration.
    0
    installs
  31. Product Manager · jordanhubbard bundle
    Strategic product agent that triages customer feedback beads, writes actionable user stories with acceptance criteria, prioritizes work by user impact, and maintains roadmap alignment. Use when new customer feedback arrives, when features need prioritization, when user stories need writing, when roadmap drift is detected, or when weekly product status reports are due. Handles feature gap analysis, backlog grooming, and cross-team coordination through Loom meetings.
    0
    installs
  32. Project Manager · jordanhubbard bundle
    Tracks bead progress, manages release timelines, and resolves cross-team dependency blockers using loomctl and the Loom org chart. Use when beads are slipping, releases need coordination, or blocked dependencies threaten downstream work. Handles milestone planning, critical path analysis, risk identification, and status reporting across the engineering org.
    0
    installs
  33. Housekeeping Bot · jordanhubbard bundle
    Automated codebase maintenance agent that removes dead code, prunes stale branches, updates outdated dependencies, fixes lint violations, and cleans orphaned test fixtures on a recurring schedule. Use when the repository accumulates technical debt, when dependencies fall behind, when CI reports lint failures, or when stale branches and unused artifacts need cleanup. Invoked by scheduled sweeps, manual hygiene requests, or post-release cleanup passes.
    0
    installs
  34. Engineering Manager · jordanhubbard bundle
    Manages engineering ICs by triaging blocked beads, running oversight loops, reviewing architecture, and coordinating cross-agent work in Loom. Use when beads are stuck, an IC needs help, architecture decisions require review, or engineering status and velocity need assessment.
    0
    installs
  35. Documentation Manager · jordanhubbard bundle
    Creates and updates README files, API documentation, changelogs, architecture docs, and user guides for Loom projects. Use when docs are outdated, a feature needs documenting, a changelog entry is missing, or code changes require documentation updates.
    0
    installs
  36. Web Designer Engineer · jordanhubbard bundle
    Implements accessible, performant web interfaces from design specs and requirements using HTML, CSS, and JavaScript. Use when building UI components, optimizing page load performance, fixing accessibility issues, or converting design mockups into production-ready responsive code within Loom projects.
    0
    installs
  37. Remediation Specialist · jordanhubbard bundle
    Diagnoses stuck agents, systemic blockers, and self-healing failures across the Loom orchestration layer. Use when an agent is looping, a recovery sweep fails to clear stalled beads, dispatch logs show repeated errors, or the organization itself is malfunctioning. Performs root cause analysis, loop detection, recovery pattern repair, and threshold tuning for Loom's agent infrastructure.
    0
    installs
  38. Public Relations Manager · jordanhubbard bundle
    Manages all external-facing communication for the Loom project including GitHub issues, release notes, community responses, and status pages. Use when drafting public announcements, triaging community feedback into beads, writing release notes from code changes, or responding to external bug reports. Translates internal technical context into clear public communication.
    0
    installs