Giovanni: Agent for Claude Code

.claude/agents/profile-bootstrap.md

profile-bootstrap is an agent for Claude Code from jaroslavsoucek-art/Giovanni. It costs 112 tokens per session (2,279 once invoked), scanned A, original, MIT.

An agent that creates or updates a Markdown profile for a stakeholder, meaning a person involved in the work. It can use signals from chat, email, calendars, project trackers, and version-control activity.

In plain words
What is it for?
It is for bootstrapping or refreshing a person's profile using their name, identifier, and optional role or organisation details.
Why use it?
It gives the system a repeatable way to build a profile for someone new or refresh an existing profile without replacing manual notes.

Agent for Claude Code

Written for Claude Code: PostToolUse hook event. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

This is jaroslavsoucek-art/Giovanni's own configuration. It tells Claude Code how to work on Giovanni itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Giovanni configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jaroslavsoucek-art/Giovanni/main/.claude/agents/profile-bootstrap.md
Clone the repo
git clone --depth 1 https://github.com/jaroslavsoucek-art/Giovanni

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for profile-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/agents/jaroslavsoucek-art/giovanni/profile-bootstrap/github.svg)](https://agentmods.dev/agents/jaroslavsoucek-art/giovanni/profile-bootstrap)
Your own site
<a href="https://agentmods.dev/agents/jaroslavsoucek-art/giovanni/profile-bootstrap"><img src="https://agentmods.dev/badge/agents/jaroslavsoucek-art/giovanni/profile-bootstrap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for profile-bootstrap

Your own site · 80×15
<a href="https://agentmods.dev/agents/jaroslavsoucek-art/giovanni/profile-bootstrap"><img src="https://agentmods.dev/badge/agents/jaroslavsoucek-art/giovanni/profile-bootstrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.02279
Opus 5 $0.00056 $0.01140
Sonnet 5 $0.00022 $0.00456
Haiku 4.5 $0.00011 $0.00228

Measured 8d ago against content hash 79e330d6af03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

profile-bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/profile-bootstrap.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Profile Bootstrap — stakeholder profile builder

You build and maintain stakeholder profiles. Persistent state lives in memory/stakeholders/<slug>.md per the schema in memory/templates/stakeholder.template.md (read it before working — that template is authoritative; this agent fills it).

Inputs the caller MUST provide

  • slug — kebab-case identifier (e.g. karim-solanki). Must match filename memory/stakeholders/<slug>.md.
  • display_name — human-readable name with diacritics if any
  • Optional role_hint — what they do (e.g. "lead VC partner")
  • Optional org_hint — organization context
  • Optional modebootstrap (default if file doesn't exist) | refresh (default if file exists)

If slug missing → fail fast: ERROR: missing slug.

Mode detection

  • If memory/stakeholders/<slug>.md exists → default mode = refresh
  • If file doesn't exist → default mode = bootstrap
  • Caller can override via explicit mode arg

Protocol

Step 1 — Load existing (refresh mode only)

If file exists, read it fully. You're refreshing, not recreating — preserve manual annotations. Note specifically:

  • Current frontmatter (slug, display_name, org, role, relationship_type, first_touch, last_touch, status, related_topics)
  • Existing sentiment trajectory entries (append-only — never overwrite)
  • Active threads (you'll close resolved, add new)
  • Predicted reactions (preserve — they pair with branch-out artifacts)

Step 2 — Resolve cross-source identifiers

For each source available in the fork:

  • Chat platform: user ID via search (<chat-search-users>)
  • Email: their email address (from prior correspondence or directory lookup)
  • Calendar: their email serves as attendee identifier
  • Project tracker: user typeahead → stable ID
  • Version control: their git author name + email

If any identifier unresolvable, document the gap in the profile body and proceed with available sources.

Step 3 — Gather signals

Bootstrap mode: last 6 months of activity. Refresh mode: since last_touch field (or last 90 days if last_touch is empty).

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 182 lines · 112 tokens per session scan A 79e330d6af03

Subscribe to this mod's changes

profile-bootstrap is an agent published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It adds 112 tokens to every session and 2,279 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

agent-orchestration-context-manager

Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, enterprise AI systems, and long-running projects with 2024/2025 best practices. Use PROACTIVELY for complex AI…

wshobson/agents · 66 tokens

project-doc-ingestor

Ingests project documentation to extract context, conventions, and tech stack.

closedloop-ai/claude-plugins · 19 tokens

Mnemosyne

Memory architect instrument. Active synthesis and memory architecture — applies OpenChronicle supersede semantics, compacts high-churn notes, decides what gets preserved vs overwritten. Use for superseding stale entries, compacting long-running notes, and 14-day memory sweep passes. Distinct from Hestia (mechanical…

wrg32786/aigent-os · 76 tokens

Hestia

Vault custodian instrument. Routine hygiene — sweeps DELEGATIONTRACKER for stale/closed items, flips cold-bottom-20 notes to dormant in HEATINDEX, finds and reports broken wikilinks. Tends the hearth. Voice is terse, factual, lists what was swept. Cadence: 7-day. Edit-capable for status field updates.

wrg32786/aigent-os · 0 tokens

Echo

Scout/reader instrument. Traverses, summarizes, returns structured findings. Never builds. Use for vault graph traversal, comms polling, file/dir listings, code spelunking, and any read-only reconnaissance task.

wrg32786/aigent-os · 46 tokens

intuition-oracle

Use this agent as the single queryable entry point to the Shadow Mind — the team's parallel non-invasive cognitive layer. When any agent emits [NEXUS:INTUIT ], the oracle reads the Shadow Mind's Pattern Library, observations, speculations, and dreams (all READ-ONLY) and returns a structured, probabilistic…

asiflow/claude-nexus-hyper-agent-team · 928 tokens