Awesome AI AgentsPrompt Libraries

mhattingpete/claude-skills-marketplace

⭐ 670 HTML repository created 2025-10-17

Claude Skills Marketplace is a curated collection of Claude Code plugins for software engineering work. It is organised as a marketplace repository with a .claude-plugin/marketplace.json manifest at the root and several plugins beneath it, each with its own plugin.json manifest, skills and, where relevant, agents. Skills here are model-invoked capabilities rather than slash commands: each is a SKILL.md file with YAML frontmatter carrying a name, description and metadata, followed by detailed instructions and optional supporting scripts, templates or reference files, and Claude decides from context and the description when to load one. Agents are separate specialised Claude instances defined by an AGENT.md file; they run with their own context and can use a model chosen for their task. The engineering workflow plugin contains a plan-implementer agent plus skills for feature planning, git automation and pushing, implementing review feedback and fixing failing tests. The visual documentation plugin adds skills that generate architecture diagrams, dashboards, flowcharts, technical documents and timelines, with a companion examples file. The productivity skills plugin covers auditing code, documenting an existing codebase, analysing conversation and usage patterns, and bootstrapping new projects. The code operations plugin handles direct code manipulation: Python code execution with example scripts, code transfer using a line-based insertion script, bulk refactoring and file analysis. A separate execution-runtime directory provides the code execution environment those skills rely on, consisting of an importable API library, a FastMCP server and a one-command setup script. The repository is also published through the Smithery skill registry. It is aimed at developers who already run Claude Code and want a ready set of reusable, automatically triggered capabilities for planning, review, testing, documentation and refactoring instead of writing each skill definition themselves.

https://github.com/mhattingpete/claude-skills-marketplace

claude-codeclaude-skillspluginsmarketplacedeveloper-toolsautomationmcp

Also in Prompt Libraries

asgeirtj/system_prompts_leaks

This repository provides a collection of extracted system prompts from various large language models (LLMs) including Anthropic's Claude, OpenAI's ChatGPT, Google's Gemini, and xAI's Grok, updated ...

HKUDS/RAG-Anything

RAG-Anything is a next-generation all-in-one multimodal Retrieval-Augmented Generation system that processes and queries diverse document content including text, images, tables, and equations within a unified framework.

dzhng/deep-research

Open Deep Research is an AI-powered research assistant that performs iterative, deep research on any topic by combining search engines, web scraping, and large language models to generate comprehensive markdown reports.

dottxt-ai/outlines

Outlines is an open-source tool that enables structured text generation with large language models, ensuring predictable and schema-compliant outputs for various applications.

microsoft/RD-Agent

RD-Agent is an open-source R&D automation tool by Microsoft designed to automate and enhance industrial research and development processes focused on data and models using AI.

arcee-ai/mergekit

mergekit is a toolkit for efficiently merging pre-trained large language models using various algorithms, supporting CPU and GPU execution, and enabling creation of versatile merged models with maintained inference costs.

icip-cas/PPTAgent

PPTAgent is an innovative system that automatically generates and evaluates high-quality presentations from documents using a two-phase approach and a comprehensive multi-dimensional evaluation framework.

serenakeyitan/awesome-notebookLM-prompts

A curated collection of NotebookLM and Kael.im slide prompts designed to generate presentation-ready decks from various content types.