Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

Tlamatini

Tlamatini contiene 35 skills recopiladas de XAIHT, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
35
Stars
14
actualizado
2026-07-23
Forks
1
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

tlamatini-daily-chat-test
Analistas de garantía de calidad de software y probadores

Run the daily automated Tlamatini chat regression — drive a visible Chrome via Playwright, log into agent_page.html, ask up to 1000 curated safe questions one-by-one (Multi-Turn ON, ACPX/Ask-Execs/Exec-Report/Internet OFF), wait for and qualify each answer (heuristic + LLM judge on failures), then write a dated report + summary. Invoke when the user says "run the daily chat test", "test Tlamatini with the 1000 questions", "daily Tlamatini regression", or schedules this test.

2026-07-23
flow-making
Desarrolladores de software

Turn a natural-language objective into a downloadable .flw workflow by driving the FlowCreator engine (full 83-agent catalog), then emit a canvas-loadable .flw.

2026-07-23
tlamatini-agent-creation
Desarrolladores de software

The authoritative, exhaustive end-to-end runbook for creating a BRAND-NEW Tlamatini workflow agent — every surface, in order, with 530+ numbered steps across 26 phases. Invoke whenever Angela says "create a new agent", "add an agent", "make a <X>er agent", "I want a new canvas agent", or asks to wire any new pool agent across backend + frontend + Multi-Turn + Parametrizer + FlowCreator + FlowHypervisor + watchdog + config dialog + demo prompts + Python tests + Playwright harness tests + docs + packaging. Covers naming, coloring, the inputs/outputs connector contract in agentic_control_panel.html, the Multi-Turn (wrapped chat-agent) tool, Exec Report, the configuration dialog, automated unit tests AND Playwright tests in Claude's harness. Pairs with tlamatini-agent-naming (casing) and the @-imported create_new_agent.md / create_new_mcp.md.

2026-07-20
roblox-studio
Desarrolladores de software

Build and edit in Roblox Studio via the Roblox Studio MCP the RIGHT way - preflight the Studio connection, do the whole build in a few big execute_luau scripts (not dozens of tiny calls), make REALISTIC terrain with the Terrain VOXEL api driven by Perlin noise (NEVER stacked Parts or concentric layers - those give ugly blocky stepped pyramids), poll generative jobs, check the console, and fail honestly. Invoke for ANY "in Roblox / Roblox Studio" request - terrain, mountains, parts, scripts, models, materials, assets.

2026-07-18
create-new-agent
Desarrolladores de software

The authoritative 8-step contract for scaffolding a NEW Tlamatini workflow agent end-to-end (backend script + config.yaml, connection-update view + URL, migration seeding the Agent row, CSS gradient, four JS files, agentic_skill.md, README.md, lint). READ THIS BEFORE adding or renaming any of the 83 visual agents, before touching `agent/agents/<name>/`, before writing a `00NN_add_<name>.py` migration, before adding a `.canvas-item.<x>-agent` rule, or before extending the `acp-*.js` classMap / connectors. Companion to the `tlamatini-new-acp-agent` skill (which drives the procedure) and to `tlamatini-agent-naming` (the naming-convention guard).

2026-06-30
tlamatini-flow-from-objective
Otras ocupaciones informáticas

Turn a one-sentence objective into a downloadable .flw workflow that wires the right Tlamatini visual agents and connections.

2026-06-30
tlamatini-agent-naming
Desarrolladores de software

The authoritative Tlamatini agent NAMING CONVENTION — invoke before adding, renaming, casing, displaying, or auditing any workflow agent (STM32er, Node Manager, ACPXer, Kalier, ...). Use whenever you touch agentDescription, a pool/agent directory, a CSS .canvas-item class, a JS connection handler, agents_descriptions.md, or any place an agent name is shown. Prevents mis-casing display names (e.g. STM32er must never become STM32Er/STM32ER/Stm32Er).

2026-06-29
tlamatini-self-modify-inclusion
Desarrolladores de software

Sweep the whole codebase and keep the SELF-MODIFY source snapshot complete — so the TlamatiniSourceCode/ tree that a `--self-modify` build ships carries every source/build asset Tlamatini needs to read, modify, and REBUILD herself, with heavy media/secrets correctly omitted+redacted and omitted binaries listed in the restore manifest. Invoke whenever you add/rename a new agent, source file, top-level dir, dependency, build input, prompt/identity file, migration, static/template asset, or any rebuild input — and ALWAYS after a feature like Blenderer or the self-update capability lands. Owns copy_source_assets.py and audits it against five invariants with a runnable sweep that GENERATES a snapshot and proves a rebuild's inputs all survive. Sibling of tlamatini-self-update-inclusion (which guards the runnable release).

2026-06-29
tlamatini-self-update-inclusion
Desarrolladores de software

Sweep the whole codebase and keep the SELF-UPDATE pipeline complete — so every new asset/feature added to Tlamatini is actually carried into a release by build.py AND survives (or is correctly replaced by) the self-update swap. Invoke whenever you add/rename a new agent, top-level file or directory, dependency, bundled runtime, migration, static/template asset, or any "ship it next to the exe" artifact — and ALWAYS after a feature like Blenderer or the self-update capability lands. Audits the three files that own the pipeline (build.py, agent/self_update.py, apply_update.ps1) against four hard invariants, with a runnable sweep script that never forgets the minimal thing. Pairs with copy_source_assets.py (the self-modify snapshot) and VERSIONING.md.

2026-06-29
full-project-pdf-dossier
Desarrolladores de software

