Cursor rule Cursor
Cursor rule "mcp-tool-usage" from AojdevStudio/open-dental-mcp, covering think mcp (primary thinking tool), sequential thinking mcp (secondary tool) and web search tools.
Cursor rule Cursor
Cursor rule "mcp-tool-usage" from AojdevStudio/open-dental-mcp, covering think mcp (primary thinking tool), sequential thinking mcp (secondary tool) and web search tools.
Command Claude Code
Install Pi Verifier Agent — prerequisites, deps, persona validation, and provider env.
Command Claude Code
Creates a concise engineering implementation plan based on user requirements and saves it to specs directory.
Command Claude Code
Prime context for the Pi Verifier Agent — two-process builder/verifier system.
Settings file Claude Code
Agent settings configuring statusLine.
Cursor rule Cursor
CodeGraph MCP usage guide — when to use which tool.
Agent
Dispatch structured work to Hermes via MCP; do not execute locally.
Agent
Read-only satellite verifier for Hermes MCP tasks — decompose, oracle, grade, correct via hermesrespond.
Agent
Generic verifier — decomposes the user's request into atomic claims, validates each independently, reports. Read-only tool surface; no write or edit. Use this when no domain-specific persona fits yet.
Skill Claude CodeCodex
Dispatch a task to Hermes over the async MCP bridge, optionally run the background watcher, then verify Hermes's result as an independent satellite verifier. Use when dispatching work to Hermes ("send this to Hermes"), running the Hermes work queue, or acting as the satellite verifier of a Hermes result. Reach for it…
AojdevStudio/dev-utils-marketplace
Plugin Claude Code
Modular development utilities for Claude Code - now with granular component packages (commands, agents, hooks).
AojdevStudio/dev-utils-marketplace
Instructions file
Claude Code instructions for AojdevStudio/dev-utils-marketplace, covering dev utils marketplace - claude.md and project overview.
AojdevStudio/dev-utils-marketplace
Plugin Claude Code
Meta-package: Installs all documentation components (commands + agents + hooks).
AojdevStudio/dev-utils-marketplace
Agent
USER-REQUESTED ONLY - Comprehensive documentation updates for CLAUDE.md files and README.md across.
AojdevStudio/dev-utils-marketplace
Agent
Use proactively for generating changelog entries from commit history. Specialist for analyzing git commits and creating structured changelog documentation.
AojdevStudio/dev-utils-marketplace
Command
Update project CHANGELOG.md automatically from git commits.
AojdevStudio/dev-utils-marketplace
Command
Update CLAUDE.md using Serena-first analysis of recent code changes.
AojdevStudio/dev-utils-marketplace
Command
Update existing documentation in docs/ directory based on uncommitted or recent code changes.
AojdevStudio/dev-utils-marketplace
Hook
Runs after a tool call finishes for Bash.*git commit tool calls, executing auto-changelog-updater.py. From AojdevStudio/dev-utils-marketplace.
AojdevStudio/simple-memory-mcp
Hook Claude Code
Runs before the agent uses a tool for Bash, Write, Edit and MultiEdit tool calls, executing pre_tool_use.py and typescript-validator.py (2 commands). From AojdevStudio/simple-memory-mcp.
AojdevStudio/simple-memory-mcp
Hook Claude Code
Runs after a tool call finishes for Bash, Write, Edit, MultiEdit, TodoWrite, Write, Edit and MultiEdit tool calls, executing post_tool_use.py, import-organizer.py and code-quality-reporter.py (3 commands). From AojdevStudio/simple-memory-mcp.
AojdevStudio/simple-memory-mcp
Hook Claude Code
Runs when the agent sends a notification, executing notification.py (2 commands). From AojdevStudio/simple-memory-mcp.
AojdevStudio/simple-memory-mcp
Hook Claude Code
Runs when the agent finishes a response, executing stop.py and task-completion-enforcer.py (2 commands). From AojdevStudio/simple-memory-mcp.
AojdevStudio/simple-memory-mcp
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.py. From AojdevStudio/simple-memory-mcp.