PabloCoello

51 mods across 1 repository, 2 stars between them.

PabloCoello/dotmesh

Skill Claude CodeCodex

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

2 2d ago A 43 tokens

structured-search

26

PabloCoello/dotmesh

Skill Claude CodeCodex

Use for structural code search with ast-grep when plain text search returns too much noise or when matching syntax shape matters.

2 2d ago A 27 tokens

PabloCoello/dotmesh

Skill Claude CodeCodex

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

2 2d ago A 50 tokens

tool-error-recovery

28

PabloCoello/dotmesh

Skill Claude CodeCodex

Handles failed tool calls safely. Use when a tool, command, MCP call, filesystem operation, network request, or agent action fails and you are considering a retry or recovery step.

2 2d ago A 41 tokens

wait-for-user

29

PabloCoello/dotmesh

Skill Claude CodeCodex

Stop agent work until a human gives a closed decision. Use when a task is blocked on human choice, approval, credentials, destructive action, ambiguous scope, or review/security findings. In OpenCode, prefer the native question tool; elsewhere emit WAITFORUSER: and stop.

2 2d ago A 0 tokens

watch-summary

30

PabloCoello/dotmesh

Skill Claude CodeCodex

Cierre de turno ultracorto para el bridge dotmesh-watch. Termina el turno final con una línea WATCH para que el resumen quepa en el reloj Garmin. Explícita y dirigida por hook; no se auto-aplica.

2 2d ago A 51 tokens

build

31

PabloCoello/dotmesh

Agent Claude Code

Implementation with full tool access. Use when there is an approved plan and the work needs to land in code. Follows incremental-implementation, tests after each slice, and invokes review/security at gate points.

2 2d ago B 43 tokens

editor

32

PabloCoello/dotmesh

Agent Claude Code

Reviews a markdown draft for markdown formatting, clarity, structure, and voice. Returns OK or a list of issues. Read-only — flags, does not rewrite. Use proactively after drafting each major section of prose and before finalizing a document.

2 2d ago A 50 tokens

maths

33

PabloCoello/dotmesh

Agent Claude Code

Verifies mathematical work with SymPy via Python one-liners. Returns formal verification result. Use proactively when the task involves mathematical derivations, formulas in decision models, or mechanism properties.

2 2d ago A 40 tokens

plan

34

PabloCoello/dotmesh

Agent Claude Code

Turns ideas into specs and implementation plans. Markdown only, no execution. Use proactively when starting a feature, when requirements are ambiguous, or when a change spans multiple files and no spec exists yet.

2 2d ago A 41 tokens

review

35

PabloCoello/dotmesh

Agent Claude Code

Reviews a diff or code fragment with five-axis quality criteria. Returns OK or a list of issues with severity. Read-only — flags, does not fix. Use proactively immediately after writing or modifying code, before moving on.

2 2d ago A 46 tokens

reviser

36

PabloCoello/dotmesh

Agent Claude Code

Reads a review thread and the surrounding document context, then proposes a reply or edit as a message.posted event with commit:null. Never edits the document body and never commits — the principal applies the proposal and creates the git commit. Use proactively when the principal fans out thread review tasks in…

2 2d ago A 62 tokens

security

37

PabloCoello/dotmesh

Agent Claude Code

Security audit over diff, dependencies, or code fragment. Returns CLEAR or issues with CVSS and mitigation. Use proactively as a commit gate before committing security-sensitive changes (secrets, auth, input, deps, shell, network), not per-slice.

2 2d ago A 53 tokens

setup

38

PabloCoello/dotmesh

Command Claude Code

Initialize this workspace for the dotmesh agent system. Like /init but also wires shared skills and the AGENTS.md ↔ CLAUDE.md import.

2 2d ago A 31 tokens

super-git

39

PabloCoello/dotmesh

Command Claude Code

Autonomously manage the Git lifecycle from sync and branch setup through atomic commits, push, and PR.

2 2d ago A 21 tokens

PreToolUse

40

PabloCoello/dotmesh

Hook Claude Code

Runs before the agent uses a tool for Bash, Write, Edit, MultiEdit, NotebookEdit, AskUserQuestion and Skill tool calls, executing block-dangerous-git.sh, pretooluse-approve.sh, remind-review-gate.sh, remind-load-skills.sh, pretooluse-ask.sh and handoff-signal.sh (7 commands). From PabloCoello/dotmesh.

2 2d ago A tokens not measured

UserPromptSubmit

41

PabloCoello/dotmesh

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit-watch.sh. From PabloCoello/dotmesh.

2 2d ago A tokens not measured

Stop

42

PabloCoello/dotmesh

Hook Claude Code

Runs when the agent finishes a response, executing stop-reprompt.sh. From PabloCoello/dotmesh.

2 2d ago A tokens not measured

Notification

43

PabloCoello/dotmesh

Hook Claude Code

Runs when the agent sends a notification for idle_prompt and permission_prompt tool calls, executing notification-notify.sh (2 commands). From PabloCoello/dotmesh.

2 2d ago A tokens not measured

StopFailure

44

PabloCoello/dotmesh

Hook Claude Code

Runs on the StopFailure event, executing stopfailure-notify.sh. From PabloCoello/dotmesh.

2 2d ago A tokens not measured

SessionStart

45

PabloCoello/dotmesh

Hook Claude Code

Runs when a session starts, executing herdr-agent-state.sh and remind-herdr-skill.sh (2 commands). From PabloCoello/dotmesh.

2 2d ago A tokens not measured

dotmesh

46

PabloCoello/dotmesh

Settings file Claude Code

Agent settings declaring 6 hook events (PreToolUse, UserPromptSubmit, Stop, Notification).

2 2d ago A tokens not measured

maker

47

PabloCoello/dotmesh

Agent

You operate in the dotmesh engineering flow (AGENTS.md). Follow the skill flow on your own initiative and delegate to subagents proactively — stay a thin orchestrator while the workers carry the load in their own context.

2 2d ago C 32 tokens

scribe

48

PabloCoello/dotmesh

Agent

Agent "scribe" from PabloCoello/dotmesh, covering scribe — dotmesh review persona, cycle, routing, response contract and invariant.

2 2d ago A 48 tokens