con un clic
query
Query skill — natural language work history search via work-historian agent
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Query skill — natural language work history search via work-historian agent
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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.