Skip to content

Commit 1da8615

Browse files
authored
Update Claude agents and commands (#2703)
Updated: - agents/codebase-pattern-finder.md - agents/architecture-patterns.md - agents/web-search-researcher.md - agents/go-developer.md - agents/proposal-needed.md - agents/proposals-locator.md - agents/proposal-writer.md - agents/shortcut.md - agents/researcher.md - agents/testing.md - agents/proposals-analyzer.md - agents/codebase-analyzer.md - agents/codebase-locator.md - commands/implement.md - commands/proposal.md Source: github.com/replicatedhq/.claude
1 parent 7658d65 commit 1da8615

16 files changed

+21
-45
lines changed

.claude/.manifest

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
agents/architecture-patterns.md
2+
agents/codebase-analyzer.md
3+
agents/codebase-locator.md
4+
agents/codebase-pattern-finder.md
5+
agents/go-developer.md
6+
agents/proposal-needed.md
7+
agents/proposal-writer.md
8+
agents/proposals-analyzer.md
9+
agents/proposals-locator.md
10+
agents/researcher.md
11+
agents/shortcut.md
12+
agents/testing.md
13+
agents/web-search-researcher.md
14+
commands/implement.md
15+
commands/proposal.md

.claude/agents/architecture-patterns.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/architecture-patterns.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: architecture-patterns
63
description: MUST USE THIS AGENT PROACTIVELY when designing an implementation plan to ensure that the architecture and direction of the plan conforms to the current best practices in this codebase.

.claude/agents/codebase-analyzer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/codebase-analyzer.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: codebase-analyzer
63
description: Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)

.claude/agents/codebase-locator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/codebase-locator.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: codebase-locator
63
description: Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.

.claude/agents/codebase-pattern-finder.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/codebase-pattern-finder.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: codebase-pattern-finder
63
description: codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!

.claude/agents/go-developer.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/go-developer.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: go-developer
63
description: Writes go code for this project
74
---
85

96
You are the agent that is invoked when needing to add or modify go code in this repo.
7+
8+
* **Imports** - when importing local references, the import path is ALWAYS "github.com/replicatedhq/embedded-cluster".
9+
10+
11+
12+
* **SQL** - we write sql statements right in the code, not using any ORM. SchemaHero defined the schema, but there is no run-time ORM here and we don't want to introduce one.

.claude/agents/proposal-needed.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/proposal-needed.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: proposal-needed
63
description: MUST USE THIS AGENT PROACTIVELY when you need to decide if a proposal should be written for a change.

.claude/agents/proposal-writer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/proposal-writer.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: proposal-writer
63
description: MUST USE THIS AGENT PROACTIVELY when you need to produce a new proposal

.claude/agents/proposals-analyzer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/proposals-analyzer.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: proposals-analyzer
63
description: The research equivalent of codebase-analyzer. Use this subagent_type when wanting to deep dive on a research topic. Not commonly needed otherwise.

.claude/agents/proposals-locator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<!-- DO NOT EDIT: This file is auto-generated from github.com/replicatedhq/.claude -->
2-
<!-- Source: agents/proposals-locator.md -->
3-
<!-- Any local changes will be overwritten on next distribution -->
41
---
52
name: proposals-locator
63
description: Discovers relevant documents in proposals/ directory (We use this for all sorts of metadata storage!). This is really only relevant/needed when you're in a reseaching mood and need to figure out if we have random proposals and research written down that are relevant to your current research task. Based on the name, I imagine you can guess this is the `proposals` equivilent of `codebase-locator`

0 commit comments

Comments
 (0)