Use when asked to create or update a complete project PDF dossier, app summary, architecture report, or repository documentation PDF that must describe the whole system, how it works, how to use it, the complete tracked file tree, effective line counts by language excluding comments/blanks/docstrings, latest changes, and validation evidence.

2026-06-29
overlap-safe-pptx-dossier
Desarrolladores de software

Use when asked to create or update a complete technical PPTX deck, especially a Tlamatini-style presentation, where slides must describe the whole system, architecture, usage, line inventory, complete file tree, and must never contain overlapping text, images, cards, tables, or diagrams.

2026-06-29
acp-router
Otras ocupaciones informáticas

Route plain-language requests for Claude Code, Cursor, Codex, Gemini, Qwen, Pi, Kiro, Kimi, iFlow, Factory Droid, Kilocode, OpenCode, Copilot into ACPX child sessions via acp_spawn. Pick the right agentId for the user's intent.

2026-06-29
code-review
Analistas de garantía de calidad de software y probadores

Review a git diff (or working-tree changes) like a senior engineer — correctness, security, performance, readability — and return a verdict plus structured, line-anchored findings.

2026-06-29
create-new-mcp
Desarrolladores de software

The authoritative reference for adding a NEW tool, MCP context provider, or BOTH to Tlamatini. READ THIS BEFORE registering a `@tool` in `tools.py`, before creating an `mcp_*_server.py` + `chain_*_lcel.py` pair, before seeding a `Tool` or `Mcp` row in a migration, before extending `factory.py`, or before touching the MCP/Tool checkboxes. Covers the three classes (tool-only / MCP-backed context provider / both), the tool-vs-MCP terminology distinction (`get_mcp_tools()` returns LangChain tools, NOT MCP services), and the known hardcoded assumptions in `factory.py` and the frontend.

2026-06-29
github
Desarrolladores de software

Use the gh CLI for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

2026-06-29
gmail
Desarrolladores de software

Read and send Gmail messages and threads via Gmail API.

2026-06-29
hello-world
Otras ocupaciones informáticas

Smoke-test skill that echoes its inputs and confirms the SkillHarness wiring is alive end-to-end.

2026-06-29
jira
Desarrolladores de software

Read and write Jira issues, comments, transitions via the Jira REST API v3.

2026-06-29
kali-pentest
Analistas de seguridad de la información

Drive an authorized, scoped penetration-testing / recon / CTF workflow against a target through the Kalier agent and the MCP-Kali-Server — health-probe, port/service scan (nmap), service-specific enumeration (gobuster/dirb/nikto/sqlmap/wpscan/enum4linux), credential/hash attacks (hydra/john), optional Metasploit, then a written findings report. Authorized targets only.

2026-06-29
notion
Desarrolladores de software

Use the Notion API to create, read, update Notion pages, data sources (databases), and blocks.

2026-06-29
security-audit
Analistas de seguridad de la información

Run whichever SAST, secret-scanning, and dependency-audit tools are installed (bandit, semgrep, ruff, eslint, gitleaks, pip-audit) over a path, then return aggregated findings, severity counts, and a prioritised remediation summary.

2026-06-29
setup-new-acpx-key
Desarrolladores de software

Configure the API key (or other credential) for a registered ACPX agent_id (claude/codex/cursor/gemini/qwen/copilot/pi/droid/iflow/kilocode/kimi/kiro/opencode/tlamatini) end-to-end across data.keys, config.json (top-level + acpx.agents.<id>.env), regen_secrets.py, and verification via acp_doctor.

2026-06-29
skill-creator
Otras ocupaciones informáticas

Create, edit, validate, and package new Tlamatini skills (SKILL.md packages).

2026-06-29
slack
Desarrolladores de software

Post messages, read channels, and manage threads via Slack Web API.

2026-06-29
summarize
Empleados de oficina generales

Summarize a long text or file into a tight, faithful brief at a target word count.

2026-06-29
tlamatini-allowed-hosts-tighten
Desarrolladores de software

Tighten Django ALLOWED_HOSTS from the wide-open '*' default to a specific list, with a backup of settings.py.

2026-06-29
tlamatini-csrf-exempt-audit
Desarrolladores de software

Enumerate every @csrf_exempt-decorated view in Tlamatini/agent/views.py and classify whether each one really needs the exemption.

2026-06-29
tlamatini-exec-report-row-adder
Desarrolladores de software

Add a state-changing tool to _EXEC_REPORT_TOOLS in mcp_agent.py and the matching CSS rules so its operations appear in the chat-page Exec Report.

2026-06-29
tlamatini-flw-doctor
Desarrolladores de software

Validate a .flw workflow file: check connection topology, terminal agents, Parametrizer single-lane queue, missing connectors, dangling target_agents.

2026-06-29
tlamatini-new-acp-agent
Desarrolladores de software

Scaffold a new Tlamatini visual agent end-to-end across the 8 places the agent contract requires (script + config.yaml, view + url, migration, CSS gradient, 4 JS files, agentic_skill.md, README.md, lint).

2026-06-29
tlamatini-planner-trace-replay
Desarrolladores de software

Replay the most recent global execution planner trace from tlamatini.log and explain why each capability got the score it did.

2026-06-29
tlamatini-static-version-bumper
Desarrolladores de software

Bump STATIC_VERSION in tlamatini/settings.py so the chat / ACP frontend re-fetches CSS+JS bundles after a frontend change.

2026-06-29
todoist
Desarrolladores de software

Manage Todoist tasks and projects via the Todoist REST API v2.

2026-06-29
trello
Desarrolladores de software

Manage Trello boards, lists, and cards via the Trello REST API.

2026-06-29
weather
Desarrolladores de software

Look up current weather and short forecast for a location via Open-Meteo (no API key required).

2026-06-29