neithhogg

12 mods across 1 repository, 297 stars between them.

gh-cli

01

neithhogg/lair

Skill Claude CodeCodex

GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.

297 4mo ago D 45 tokens

git-commit

02

neithhogg/lair

Skill Claude CodeCodex

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

297 4mo ago A 87 tokens

project-config

03

neithhogg/lair

Skill Claude CodeCodex

Detects the running AI agent environment (Claude Code, Codex, Gemini CLI, Cursor, Windsurf, etc.), scans the codebase, and generates the appropriate context config file: CLAUDE.md, AGENTS.md, GEMINI.md, or .cursorrules. Also offers AGENTS.md as a cross-agent universal standard. Use when starting work in a new codebase…

297 4mo ago A 100 tokens

project-init

04

neithhogg/lair

Skill Claude CodeCodex

Bootstraps a new AI-assisted project through a structured 4-phase conversation, then generates PROJECT.md, JOURNAL.md, .gitignore, and tmp/README.md. Also searches skills.sh and installs relevant skills for the approved tech stack. Optionally initializes OpenSpec for spec-driven development workflows. Use when…

297 4mo ago A 89 tokens

project-sync

05

neithhogg/lair

Skill Claude CodeCodex

Keeps PROJECT.md, JOURNAL.md, README.md, and AI context files (CLAUDE.md, AGENT.md, AGENTS.md) accurate and consistent with each other. Automatically reads recent git history and file changes to determine what's been completed and what's planned. JOURNAL.md is a lightweight checklist — [x] for done, [ ] for planned.…

297 4mo ago A 112 tokens

skill-creator

06

neithhogg/lair

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

297 4mo ago A 64 tokens

analyzer

07

neithhogg/lair

Agent Codex

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

297 4mo ago A 0 tokens

comparator

08

neithhogg/lair

Agent Codex

Compare two outputs WITHOUT knowing which skill produced them.

297 4mo ago A 0 tokens

grader

09

neithhogg/lair

Agent Codex

Evaluate expectations against an execution transcript and outputs.

297 4mo ago A 0 tokens

lair CLAUDE.md

10

neithhogg/lair

Instructions file

Claude Code instructions for neithhogg/lair, covering claude.md, what this repo is, commands, architecture and skills (skills//skill.md).

297 4mo ago A 979 tokens

pre-push

11

neithhogg/lair

Skill Claude CodeCodex

Detects and runs CI-equivalent commands locally before a git push: tests, lint, type-check, and build. Scans the project for available commands across any language stack, presents a confirmation menu, then runs each command in sequence and reports a clear pass/fail summary. Invoke explicitly with /pre-push — never…

297 4mo ago B 72 tokens

tdd

12

neithhogg/lair

Skill Claude CodeCodex

Guides a strict red-green-refactor TDD cycle for any language. Detects the project's test runner and conventions, writes the failing test first (red), then the minimal implementation (green), then offers a refactor pass. Never writes implementation code before a failing test exists and has been run. Invoke explicitly…

297 4mo ago A 74 tokens