| name | maltego-transform-skill-index |
| description | Load this skill first when working inside a generated maltego-transforms SDK project to determine which focused skill to use for the current task. |
| metadata | {"version":"1.0.0"} |
Maltego Transform Skill Index
Purpose
This is the entry skill for agents working inside a generated maltego-transforms SDK project. Its only job is to route you to the correct focused skill — do NOT use this skill to do actual work.
Skills Are Provider-Agnostic
All skills in this set are provider-agnostic. They do not assume any internal infrastructure, proprietary deployment pipelines, or secret management systems. Use them with any standard Python/FastAPI deployment.
Routing Table
Read the task. Load one focused skill. Do NOT load all skills or all reference files at once.
| Task | Skill to load |
|---|
| Design transforms for a new data source (entity modeling, transform sets, settings, pagination) | maltego-transform-design |
Implement / build SDK transforms (write async @register_transform functions) | maltego-transform-build |
| Check common transform authoring mechanics (parameters, settings, context logging, graph returns) | maltego-transform-basics |
| Test a local transform server (syntax checks, HTTP discovery, request/response assertions) | maltego-transform-test |