git-malu/personal-assistant

5Stars on the repository
39Mods indexed here, across every type
22d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

pa-cleanup

01

git-malu/personal-assistant

Agent

Daily cleanup: keep docs fresh, cull stale tests, maintain GitNexus index. Run after merges or as periodic housekeeping across all five repo directories.

5 22d ago A 31 tokens

pa-client-dev

02

git-malu/personal-assistant

Agent

Frontend developer agent for personal-assistant-client. Implements UI components, pages, state management. Works in personal-assistant-client/ directory only.

5 22d ago A 28 tokens

pa-client-manager

03

git-malu/personal-assistant

Agent

Domain orchestrator for the Client directory (personal-assistant-client/). Receives tasks from pa-dev-manager and runs the Client control loop: pa-client-dev → pa-client-tester → pa-client-reviewer → loop or approve. Does NOT implement, review, or test — only schedules and decides. Does NOT commit — the common…

5 22d ago A 74 tokens

pa-client-reviewer

04

git-malu/personal-assistant

Agent

Code review agent for personal-assistant-client. Reviews frontend code changes for quality, type safety, styling compliance, and adherence to guidelines. Also audits tester's stale test removals — ensures no good tests were wrongly removed. Reports issues but does not modify code.

5 22d ago A 52 tokens

pa-client-tester

05

git-malu/personal-assistant

Agent

Test agent for personal-assistant-client. Writes missing tests, removes stale tests , and runs unit tests, type checks, linting, and build checks. Reports failures but does not modify implementation code.

5 22d ago A 40 tokens

pa-committer

06

git-malu/personal-assistant

Agent

Common pa-committer agent for the entire personal-assistant mono-repo. Stages and commits all changed files across personal-assistant-meta/, personal-assistant-service/, personal-assistant-client/, personal-assistant-infra/, and personal-assistant-e2e/. Called by pa-meta-manager (for Plan checkpoint) and…

5 22d ago A 141 tokens

pa-dev-manager

07

git-malu/personal-assistant

Agent

Orchestrator for the Dev Phase of the personal-assistant ecosystem. Takes an issue and its approved plan.md, and runs the Dev Phase pipeline: API Update (pa-meta-service-dev) → API Type Sync (pa-meta-client-dev) → Parallel Development (service/client/infra domain managers) → Implementation Commit (pa-committer) → E2E…

5 22d ago A 136 tokens

pa-e2e-manager

08

git-malu/personal-assistant

Agent

Domain orchestrator for the E2E directory (personal-assistant-e2e/). Receives tasks from pa-dev-manager and runs the E2E control loop: pa-e2e-tester → pa-e2e-reviewer → loop or approve. Does NOT implement, review, or test — only schedules and decides. Does NOT commit — the common pa-committer handles all commits.

5 22d ago A 80 tokens

pa-e2e-reviewer

09

git-malu/personal-assistant

Agent

Code reviewer for E2E test code (personal-assistant-e2e/). Reviews E2E test scripts, regression tests, and test infrastructure written by pa-e2e-tester. Audits tester's stale test removals — ensures no good tests were wrongly removed. Does NOT modify test code — only reviews and reports. Reports to pa-e2e-manager.

5 22d ago A 75 tokens

pa-e2e-tester

10

git-malu/personal-assistant

Agent

E2E tester for personal-assistant. Tests Service+Client together via Hermes. Maintains the E2E test suite — writes new tests, removes stale ones (current issue scope only, reviewer audits removals). Two task types: feature testing (create bugs for failures) and bug verification (close resolved bugs). Reports to…

5 22d ago A 72 tokens

pa-infra-dev

11

git-malu/personal-assistant

Agent

IaC developer agent for personal-assistant-infra. Implements CDKTF stacks, resource definitions, and provider configs. Works in personal-assistant-infra/ directory only.

5 22d ago A 35 tokens

pa-infra-manager

12

git-malu/personal-assistant

Agent

