List all registered agents with their configuration — MCP servers, tool categories, prompt status, and local tools. Use when you need to see what agents exist or debug agent registration issues.
End-to-end release workflow — version bump, changelog generation, git tag, build, and publish to PyPI. Invoke with /release [version]. Use semantic versioning.
Run end-to-end integration verification after code changes. Unit tests mock prompt loading, tool registration, and agent instantiation — they pass even when wiring is broken. This skill catches those gaps.
Scaffold a new agntrick agent with agent.py, prompt.md, and test file
Scaffold a new agntrick tool with tool.py, test file, and __init__.py export