lingjiuu

4 mods across 1 repository, 114 stars between them.

explore

01

lingjiuu/hermes-dynamic-workflows

Agent

Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components//.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness…

114 1mo ago A 101 tokens original MIT

general-purpose

02

lingjiuu/hermes-dynamic-workflows

Agent

General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries use this agent to perform the search for you.

114 1mo ago A 56 tokens copy · 89% MIT

plan

03

lingjiuu/hermes-dynamic-workflows

Agent

Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs.

114 1mo ago A 40 tokens copy · 86% MIT

verification

04

lingjiuu/hermes-dynamic-workflows

Agent

Use this agent to verify that implementation work is correct before reporting completion. Invoke after non-trivial tasks (3+ file edits, backend/API changes, infrastructure changes). Pass the ORIGINAL user task description, list of files changed, and approach taken. The agent runs builds, tests, linters, and checks to…

114 1mo ago A 76 tokens original MIT