Domain orchestrator for the Infra directory (personal-assistant-infra/). Receives tasks from pa-dev-manager and runs the Infra control loop: pa-infra-dev → pa-infra-tester → pa-infra-reviewer → loop or approve. Does NOT implement, review, or test — only schedules and decides. Does NOT commit — the common pa-committer…

5 22d ago A 78 tokens

pa-infra-reviewer

13

git-malu/personal-assistant

Agent

Code review agent for personal-assistant-infra. Reviews IaC code changes for correctness, security, cost implications, and adherence to guidelines. Also audits tester's stale test removals — ensures no good tests were wrongly removed. Reports issues but does not modify code.

5 22d ago A 53 tokens

pa-infra-tester

14

git-malu/personal-assistant

Agent

Test agent for personal-assistant-infra. Writes missing tests, removes stale tests , and runs cdktf synth, linting, type checks, and snapshot validation. Reports failures but does not modify implementation code.

5 22d ago A 41 tokens

pa-meta-client-dev

16

git-malu/personal-assistant

Agent

API type sync agent for the Meta domain. Works in personal-assistant-client/ with a narrow scope: only regenerates TypeScript types from the OpenAPI spec. Does NOT implement frontend features.

5 22d ago A 39 tokens

pa-meta-dev

17

git-malu/personal-assistant

Agent

Issue evaluator and architecture/specs maintainer for personal-assistant-meta. Evaluates issues for staleness and feasibility — accept or reject. If accepted, updates the relevant architecture design documents (architecture/) and business specifications (specs/), then writes a single unified implementation plan…

5 22d ago A 70 tokens

pa-meta-manager

18

git-malu/personal-assistant

Agent

Orchestrator for the Meta Phase of the personal-assistant ecosystem. Takes an issue and runs the Meta-Phase pipeline: Setup → Issue Evaluation & Architecture Updates (pa-meta-dev) → Unified Plan Draft (pa-meta-dev) → Expert Panel Review (panel-chair) → Plan Commit (pa-committer) → Human Approval. Never writes plans…

5 22d ago A 84 tokens

pa-meta-service-dev

19

git-malu/personal-assistant

Agent

API interface update agent for the Meta domain. Works in personal-assistant-service/ with a narrow scope: only updates FastAPI/Pydantic schemas and regenerates OpenAPI spec. Does NOT implement backend features.

5 22d ago A 42 tokens

pa-service-dev

20

git-malu/personal-assistant

Agent

Backend developer agent for personal-assistant-service. Implements API endpoints, business logic, and database operations. Works in personal-assistant-service/ directory only.

5 22d ago A 30 tokens

pa-service-manager

21

git-malu/personal-assistant

Agent

Domain orchestrator for the Service directory (personal-assistant-service/). Receives tasks from pa-dev-manager and runs the Service control loop: pa-service-dev → pa-service-tester → pa-service-reviewer → loop or approve. Does NOT implement, review, or test — only schedules and decides. Does NOT commit — the common…

5 22d ago A 74 tokens

pa-service-reviewer

22

git-malu/personal-assistant

Agent

Code review agent for personal-assistant-service. Reviews backend code changes for quality, type safety, security, and adherence to guidelines. Also audits tester's stale test removals — ensures no good tests were wrongly removed. Reports issues but does not modify code.

5 22d ago A 51 tokens

pa-service-tester

23

git-malu/personal-assistant

Agent

Test agent for personal-assistant-service. Writes missing tests, removes stale tests , and runs unit tests, type checks, linting, and coverage. Reports failures but does not modify implementation code.

5 22d ago A 39 tokens

panel-chair

24

git-malu/personal-assistant

Agent

General-purpose Panel Chair (评审主席) for coordinating multi-model panel discussions. Orchestrates three specialized panelist agents (DeepSeek, Gemini, Zhipu) in parallel for diverse expert opinions, synthesizes their findings into a single cohesive recommendation with Mermaid diagrams, and runs an iterative control loop…

5 22d ago A 67 tokens