arthur0824hao

arthur0824hao

@arthur0824hao

GitHub
9 Skills
36 Total Stars
February 2026 Joined

Public Skills

skill-system-memory

by arthur0824hao

Persistent shared memory for AI agents backed by PostgreSQL (fts + pg_trgm, optional pgvector). Includes compaction logging and maintenance scripts.

Database 4 3mo ago

skill-system-postgres

by arthur0824hao

"Postgres-backed observability and policy store for the skill system. Provides tables for policy profiles (effect allowlists), skill execution runs, and step-level events. Use when setting up the skill system database or querying execution history."

Database 4 3mo ago

skill-system-insight

by arthur0824hao

"Observe user interaction patterns, extract per-session facets, update a dual-matrix soul state, and periodically synthesize a personalized Soul profile for better collaboration."

Auth 4 3mo ago

skill-system-evolution

by arthur0824hao

"Version-controlled evolution engine that uses accumulated insight results to evolve soul profiles and workflow recipes with auditability, safety constraints, and rollbacks."

Agents 4 3mo ago

skill-system-workflow

by arthur0824hao

"Dynamic orchestration engine that plans multi-step agent work as DAGs with Mermaid visualization."

Agents 4 3mo ago

skill-creator

by arthur0824hao

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Code Gen 4 3mo ago

skill-installer

by arthur0824hao

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Processing 4 3mo ago

skill-system-router

by arthur0824hao

"Meta-skill that teaches the Agent how to discover, select, execute, chain, and observe skills in the skill system. Load this skill when you need to: (1) find which skill can handle a capability, (2) execute a skill operation via its entrypoint, (3) chain multiple skill operations together, (4) check policy before executing, or (5) log skill execution for observability. This skill makes YOU the router — you decide what to run, in what order, based on context."

Agents 4 3mo ago

skill-system-soul

by arthur0824hao

"Agent behavioral profiles that standardize how different LLMs behave. Load this skill when you need to: (1) adopt a specific behavioral mode for a task, (2) switch between creative/strict/talkative modes, (3) ensure consistent behavior across different models. Profiles define personality, decision heuristics, communication style, and quality standards."

Agents 4 3mo ago