Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Tlamatini

Tlamatini contient 35 skills collectées depuis XAIHT, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
35
Stars
14
mis à jour
2026-07-23
Forks
1
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

tlamatini-daily-chat-test
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-29
gmail
Développeurs de logiciels

Read and send Gmail messages and threads via Gmail API.

2026-06-29
hello-world
Autres occupations informatiques

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

2026-06-29
jira
Développeurs de logiciels

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

2026-06-29
kali-pentest
Analystes en sécurité de l'information

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
Développeurs de logiciels

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

2026-06-29
security-audit
Analystes en sécurité de l'information

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
Développeurs de logiciels

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
Autres occupations informatiques

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

2026-06-29
slack
Développeurs de logiciels

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

2026-06-29
summarize
Commis de bureau généraux

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

2026-06-29
tlamatini-allowed-hosts-tighten
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-29
trello
Développeurs de logiciels

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

2026-06-29
weather
Développeurs de logiciels

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

2026-06-29