local-first agents

215 tagged local-first, measured the same way as everything else here.

Browse within: knowledge-management 30macos 25Multi-Agent 24artificial-intelligence 15desktop-app 15meeting-notes 15tauri 14knowledge-graph 12obsidian 12angular 11agent-os 9ai-assistant 9awesome-list 9dictation 9

outfitter-dev/blz

Agent Claude Code

Part of blz

Use this agent when:\n\n1. Adding new sources with index-only content: After running blz add --dry-run and seeing "contentType": "index" ( \nContext: User is adding Supabase to the registry and discovers it's an index file.\n\nuser: "I want to add Supabase to the registry"\nassistant: "Let me add that source and…

27 22d ago A 666 tokens original MIT

architect

50

mishalyalin/pupsik

Agent

You are the Architect. Your job is to design the plan before anyone writes code or moves files.

21 18d ago A 0 tokens original MIT

discoverer

51

mishalyalin/pupsik

Agent

You are the Discoverer. Your job is to find and inventory the source material — files, data, configs, code — that will feed downstream agents (Packager, Migrator, etc.).

21 18d ago A 0 tokens original MIT

packager

52

mishalyalin/pupsik

Agent

You are the Packager. Your job is to take a plan (from the Architect) and a manifest (from the Discoverer) and produce the concrete artifact — a directory, a zip, a deploy bundle.

21 18d ago A 0 tokens original MIT

CCDawn/Vibelution

Agent

A maintained map of the main path from a user message through the Chat/Coding system to the displayed model response. It documents current code entry points and boundaries for learning and diagnosis.

21 4d ago A 0 tokens original MIT

CCDawn/Vibelution

Agent

A guide to the project’s callable agents, sessions, and background APIs, along with their access and safety rules. It is a derived index: the actual source of truth is the route and tool registration code.

21 4d ago A 0 tokens original MIT

CCDawn/Vibelution

Agent

This document defines the default collaboration protocol for multiple Agents working on Vibelution in parallel.

21 4d ago A 0 tokens original MIT

rondoflow/rondoflow

Agent Claude Code

Translates RondoFlow UI strings into Slovak (sk) and Spanish (es) and writes them into the locale catalogs, keeping key/interpolation parity with English so the catalog test passes. Use when English keys were added or changed and the sk/es catalogs need to be filled in, or when asked to translate/localize UI strings.…

20 17d ago A 91 tokens original MIT

rondoflow-reviewer

57

rondoflow/rondoflow

Agent Claude Code

Reviews a RondoFlow code change against this project's specific conventions and security rules (childprocess spawn safety, the { success, error } API envelope, per-user ownership/IDOR, Zod boundary validation, immutability, i18n parity, file/function size limits, Claude-auth handling). Use after writing or before…

20 17d ago A 112 tokens original MIT

sync-secretary

58

AgriciDaniel/sync

Agent

Part of sync

Grounded secretary for Sync. Use for source-cited questions about Claude and Codex council orchestration: task routing across billing pools, artifact-mediated coordination, ground-truth verification gates, quota and cost measurement, and policy evolution from recorded outcomes, vault maintenance, claim review, release…

18 10d ago A 0 tokens

defect-classes

59

timharris707/modeldeck

Agent

Every finder loads this file. It records defect classes PROVEN IN THIS REPO — nothing imported, nothing hypothetical. -->.

14 +1 3d ago A 0 tokens

team-workflow

60

timharris707/modeldeck

Agent

Agent "team-workflow" from timharris707/modeldeck, covering team workflow — repo bindings, tracker binding, verify commands, the decider and docs home.

14 +1 3d ago A 0 tokens

kevinlin/cowork-z

Agent Claude Code

Use when IPC or command-surface drift is possible — after adding, renaming, or removing a Tauri command, a SidecarCommand/SidecarEvent variant, or a tauri-api.ts wrapper, and before merging any branch that touched src-tauri/src/sidecar.rs, src-tauri/sidecar-opencode/src/types.ts, src-tauri/src/lib.rs, or…

13 19d ago A 105 tokens original MIT

kevinlin/cowork-z

Agent Claude Code

Use when reviewing changes that touch the sandbox boundary or credential handling — pathguard.rs, workspacepermissions.rs, securestorage.rs, fsutils.rs, gitops.rs, sidecar.rs, src-tauri/capabilities/.json, tauri.conf.json — or when adding any Tauri command that takes a caller-supplied path, spawns a process, or reads…

13 19d ago A 91 tokens original MIT

code-reviewer

63

h315uk3/symbiosis

Agent

Reviews pull requests for security vulnerabilities, logic bugs, data loss risks, and API misuse. Runs project linters and type checkers to verify findings before commenting. Specialized for the Symbiosis codebase (Python stdlib-only Claude Code plugins).

12 5mo ago A 53 tokens AGPL-3.0

h315uk3/symbiosis

Agent

Part of as-you

Analyze code edit patterns semantically using Claude's understanding. Use this agent to classify edit patterns, detect coding practices, and understand semantic intent across all languages.

12 5mo ago A 36 tokens AGPL-3.0

component-generator

65

h315uk3/symbiosis

Agent

Part of as-you

Generate skills or agents based on memory patterns or user requirements. Use this agent when creating new skills, generating new agents, or converting patterns to components.

12 5mo ago A 33 tokens AGPL-3.0

cli-adapters

66

MarshallEriksen-Neura/ragcode

Agent

RagCode orchestrates AI agents by spawning their CLIs. Vendor CLI syntax drifts, so built-in command templates are presets, not hard-coded protocol truth. Anything can be overridden per-repo via .ragcode/agents/agents.json.

11 1mo ago A 0 tokens original MIT

workflow-spec

67

MarshallEriksen-Neura/ragcode

Agent

RagCode Agent Workflows orchestrate multiple AI agents (codex, claude, gemini, grok, or any CLI in .ragcode/agents/agents.json) through a validated DAG. A workflow is a JSON file: explicit, reviewable, and validation-friendly.

11 1mo ago A 0 tokens original MIT

lians-compliance

68

Lians-ai/Lians

Agent

Part of lians

Evidence-focused memory agent for point-in-time reconstruction, audit-chain verification, lookahead-bias checks, and explicitly confirmed erasure against a Lians memory store.

10 10d ago A 37 tokens original Apache-2.0

orbit-code-editor

69

danieljhkim/orbit

Agent

Part of orbit

Scoped read-write helper for an Orbit orchestrator. Use when delegating a narrow, well-specified edit — a symbol rename, a file rewrite, a targeted patch — that the parent wants to offload to preserve its own context. Returns a diff summary; the parent decides whether to commit.

10 3d ago A 63 tokens original MIT

orbit-code-reader

70

danieljhkim/orbit

Agent

Part of orbit

Read-only exploration across the codebase. Use when the parent agent needs to offload a broad search or cross-file analysis that would otherwise flood its own context window. Returns structured findings; never writes.

10 3d ago A 44 tokens original MIT

orbit-task-pilot

71

danieljhkim/orbit

Agent

Part of orbit

Read-only bounded preflight for Orbit task metadata. Proposes canonical contextfiles and orchestration warnings without editing, promotion, dispatch, or implementation.

10 3d ago A 34 tokens original MIT

memory-consolidator

72

baodq97/tencentdb-agent-memory

Agent

Part of tencentdb-agent-memory

Use this agent for background memory consolidation. Typical triggers include asyncRewake pipeline signaling that N turns have accumulated since last consolidation, and explicit dispatch after memory-seed completes. See "When to invoke" in the agent body for worked scenarios.

10 24d ago A 53 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: