Command
Review and validate a Claude Agent SDK application against best practices.
Command
Review and validate a Claude Agent SDK application against best practices.
Command
Review uv Python script for PEP 723 compliance and best practices.
Skill Claude CodeCodex
Builds production-ready applications with the Claude Agent SDK for Python, covering orchestrators with subagents, programmatic agent configuration, hooks, and permissions.
Skill Claude CodeCodex
Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath).
Skill Claude CodeCodex
Python single-file script development using uv and PEP 723 inline metadata, preventing invalid patterns like [tool.uv.metadata].
Agent Claude Code
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Agent Claude Code
Expert at creating clean, logical git commits following conventional commit format. Use when user requests git commits, needs commit message creation, or wants to organize changes into atomic commits.
Agent Claude Code
Research specialist using Jina MCP tools to search web and arXiv sources. Use when you need to research current best practices, find latest documentation, or gather academic knowledge on specific topics. Automatically reads and synthesizes multiple sources.
Agent Claude Code
Expert PR message reviewer from a maintainer's perspective. Use PROACTIVELY when a PR message has been drafted and needs critical evaluation before submission. Verifies all claims against git evidence, tests, and investigation docs.
Command Claude Code
Convert a slash command to a sub-agent definition (project).
Command Claude Code
Convert a sub-agent to a slash command (project).
Command Claude Code
Fix markdown linting errors across repository using adaptive parallel subagents.
Command Claude Code
Generate changelog for a new release version.
Command Claude Code
Analyze recent sessions for failures and generate improvement report.
Command Claude Code
Run intelligent markdown linting with autonomous agent analysis.
Command Claude Code
Search web and arXiv using Jina MCP tools with automatic URL reading.
Command Claude Code
Research multiple topics in parallel using jina-search sub-agents.
Command Claude Code
Document to review: docs/plans/claude-docs-upgrade/pr-comparison-analysis.md.
Command Claude Code
Load context for a new agent session by analyzing codebase structure and README.
Command Claude Code
Verify factual claims in documents against code repository using git evidence.
Command Claude Code
Verify that PR claims match actual implementation.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing markdown_formatter.py via uv with --fix (2 commands). From basher83/agent-auditor.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.