Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

Tlamatini

Tlamatini には XAIHT から収集した 35 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
35
Stars
14
更新
2026-07-23
Forks
1
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

tlamatini-daily-chat-test
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-06-29
gmail
ソフトウェア開発者

Read and send Gmail messages and threads via Gmail API.

2026-06-29
hello-world
その他コンピュータ職

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

2026-06-29
jira
ソフトウェア開発者

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

2026-06-29
kali-pentest
情報セキュリティアナリスト

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
ソフトウェア開発者

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

2026-06-29
security-audit
情報セキュリティアナリスト

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
ソフトウェア開発者

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
その他コンピュータ職

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

2026-06-29
slack
ソフトウェア開発者

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

2026-06-29
summarize
一般事務員

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

2026-06-29
tlamatini-allowed-hosts-tighten
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-06-29
trello
ソフトウェア開発者

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

2026-06-29
weather
ソフトウェア開発者

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

2026-06-29