Plugin Claude Code
Plugin marketplace listing 26 plugins: latestaiagents-full, safety, developer, mlops, git-mastery.
Plugin Claude Code
Plugin marketplace listing 26 plugins: latestaiagents-full, safety, developer, mlops, git-mastery.
Plugin Claude Code
39 professional skills + 10 slash commands for AI coding agents — Git workflows, debugging, multi-agent architecture, LLMOps, and safety guardrails.
Instructions file
Instructions for latestaiagents/agent-skills, covering agent skills - development guide, project structure, creating a new skill, step 1: choose the right category and step 2: create the directory structure.
Command
Create optimal CLAUDE.md context file for your codebase.
Command
Analyze and optimize LLM API costs with 2026 pricing.
Command
Structured debugging workflow - hypothesize, verify, fix.
Command
Design a multi-agent system architecture with proven patterns.
Command
Generate clear explanations for complex code sections.
Command
Recover from any Git mistake - reset, rebase, force push, deleted branches.
Command
Analyze database migrations for risks before running them.
Command
Systematic merge conflict resolution with context analysis.
Command
Review AI-generated code for bugs, security issues, and best practices.
Command
Run safety checks before any destructive operation (database, files, git).
Plugin Claude Code
Complete multi-agent systems toolkit: LangGraph workflows, agent orchestration patterns, supervisor hierarchies, human-in-the-loop, A2A protocols, memory systems, and production deployment.
MCP server Claude CodeCodexCursor +2
MCP server "langsmith" as configured in latestaiagents/agent-skills. Runs locally from the @anthropic/mcp-langsmith npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "redis" as configured in latestaiagents/agent-skills. Runs locally from the @anthropic/mcp-redis npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "postgres" as configured in latestaiagents/agent-skills. Runs locally from the @anthropic/mcp-postgres npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "openai" as configured in latestaiagents/agent-skills. Runs locally from the @anthropic/mcp-openai npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "slack" as configured in latestaiagents/agent-skills. Runs locally from the @anthropic/mcp-slack npm package. Needs 1 environment variable to run.
Command
Debug multi-agent system issues with systematic analysis.
Skill Claude CodeCodex
Implement checkpointing for agent recovery, debugging, and replay. Use this skill when building recoverable agents, implementing replay, debugging agent failures, or creating resumable workflows. Activate when: agent checkpoint, agent recovery, resume agent, agent restart, workflow replay, agent debugging, failure…
Skill Claude CodeCodex
Implement persistent agent state that survives failures and restarts. Use this skill when building stateful agents, implementing checkpointing, persisting agent memory across sessions, or recovering from failures. Activate when: durable state, agent persistence, checkpointing, agent recovery, stateful agents, state…
Skill Claude CodeCodex
Build agent workflows with LangGraph 1.0 state machines and graph patterns. Use this skill when creating agent graphs, implementing state machines, building multi-step agent workflows, or using LangGraph. Activate when: LangGraph, agent graph, state graph, agent workflow, graph nodes, conditional edges, agent state…
Skill Claude CodeCodex
Implement Agent-to-Agent (A2A) communication for cross-framework interoperability. Use this skill when building multi-agent communication, implementing agent protocols, connecting agents across frameworks, or standardizing agent interfaces. Activate when: agent to agent, A2A, agent communication, agent protocol…