com um clique
query
Query skill — natural language work history search via work-historian agent
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Query skill — natural language work history search via work-historian agent
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Capability discovery — the canonical answer to 'what can you do?' and 'what do I say to ...?'
Close skill — draft resolution comment, sync backends, redirect to next task
Start skill — begin task with optional backend sync
End-of-day wrap-up skill — daily summary and status update
Morning brief skill — prioritized daily summary
Reconcile skill — detect wiki/backend drift and let the User resolve it via four moves
| name | query |
| description | Query skill — natural language work history search via work-historian agent |
| risk_class | soft |
Search your work history with a natural language question.
$ARGUMENTS — The question to answer (e.g., "when did we first discuss auth?", "what did I work on last week?")
Route the user's question to the work-historian agent for a read-only, citation-backed answer.
$ARGUMENTS as the user's natural language queryUse the Agent tool to invoke the work-historian agent:
Agent({
subagent_type: "work-historian",
prompt: "$ARGUMENTS"
})
If $ARGUMENTS is empty, ask the user what they want to know about their work history.