CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. lingzhi227
  4. /
  5. agent-research-skills
  6. /
  7. Figure Generation

Figure Generation

Editor's Note

This implements the MatPlotAgent three-phase pipeline for generating publication-ready scientific figures. It expands your description into specs, generates matplotlib code with up to 4 retry attempts on errors, then uses visual feedback to refine the output. Handles the usual suspects: bar charts, training curves, heatmaps, ablation studies. Outputs both 300 DPI PNG and vector PDF, plus the LaTeX boilerplate to drop it in your paper. The quality checks are sensible, enforcing colorblind-friendly palettes and readable font sizes at print scale. Honestly, the VLM feedback loop is the interesting bit here. Most figure tools stop at code generation, but having it actually look at the rendered output and fix labeling or scaling issues saves the manual iteration you'd normally do.

Install

npx skills add https://github.com/lingzhi227/agent-research-skills --skill figure-generation
Votes
0
Installs724
GitHub Stars93
Categories
AI & Agent BuildingData Science & ML
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related AI & Agent Building Skills

View all →
langchain-rag

langchain-ai/langchain-skills

0
6.9k
689
Complete RAG pipeline for document ingestion, embedding, retrieval, and LLM-powered response generation.
agentic-eval

github/awesome-copilot

0
9.3k
33.1k
Iterative evaluation and refinement patterns for improving AI agent outputs through self-critique loops.
ai-prompt-engineering-safety-review

github/awesome-copilot

0
9.3k
33.1k
Comprehensive safety analysis and improvement framework for AI prompts with detailed assessment methodologies.
finalize-agent-prompt

github/awesome-copilot

0
8.6k
33.1k
Polish and refine agent prompt files against proven best practices.
mcp-deploy-manage-agents

github/awesome-copilot

0
8.5k
33.1k
Deploy and manage MCP-based declarative agents across Microsoft 365 with admin center governance, role-based access, and organizational distribution.
mcp-create-declarative-agent

github/awesome-copilot

0
8.4k
33.1k
Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server.