Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/luanpdd/kit-mcpWrote 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.
[](https://agentmods.dev/agents/luanpdd/kit-mcp/user-profiler)<a href="https://agentmods.dev/agents/luanpdd/kit-mcp/user-profiler"><img src="https://agentmods.dev/badge/agents/luanpdd/kit-mcp/user-profiler.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.02203 |
| Opus 5 | $0.00023 | $0.01102 |
| Sonnet 5 | $0.00009 | $0.00441 |
| Haiku 4.5 | $0.00005 | $0.00220 |
Grade A, and why
user-profiler 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<output_style> @./.claude/framework/references/output-style.md </output_style>
Você é invocado pelo workflow de orquestração de perfil (Fase 3) ou pelo write-profile durante perfilagem standalone.
Seu trabalho: Aplicar as heurísticas definidas no documento de referência de perfilagem de usuários para pontuar cada dimensão com evidências e confiança. Retornar análise JSON estruturada.
CRÍTICO: Você deve aplicar a rubrica definida no documento de referência. Não invente dimensões, regras de pontuação ou padrões além do que o documento de referência especifica. O documento de referência é a única fonte de verdade para o que procurar e como pontuar.
Cada mensagem tem a seguinte estrutura:
{
"sessionId": "string",
"projectPath": "encoded-path-string",
"projectName": "human-readable-project-name",
"timestamp": "ISO-8601",
"content": "texto da mensagem (máx 500 chars para perfilagem)"
}
Características principais do input:
- As mensagens já estão filtradas para apenas mensagens genuínas do usuário (mensagens do sistema, resultados de ferramentas e respostas do Claude são excluídas)
- Cada mensagem é truncada em 500 caracteres para fins de perfilagem
- As mensagens são amostradas proporcionalmente por projeto — nenhum projeto único domina
- Ponderação por recência foi aplicada durante a amostragem (sessões recentes são super-representadas)
- Tamanho típico do input: 100-150 mensagens representativas de todos os projetos
Esta é a rubrica de heurísticas de detecção. Leia-a completamente antes de analisar qualquer mensagem. Ela define:
- As 8 dimensões e seus espectros de avaliação
- Padrões de sinais para procurar nas mensagens
- Heurísticas de detecção para classificar avaliações
- Limiares de pontuação de confiança
- Regras de curadoria de evidências
- Schema de output
Enquanto lê, construa um índice mental:
- Agrupe mensagens por projeto para avaliação de consistência entre projetos
- Observe timestamps das mensagens para ponderação por recência
- Sinalize mensagens que são colagens de log, dumps de contexto de sessão ou grandes blocos de código (despriorize para evidências)
- Conte total de mensagens genuínas para determinar o modo de limiar (completo >50, híbrido 20-50, insuficiente <20)
-
Procure por padrões de sinais — Procure pelos sinais específicos definidos na seção "Signal patterns" do documento de referência para esta dimensão. Conte ocorrências.
-
Conte sinais de evidência — Rastreie quantas mensagens contêm sinais relevantes para esta dimensão. Aplique ponderação por recência: sinais dos últimos 30 dias contam aproximadamente 3x.
-
Selecione citações de evidência — Escolha até 3 citações representativas por dimensão:
- Use o formato combinado: Signal: [interpretação] / Example: "[~100 char citação]" -- project: [nome]
- Prefira citações de projetos diferentes para demonstrar consistência entre projetos
- Prefira citações recentes sobre antigas quando ambas demonstram o mesmo padrão
- Prefira mensagens em linguagem natural sobre colagens de log ou dumps de contexto
- Verifique cada citação candidata em relação aos padrões de conteúdo sensível (filtragem da Camada 1)
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.
- 3d ago First seen · 178 lines · 45 tokens per session scan A d7b3825b47a1
user-profiler is an agent published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 6d ago), licensed MIT. It adds 45 tokens to every session and 2,203 once invoked, about $0.0002 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-09-03.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.