Command Claude Code
Help me create a new release of a memory-hub component.
Command Claude Code
Help me create a new release of a memory-hub component.
Command Claude Code
Generate and implement tools from TOOLSPLAN.md using parallel subagents.
Command Claude Code
Deploy MCP server to OpenShift with pre-flight checks.
Command Claude Code
Break down complex tasks into sub-problems, solve them efficiently, then aggregate results.
Command Claude Code
Test tool ergonomics by role-playing as the consuming agent.
Command Claude Code
Implement an MCP component (tool/resource/prompt/middleware) efficiently.
Command Claude Code
Use this skill for ALL issue operations. Never create issues manually without using the skill -- it enforces our conventions.
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.
Command Claude Code
Plan MCP tools by reading Anthropic's guidance and creating TOOLSPLAN.md.
Command Claude Code
Update README.md and ARCHITECTURE.md based on implemented components.
Command Claude Code
Create an AI agent system prompt based on implemented tools.
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.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
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.
Instructions file
Claude Code instructions for redhat-ai-americas/memory-hub, covering memoryhub, project overview, branch strategy, issue management and development conventions.
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/.
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).
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Resume and hand off work across agent sessions using the work-item pool.