From loom
Run a local Ollama agent to autonomously review, edit, or analyze code with tool-calling, git safety, caching, and Graphiti memory
npx claudepluginhub nickalus12/loom --plugin loomThis skill is limited to using the following tools:
Run a local Ollama agent task. The agent operates entirely on your machine via Ollama, using tool calling to autonomously read, edit, and search code through PowerShell MCP tools.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Run a local Ollama agent task. The agent operates entirely on your machine via Ollama, using tool calling to autonomously read, edit, and search code through PowerShell MCP tools.
read_file, read_file_lines, edit_file, write_file, search_code, find_files, run_powershellloom/agent-<timestamp> branch before file writes, shows diff on completion.py files after writeslocal_agent_task MCP tool with the user's task descriptionAgentResult:
response: The agent's final analysis or reviewfiles_changed: List of modified filesgit_branch / git_diff: Branch name and diff summarytool_log: Detailed log of every tool call madevalidation_results: Syntax check results for written filestool_calls_made / turns_used: Execution stats/loom:agent Review src/loom/server.py for security issues
/loom:agent Add input validation to the execute_powershell function
/loom:agent Refactor kan_engine.py to reduce method complexity
/loom:agent Find all TODO comments and summarize them
LOOM_ALLOWED_ROOT only — path safety prevents external accessIf the local agent isn't needed (no autonomous multi-turn flow), use PSKit tools directly:
mcp__pskit__read_file, edit_file, search_code — same underlying PS functionsreadOnlyHint annotations — safe tools auto-approve in clients