com um clique
scitex-agent-container
scitex-agent-container contém 2 skills coletadas de scitex-ai, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
[WHAT] Declarative YAML AI-agent lifecycle — define an agent in one `spec.yaml`; `sac agents start` runs it as a long-lived Claude SDK session inside Apptainer, with A2A inbound (`POST /v1/turn`), SSH remote deploy, JSON status. [WHEN] Launching/managing a Claude Code agent or fleet, running one on a remote host, wiring MCP, talking over A2A, or any mention of `sac agents start`, `scitex-agent-container`, `spec.yaml`, fleet head/worker. [HOW] `pip install scitex-agent-container`, then `sac agents start <name>` or `import scitex_agent_container`.
[WHAT] Project-specific context and reusable knowledge for this agent — coding conventions, tool usage patterns, domain vocabulary. [WHEN] Always loaded at agent startup; provides background the agent needs to work effectively in this codebase. [HOW] Place one `.md` file per topic in this directory; each file is loaded into the agent's context via the skills system.