Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:5
forks:0
updated:May 6, 2026 at 08:17
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | pactkit-trace |
| description | Deep code tracing and execution flow analysis |
Deep code analysis and execution path tracing via static analysis.
Grep to locate entry points (API route, CLI arg, Event handler).visualize --mode call --entry <function_name> to obtain call chains.docs/architecture/graphs/call_graph.mmd to see all reachable functions.dict -> UserObj -> JSON).| Module Role | Output Level | Content |
|---|---|---|
| Target (to be modified) | Full implementation | Complete function bodies |
| Related (dependency, not modified) | Interface summary | Signature + types + docstring only |
Interface Summary Extraction by Language:
def name(params) -> ReturnType: + docstring + @decorator annotationsexport function/interface/type declarations + JSDoc commentsfunc Name(params) ReturnType + struct definitions + godoc commentInterface summary is produced on-the-fly during trace output — no separate files are generated (DRY: avoid stale pre-generated artifacts).
Output a Mermaid Sequence Diagram to visualize the flow.
If detect_topology(root) returns topologies beyond PDCA/Service:
Frontend API Topology (if api_call detected):
api_convention_summary(root) to get path prefixes, fetch function names, total call count./api/v1/) and fetch wrapper (e.g., apiFetch).[dynamic] markers) that may need special handling.Agent Topology (if agent detected):
StateGraph (stdlib ast), YAML agent definitions, MCP server configs.orchestrates edges in the report.