redhat-ai-americas

25 mods across 1 repository, 20 stars between them.

ds

04

redhat-ai-americas/memory-hub

Command Claude Code

Break down complex tasks into sub-problems, solve them efficiently, then aggregate results.

20 6d ago A 16 tokens

issue-tracker

07

redhat-ai-americas/memory-hub

Command Claude Code

Use this skill for ALL issue operations. Never create issues manually without using the skill -- it enforces our conventions.

20 6d ago A 23 tokens

memoryhub-manage

08

redhat-ai-americas/memory-hub

Command Claude Code

Manage MemoryHub graph, curation, and project operations via the CLI. This skill wraps cold-path operations that are used less frequently than search/write/read.

20 6d ago A 0 tokens

SessionStart

12

redhat-ai-americas/memory-hub

Hook Claude Code

Runs when a session starts on startup, compact and clear, executing load-memories.sh (3 commands). From redhat-ai-americas/memory-hub.

20 6d ago A tokens not measured

retro

14

redhat-ai-americas/memory-hub

Skill Claude CodeCodex

Run a retrospective after a major feature, sprint, or effort. Reviews what was planned vs built, identifies gaps, documents findings, and checks for recurring patterns across past retros.

20 6d ago A 37 tokens

redhat-ai-americas/memory-hub

Instructions file

Claude Code instructions for redhat-ai-americas/memory-hub, covering memoryhub, project overview, branch strategy, issue management and development conventions.

20 6d ago D 3,774 tokens

add-hook

16

redhat-ai-americas/memory-hub

Command Claude Code

Add a lifecycle hook to the agent. Hooks are shell commands that fire at specific points in the agent lifecycle, configured via YAML files in hooks/.

20 6d ago A 0 tokens

add-memory

17

redhat-ai-americas/memory-hub

Command Claude Code

Wire MemoryHub integration into the agent for persistent memory across runs. This command configures both the SDK path (self.memory for agent code) and the MCP path (MemoryHub tools for the LLM).

20 6d ago A 0 tokens

add-skill

18

redhat-ai-americas/memory-hub

Command Claude Code

Add a new skill directory following the agentskills.io specification. Skills are capabilities that are too large to keep in context all the time — they load on demand via progressive disclosure.

20 6d ago A 0 tokens

add-tool

19

redhat-ai-americas/memory-hub

Command Claude Code

Add a new tool to the agent with the @tool decorator. This command walks through designing the tool, generating the code, and verifying it integrates with the tool registry.

20 6d ago A 0 tokens

create-agent

20

redhat-ai-americas/memory-hub

Command Claude Code

Scaffold the agent implementation from an approved AGENTPLAN.md. This command generates the agent subclass, tools, prompts, skills, rules, and configuration based on the plan produced by /plan-agent.

20 6d ago A 0 tokens

deploy-agent

21

redhat-ai-americas/memory-hub

Command Claude Code

Build the container image and deploy the agent to OpenShift. This command handles the full path from source code to a running pod.

20 6d ago B 0 tokens

exercise-agent

22

redhat-ai-americas/memory-hub

Command Claude Code

Test agent behavior through structured role-play scenarios. This command validates that the agent responds correctly, uses tools appropriately, and handles edge cases gracefully — all without deploying to OpenShift.

20 6d ago A 0 tokens

plan-agent

23

redhat-ai-americas/memory-hub

Command Claude Code

Design an agent before writing any code. This command produces an AGENTPLAN.md file that captures what the agent does, what tools it needs, what prompts it uses, and how it behaves. The plan is reviewed and approved before any implementation begins.

20 6d ago A 0 tokens