liatrio-labs/slash-command-manager
Instructions file CodexOpenCode
Instructions for liatrio-labs/slash-command-manager, covering agents.md, context marker, required commands, critical rules and project context.
liatrio-labs/slash-command-manager
Instructions file CodexOpenCode
Instructions for liatrio-labs/slash-command-manager, covering agents.md, context marker, required commands, critical rules and project context.
Hook Claude Code
Runs after a tool call finishes for Task and TodoWrite tool calls, running entire hooks claude-code post-task (2 commands). From liatrio-labs/ai-prompts.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, running entire hooks claude-code pre-task. From liatrio-labs/ai-prompts.
Hook Claude Code
Runs when a session ends, running entire hooks claude-code session-end. From liatrio-labs/ai-prompts.
Hook Claude Code
Runs when a session starts, running entire hooks claude-code session-start. From liatrio-labs/ai-prompts.
Hook Claude Code
Runs when the agent finishes a response, running entire hooks claude-code stop. From liatrio-labs/ai-prompts.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running entire hooks claude-code user-prompt-submit. From liatrio-labs/ai-prompts.
Settings file Claude Code
Agent settings declaring 6 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart).
Instructions file CodexOpenCode
Instructions for liatrio-labs/ai-prompts, covering ai agent instructions, context marker, local skill scripts, standard workflow and initialize.
Skill Claude CodeCodex
Split oversized or mixed-concern branches into smaller, reviewable PR stacks with safety refs, topology selection, parity audits, and merge sequencing. Use when a PR or branch is too large, difficult to review, mixed across concerns, conflict-prone, or needs to be decomposed without losing net changes.
Skill Claude CodeCodex
Use when you need lightweight browser QA for a web page, local HTML file, or app: inspect console errors, broken assets, keyboard/focus behavior, viewport readability, and publish evidence-backed findings JSON through a local HTML report viewer.
Skill Claude CodeCodex
Create, validate, and repair Mermaid diagrams for technical documentation with a deterministic CLI feedback loop. Use when an AI needs to create Mermaid diagrams, improve Mermaid diagram quality, validate Mermaid fences in markdown, diagnose Mermaid rendering failures, or fix Mermaid syntax and formatting issues.
Skill Claude CodeCodex
Generate a reviewer-ready pull request or merge request title and description from branch changes. Use when a user asks to draft PR/MR content, summarize branch deltas against a base branch, or optionally create the PR with gh/glab after approval.
Skill Claude CodeCodex
Create Conventional Commit messages and execute safe git commits from working tree changes. Use when users ask to create a commit, write a conventional commit message, split broad changes into multiple commits, stage only parts of files, run pre-commit before committing, or perform a quick commit-time quality review…
Skill Claude CodeCodex
Interact with Mastra development server API for debugging agents, viewing conversation threads, listing/inspecting tools and workflows, accessing observability data, and managing Mastra resources. Use when working with Mastra agents and need to inspect runtime state, debug agent errors, view thread history, see…
Skill Claude CodeCodex
Manage local development environments with Tilt. Use when working with projects that run services via Tilt (indicated by presence of Tiltfile), including checking service status, viewing logs, troubleshooting connectivity issues, or managing the Tilt stack. Essential for projects using Tiltfile with localresource for…
Skill Claude CodeCodex
Provides concise guidance for using uv (Python package manager), including project workflows, pip-compatible commands, Python version management, and PEP 723 inline script dependencies. Use when users mention uv, uv run, inline dependencies, PEP 723, or Python dependency/project management.