hereinthehive

35 mods across 2 repositories, 9 stars between them.

inclusion-guardian

03

hereinthehive/gotrino-assistant

Agent

Quick inclusion review of code, examples, or documentation. Lightweight check that flags issues and offers to track decisions. Invoke with /guardian or chain after other tasks.

5 4mo ago A 37 tokens original MIT

code-debt

04

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Surface code-level debt — TODO/FIXME markers, deprecated APIs, dead code, oversized units, magic numbers. Use when reviewing a module, planning cleanup work, or before a release. Not a linter — observes patterns and assesses impact.

5 4mo ago A 53 tokens original MIT

debt-audit

05

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Run all five debt dimensions (code, doc, test, dep, design) and synthesize a cross-cutting report. Surfaces systemic hotspots — modules with debt in multiple dimensions. Use when planning a tech-health effort or preparing for a major release.

5 4mo ago A 56 tokens original MIT

dep-debt

06

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Surface dependency debt — outdated packages, abandoned/deprecated libs, unused deps, version drift across manifests. Static analysis only (no package manager calls). Use before upgrades, audits, or when planning tech renewal.

5 4mo ago A 45 tokens original MIT

design-debt

07

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Surface design-level debt — inconsistent patterns (error handling, naming, response shapes), architectural drift from declared principles, duplicated business logic. Use when the codebase feels harder to reason about than it used to.

5 4mo ago A 45 tokens original MIT

doc-debt

08

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Surface documentation debt — stale READMEs, missing public API docs, broken internal links, undocumented env vars. Use when onboarding gets friction, before a release, or when an API has evolved without matching doc updates.

5 4mo ago A 47 tokens original MIT

examples-audit

09

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Analyze mock data and examples for cultural assumptions, understanding what they communicate about who the product is for. Use when reviewing test data, documentation, or seed data.

5 4mo ago A 36 tokens original MIT

explain

10

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Document the reasoning behind implementation decisions as markdown files. Creates decision records that future developers can reference.

5 4mo ago A 22 tokens original MIT

i18n-check

11

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Analyze code for internationalization issues, understanding the UI context and user impact before flagging problems. Use when reviewing code for global readiness.

5 4mo ago A 32 tokens original MIT

impact

12

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Analyze system-wide impact of changes before making them. Use before modifying shared utilities, changing APIs, or refactoring core functionality.

5 4mo ago A 27 tokens original MIT

inclusion-audit

13

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Comprehensive inclusion analysis of code, examining language, internationalization, assumptions, and who might be excluded. Thorough review for releases or major features.

5 4mo ago A 34 tokens original MIT

inclusive-names

14

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Generate culturally diverse names for examples, mock data, and test fixtures. Includes edge-case names that catch bugs.

5 4mo ago A 26 tokens original MIT

language-check

15

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Analyze code and documentation for non-inclusive language, understanding context and intent before flagging issues. Use when reviewing code for biased terms, gendered language, or problematic terminology.

5 4mo ago A 37 tokens original MIT

names-check

16

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Analyze examples and mock data for name diversity, understanding the context and purpose before suggesting changes. Use when reviewing test data, documentation, or seed data.

5 4mo ago A 33 tokens original MIT

teach-charter

18

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Set up the Gotrino assistant for your project. Detects your stack, captures scope decisions, and creates a config that evolves with your project. Run once to get started, revisit to update decisions.

5 4mo ago A 45 tokens original MIT

test-assumption

19

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Identify hidden assumptions about users in code that could exclude or harm. A focused analysis asking "What am I assuming about the person using this?".

5 4mo ago A 32 tokens original MIT

test-debt

20

hereinthehive/gotrino-assistant

Skill Claude CodeCodex

Surface test-suite debt — skipped tests, untested public APIs, flaky patterns (retries, sleeps), missing edge cases. Pattern-based static analysis; does not run coverage tools. Use when tests feel unreliable or before a release.

5 4mo ago A 50 tokens original MIT

caretaker

22

hereinthehive/kickstart

Agent Claude Code

Internal-integrity audit subagent. Checks preference rot, adoption signal, and shim/config integrity. Invoked by /update; returns structured findings.

4 3mo ago A 32 tokens

curator

23

hereinthehive/kickstart

Agent Claude Code

External audit subagent. Refreshes the Claude Code best-practices baseline (knowledge.md) and produces a project-specific gap analysis (curator-recommendations.md). Invoked by onboarding and /update.

4 3mo ago A 45 tokens

SessionStart

24

hereinthehive/kickstart

Hook Claude Code

Runs when a session starts, running an inline shell check. From hereinthehive/kickstart.

4 3mo ago A tokens not measured