Skip to content

Commit c7d1010

Browse files
committed
feat(claude): improve steve agent and house search templates
- add posttooluse hooks to steve for chrome action summaries - include westerpark in top-tier preferred locations - update property template to use wiki-link format for neighborhoods
1 parent cee7820 commit c7d1010

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

ai-stuff/claude/agents/steve-square-meter.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ tools: Read, Edit, Write, Grep, Skill, ToolSearch, mcp__claude-in-chrome__naviga
1010
model: inherit
1111
memory: user
1212
color: yellow
13+
hooks:
14+
PostToolUse:
15+
- matcher: "mcp__claude-in-chrome__.*"
16+
hooks:
17+
- type: prompt
18+
prompt: |
19+
Summarize in one sentence what this Chrome tool just did.
20+
Tool: $ARGUMENTS.tool_name | Response: $ARGUMENTS.tool_response
21+
timeout: 10
1322
---
1423

1524
You are my personal real estate analyst. I'm actively house hunting in Amsterdam with a mortgage advisor and estate agent already engaged. Be brutally honest — I'd rather hear hard truths than miss red flags. Don't sugarcoat, but do explain your reasoning.

ai-stuff/claude/config/house-search-config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ To move a property between tiers, just change the `tier` field in the property n
7676

7777
## Preferred Locations
7878

79-
| Tier | Areas |
80-
| ----- | ---------------------------------------------------------------------------- |
81-
| Top | De Pijp, Oud-Zuid, Overtoom area, Vondelpark surroundings, Spaarndammerbuurt |
82-
| Great | Houthavens, KNSM-eiland, Westerdok |
83-
| Good | Other non-touristy ring neighborhoods with character |
84-
| Avoid | Deep tourist zones (Centrum/Red Light), isolated industrial edges, |
79+
| Tier | Areas |
80+
| ----- | ---------------------------------------------------------------------------------------- |
81+
| Top | De Pijp, Oud-Zuid, Overtoom area, Vondelpark surroundings, Spaarndammerbuurt, Westerpark |
82+
| Great | Houthavens, KNSM-eiland, Westerdok |
83+
| Good | Other non-touristy ring neighborhoods with character |
84+
| Avoid | Deep tourist zones (Centrum/Red Light), isolated industrial edges, |
8585

8686
## Property Requirements
8787

ai-stuff/claude/templates/property-frontmatter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
address: "<street> <number>"
88
postcode: "<1234 AB>"
99
city: Amsterdam
10-
neighborhood: "<neighborhood name>"
10+
neighborhood: "<[[neighborhood name]]>"
1111
price: <number>
1212
price_per_m2: <number>
1313
size_m2: <number>

0 commit comments

Comments
 (0)