ChrisLamDev

27 mods across 1 repository, 9 stars between them.

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use before making irreversible changes (deleting files, destructive git operations, large refactors). Use when you need the ability to roll back if something goes wrong. Use at the start of any task that modifies multiple files.

9 2mo ago A 50 tokens original MIT

hermes-tweet

10

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when Hermes Agent needs X/Twitter search, public signal research, monitoring, or approval-gated account actions through the Hermes Tweet plugin.

9 2mo ago A 33 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use delegatetask with multiple browser-equipped sub-agents to extract verbatim text from Chinese academic/religious websites with JavaScript-heavy tree navigation. Covers coordination patterns, site-specific navigation, error recovery, and QA verification.

9 2mo ago A 51 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

A decision framework that gathers advice from several roles and combines it into one recommendation. It supports both parallel opinions for a decision and a step-by-step pipeline for applying feedback.

9 2mo ago A 55 tokens original MIT

plan

15

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when the user asks for a plan instead of executing work.

9 2mo ago A 15 tokens copy · 86% MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when requesting a code review before pushing changes. Pre-commit verification pipeline — static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.

9 2mo ago A 56 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

A task-routing engine that chooses among several ways to perform an action and learns from the results over time using a local SQLite database.

9 2mo ago A 51 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

9 2mo ago A 43 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

9 2mo ago A 38 tokens original MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.

9 2mo ago A 33 tokens copy · 95% MIT

ChrisLamDev/hermes-core-skills

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.

9 2mo ago A 33 tokens copy · 92% MIT