kadaliao

8 mods across 1 repository, 9 stars between them.

kadaliao/claude-code-skills-collection

Skill Claude CodeCodex

A coordinator pattern for managing several AI agents, with one agent directing workers that research, implement and verify work. The coordinator combines their results and makes decisions instead of doing every task itself.

9 5mo ago A 96 tokens

memory-type-system

04

kadaliao/claude-code-skills-collection

Skill Claude CodeCodex

A structured system for storing and recalling an agent’s long-term memories using four categories and frontmatter, which is metadata written at the top of a file.

9 5mo ago A 77 tokens

smart-memory-guard

06

kadaliao/claude-code-skills-collection

Skill Claude CodeCodex

A memory-management skill for OpenClaw agents, which are software agents that can use saved context. It organizes memories, checks whether they are outdated, and watches for excessive growth.

9 5mo ago A 120 tokens

kadaliao/claude-code-skills-collection

Skill Claude CodeCodex

A set of patterns for running multiple agents or task steps safely while tracking dependencies. It includes ideas such as separating reads from writes and marking tasks as blocked by other tasks.

9 5mo ago A 87 tokens

worker-prompt-craft

08

kadaliao/claude-code-skills-collection

Skill Claude CodeCodex

A guide for writing clear instructions to AI sub-agents, which are separate agents given delegated coding tasks. It focuses on providing enough context and asking for completed work rather than just an explanation.

9 5mo ago A 105 tokens