claude-code-plugins-plus-skills
270+ Claude Code plugins with 739 agent skills. Production orchestration patterns, interactive tutorials (11 Jupyter notebooks), and CCPI package manager. 4.13.0
Stars: 1321
Claude Code Skills & Plugins Hub is a comprehensive marketplace for agent skills and plugins, offering 1537 production-ready agent skills and 270 total plugins. It provides a learning lab with guides, diagrams, and examples for building production agent workflows. The package manager CLI allows users to discover, install, and manage plugins from their terminal, with features like searching, listing, installing, updating, and validating plugins. The marketplace is not on GitHub Marketplace and does not support built-in monetization. It is community-driven, actively maintained, and focuses on quality over quantity, aiming to be the definitive resource for Claude Code plugins.
README:
Build production agent workflows with empirical verification - Complete teaching system with guides, diagrams, and working examples.
β Start Here: 5-Minute Introduction | β Visual Architecture Map | β System Summary
|
Guides (90+ pages) |
Reference Implementation |
What you'll learn: Turn "LLM analyzed my code" into "LLM + script verified with evidence" - The pattern for production-ready agent systems.
Claude Code plugins with embedded agent skills and interactive tutorials
v4.14.0: 42 SaaS skill packs (1,086 skills) + brand strategy plugin + 2026 schema updates.
Latest: v4.14.0 Release
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plusβ‘πͺ½ Buy me a Red Bull β Give these plugins wings and support ongoing development.
Discover, install, and manage plugins from your terminal. The CLI reads from this repo's published catalogβno manual cloning required.
pnpm add -g @intentsolutionsio/ccpiOr with npm/yarn:
npm install -g @intentsolutionsio/ccpi
yarn global add @intentsolutionsio/ccpi# Search plugins by keyword
ccpi search devops
# List all available plugins
ccpi list
# List installed plugins
ccpi list --installed
# Install a plugin
ccpi install ansible-playbook-creator
# Install multiple plugins at once
ccpi install devops-automation-pack security-pack api-development-pack
# Update all installed plugins
ccpi update
# Show plugin details
ccpi info project-health-auditor
# Validate plugin structure (for developers)
ccpi validate ./my-plugin-
This repo is the source of truth β All plugins live in
plugins/and catalog in.claude-plugin/marketplace.extended.json -
Website publishes versioned catalog β On merge to
main, the catalog JSON is deployed to claudecodeplugins.io - CLI consumes catalog with caching β Fetches latest catalog on first use, caches locally for speed
-
Catalog updates: Happen automatically when PRs merge to
main -
CLI releases: Only when CLI code changes (version bumps in
packages/cli/) -
Plugin updates: Run
ccpi updateto pull latest versions
Huge thanks to our community contributors who make this marketplace better:
- @rowanbrooks100 (Rowan Brooks) - π£ BRAND STRATEGIST: Created the brand-strategy-framework plugin β a 7-part brand strategy methodology used by top agencies with Fortune 500 clients, now available as an AI skill. (#292)
- @RichardHightower (Rick Hightower) - π― QUALITY CHAMPION: Creator of skilz (universal agent skill installer supporting 14+ coding agents) and co-founder of SkillzWave, the world's largest agentic skill marketplace with 44,000+ skills. His rigorous skill quality reviews (#293, #294, #295) exposed critical content validation gapsβfiles listed in READMEs that didn't exist, stub scripts with placeholder code, and generic boilerplate masquerading as documentation. This feedback drove 4,300+ lines of fixes across 3 skills and spawned new validator checks that catch these issues automatically. Author of the Claude Code Skills Deep Dive series and extensive AI architecture content on Medium and Spillwave Solutions. (#293, #294, #295)
- @TomLucidor (Tom) - π TRANSPARENCY CHAMPION: His simple question "Which plugins require paid APIs vs free/self-hosted?" sparked the entire "Make All Plugins Free" initiative (v4.1.0). His follow-up about rate limits and registration requirements drove 2,400+ lines of comprehensive constraint documentation across 6 plugins (v4.3.0). Tom doesn't write code, but he keeps projects honest by asking the questions users are afraid to ask. (#148)
- @alexfazio (Alex Fazio) - π Shared production agent workflow patterns and validation techniques that inspired the complete Learning Lab system (v4.0.0). His insights on empirical verification transformed how we teach agent development.
- @lukeslp (Lucas Steuber) - π MASSIVE CONTRIBUTION: Created geepers-agents with 51 specialized agents for development workflows, deployment, quality audits, research, and game development - the largest single plugin contribution to date! (#159)
- @beepsoft - Provided valuable feedback on skill implementations that inspired comprehensive quality enhancements across the entire plugin ecosystem (#134)
- @CharlesWiltgen (Charles Wiltgen) - Created Axiom, battle-tested iOS development plugin with 13 production-ready skills for Swift/Xcode debugging and optimization (#121)
- @aledlie (Alyshia Ledlie) - Fixed 7 critical JSON syntax errors and added production CI/CD patterns from real-world debugging (#117, spotlight)
- @JackReis (Jack Reis) - Contributed neurodivergent-visual-org plugin with ADHD-friendly Mermaid diagrams and accessibility features (#106)
- @terrylica (Terry Li) - Built prettier-markdown-hook with zero-config markdown formatting and comprehensive documentation (#101)
- @clickmediapropy - Reported mobile horizontal scrolling bug, improving website UX (#120)
- @BayramAnnakov (Bayram Annakov) - π§ Created claude-reflect, a self-learning system that captures corrections during sessions and syncs them to CLAUDE.md - teaching Claude to remember your preferences! (#241)
- @jleonelion (James Leone) - π§ Fixed critical bash variable scoping bug in Learning Lab scripts and improved markdown formatting for better copy-paste experience (#239)
Want to contribute? See 000-docs/007-DR-GUID-contributing.md or reach out to [email protected]
Option 1: CLI (Recommended)
pnpm add -g @intentsolutionsio/ccpi
ccpi install devops-automation-packOption 2: Claude Built-in Commands
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plusAlready using an older install? Run
/plugin marketplace remove claude-code-pluginsand re-add with the command above to switch to the newclaude-code-plugins-plusslug.
Browse the catalog:
Visit Claude Code Skills & Plugins Marketplace or explore plugins/
Learn to build: See Learning Paths for step-by-step guides
1,537 production-ready Agent Skills (1,298 standalone + 239 embedded) that activate automatically based on your conversations:
Agent Skills are intelligent automation tools that Claude Code can invoke automatically when relevant. Unlike plugins that need manual commands, Skills detect when they're needed and activate seamlessly.
- π SEO Advantage: "Claude Skills" gets 3x more searches than "Claude Plugins"
- π― Auto-Activation: No need to remember commands - Skills trigger automatically
- π‘οΈ Tool Permissions: Fine-grained control over what each skill can do
- π Future-Proof: Aligned with Anthropic's 2026 vision for AI agents
- π§ DevOps Skills: Automated CI/CD, deployment, monitoring
- π Security Skills: Code auditing, vulnerability scanning, compliance
- π Data Skills: Analysis, visualization, reporting
- π¨ Frontend Skills: UI/UX improvements, responsive design, accessibility
- π§ͺ Testing Skills: Automated test generation, coverage analysis
- π Documentation Skills: Auto-documentation, API specs, tutorials
- 1,537 Total Skills: 1,298 standalone + 239 embedded in plugins
- 20 Standalone Categories: DevOps, Security, ML, Data, API, and more
- 2026 Schema: Validated against Anthropic standards
- Average skill size: 3.2KB of intelligent automation
π Essential Documentation (click to expand)
| Document | Purpose |
|---|---|
| User Security Guide | π‘οΈ How to safely evaluate and install plugins |
| Code of Conduct | Community standards and reporting |
| 000-docs/008-TQ-SECU-security.md | Security policy, threat model, vulnerability reporting |
| 000-docs/247-OD-CHNG-changelog.md | Release history & version updates |
| 000-docs/007-DR-GUID-contributing.md | How to submit plugins |
| Learning Paths | Structured guides from beginner to expert |
What are Agent Skills? They're instruction manuals that teach Claude Code when and how to use your installed plugins automatically.
1. DISCOVERY (Marketplace)
ββ You browse claudecodeplugins.io
ββ Find "ansible-playbook-creator"
ββ Install: /plugin install ansible-playbook-creator@claude-code-plugins-plus
2. INSTALLATION (Files Copied)
ββ Plugin files copied to your machine
ββ Including skills/skill-adapter/SKILL.md β The instruction manual!
3. STARTUP (Claude Learns)
ββ Claude Code reads SKILL.md frontmatter from ALL installed plugins
ββ Loads trigger phrases: "ansible playbook", "automate deployment"
ββ Now Claude knows this plugin exists and when to use it
4. USAGE (Automatic Activation)
ββ You: "Create an Ansible playbook for Apache"
ββ Claude: Sees "ansible playbook" trigger β reads full SKILL.md
ββ Claude: Activates plugin with correct workflow automatically!
WITHOUT Agent Skills:
You: "Create ansible playbook"
Claude: "I have ansible-playbook-creator installed somewhere...
Let me manually search and figure out how to use it..."
Result: β Plugin sits unused, you have to name it explicitly
WITH Agent Skills:
You: "Create ansible playbook"
Claude: *Recognizes trigger phrase instantly*
*Reads SKILL.md for workflow*
"I'll use ansible-playbook-creator for this!"
*Automatically applies best practices*
Result: β
Instant activation, correct usage, zero thinking
Each plugin gets ONE skill file teaching Claude:
---
name: Creating Ansible Playbooks
description: |
Automates Ansible playbook creation. Use when you need to automate
server configurations or deployments. Trigger with "ansible playbook"
or "create playbook for [task]".
---
## How It Works
1. Receives user request with infrastructure details
2. Generates production-ready Ansible playbook
3. Includes best practices and security configurations
## When to Use This Skill
- Automate server configuration tasks
- Deploy applications consistently
- Create repeatable infrastructure setups
## Examples
User: "Create ansible playbook to install Apache on Ubuntu"
Skill activates β Generates playbook β Ready to deploy- β Not creating new plugins - Adding instruction manuals to existing ones
- β Automatic activation - Claude recognizes trigger phrases
- β Best practices built-in - Each skill teaches optimal workflows
- β One skill per plugin - Comprehensive instruction manual
- β Only for installed plugins - Not for discovering new ones
Status: 1,537 skills deployed! 1,298 standalone skills across 20 categories + 239 embedded in plugins. All validated against 2026 schema.
Resources:
- Internal Guide: How Agent Skills Work β
- External Deep Dive: Claude Skills Technical Analysis β - Comprehensive technical breakdown by Lee-Han Chung
NEW: The first plugin using Anthropic's Agent Skills feature (launched Oct 16, 2025). Say "create a plugin" or "validate this plugin" and Claude automatically uses these model-invoked capabilities:
- π οΈ Plugin Creator - Auto-scaffolds plugins
- β Plugin Validator - Auto-validates structure
- π¦ Marketplace Manager - Auto-manages catalog
- π Plugin Auditor - Auto-audits security
- π’ Version Bumper - Auto-handles versions
/plugin install skills-powerkit@claude-code-plugins-plusNEW CATEGORY: Plugins that extend Claude's built-in Skills (web_search, web_fetch) with automation. Claude searches β Plugin acts.
Example: web-to-github-issue - Research β GitHub tickets
This marketplace contains two types of plugins that work differently:
- What they are: Markdown instructions that guide Claude's behavior
- How they work: Tell Claude HOW to perform tasks using its built-in capabilities
- Examples: DevOps pack, Security pack, API development tools
- Count: 249 plugins
- No external code execution - work entirely through Claude's interpretation
- What they are: TypeScript/JavaScript applications
- How they work: Run as separate Node.js processes that Claude can communicate with
- Examples: project-health-auditor, conversational-api-debugger, domain-memory-agent
- Count: 7 plugins (21 MCP tools total)
- Actual compiled code - 13-26KB of executable JavaScript per plugin
MCP servers load tool schemas into context. Manage active servers to optimize token usage:
/mcp # See active MCP servers
/mcp disable design-to-code # Disable unused server
/mcp enable project-health-auditor # Enable when needed
/context # Check context usageFull Guide: ZCF Integration & Tool Routing β
1,537 Agent Skills across the marketplace - automatic capabilities that Claude activates based on conversation context (1,298 standalone + 239 embedded in plugins).
- What they are: SKILL.md files that teach Claude when and how to use the plugin
- How they work: Claude reads trigger phrases and activates skills automatically
- Example: Say "create a plugin" and Claude uses the Skills Powerkit automatically
-
Invocation: Automatic - no
/commandneeded - Launched: October 16, 2025 by Anthropic
Skills vs Commands: Commands require explicit /command trigger. Skills activate automatically based on what you're asking for.
Note: Plugins can bundle Skills, Commands, Agents, and MCP servers together. Agent Skills are a feature that enhances any plugin type.
Technical Analysis: How Claude Skills Work β
A comprehensive technical breakdown by Lee-Han Chung covering:
- How Skills Activate: Understanding trigger phrases and automatic invocation
-
Tool Permission System: Deep dive into
allowed-toolsand security boundaries - Architecture Patterns: Design principles for effective skill-based plugins
- Best Practices: Real-world examples and common pitfalls to avoid
This article is the definitive external resource for understanding how Agent Skills work under the hood.
1,537 skills in this marketplace are built on these principles.
# Install multiple plugins at once (CLI)
ccpi install project-health-auditor conversational-api-debugger git-commit-smart
# Or install individually (Claude built-in)
/plugin install project-health-auditor@claude-code-plugins-plus
# Then use the plugin commands
/analyze /path/to/repo # Analyze codebase health
/debug-api # Debug API failures
/gc # Smart commit messagesShare custom workflows across your organization:
// .claude/settings.json
{
"extraKnownMarketplaces": {
"claude-code-plugins": {
"source": {
"source": "github",
"repo": "jeremylongshore/claude-code-plugins"
}
}
},
"enabledPlugins": {
"project-health-auditor@claude-code-plugins-plus": true,
"conversational-api-debugger@claude-code-plugins-plus": true
}
}Use our templates to build your own plugins:
# Copy a template
cp -r templates/command-plugin my-awesome-plugin
# Validate your plugin structure
ccpi validate ./my-awesome-plugin
# Test locally
/plugin marketplace add ./my-test-marketplace
/plugin install my-awesome-plugin@test- Installation & Usage - Install and use plugins
- Creating Your First Plugin - Step-by-step tutorial
- Plugin Reference - Technical specifications
- Marketplace Guide - Distribute your plugins
- Security Best Practices - Secure plugin development
- MCP Server Status - MCP plugin configurations
- ZCF Integration - Tool routing, BMAD workflows, token optimization
- Production Playbooks Index - 11 comprehensive guides (~53,500 words)
- Advanced Tool Use - Dynamic discovery & programmatic orchestration β NEW
- Multi-Agent Rate Limits - Prevent API throttling
- Cost Caps & Budget Management - Control AI spending
- MCP Server Reliability - Self-healing MCP servers
- Ollama Migration Guide - Switch to self-hosted LLMs
- Incident Debugging - SEV-1/2/3/4 response protocols
- Self-Hosted Stack Setup - Full infrastructure deployment
- Compliance & Audit - SOC 2, GDPR, HIPAA, PCI DSS
- Team Presets & Workflows - Team standardization
- Cost Attribution System - Multi-dimensional cost tracking
- Progressive Enhancement - Safe feature rollout
We welcome community plugin submissions! This ecosystem thrives on shared knowledge and collaboration.
- Fork this repository
-
Add your plugin to
plugins/community/your-plugin/ -
Update
.claude-plugin/marketplace.extended.jsonwith your plugin entry -
Run
pnpm run sync-marketplace(ornpm run sync-marketplace) to regenerate.claude-plugin/marketplace.json - Submit a pull request using our plugin submission template
See 000-docs/007-DR-GUID-contributing.md for detailed guidelines.
- Valid
.claude-plugin/plugin.json - Comprehensive README.md with examples
- 000-docs/001-BL-LICN-license.txt file (MIT or Apache-2.0 recommended)
- Tested locally and working
- No hardcoded secrets or credentials
- All scripts executable (
chmod +x)
If you're actively developing your plugin and want us to stay in sync with your repo:
- Open an issue requesting external sync
-
We add your repo to
sources.yaml - Daily sync pulls your latest changes at midnight UTC
- You maintain ownership - keep developing in your repo
-
Attribution preserved -
.source.jsontracks provenance
Benefits:
- No stale copies - your updates appear within 24 hours
- You control your codebase - we mirror it
- Full attribution - clear provenance tracking
Currently synced from:
- @numman-ali/n-skills - gastown, zai-cli
See sources.yaml for the full list of synced sources.
Claude Code plugins do NOT use GitHub Marketplace. They operate in a completely separate ecosystem using JSON-based marketplace catalogs hosted in Git repositories. This repository IS a Claude Code plugin marketplace.
There is currently no monetization mechanism for Claude Code plugins. All plugins in the ecosystem are free and open-source. See Monetization Alternatives for external revenue strategies.
Claude Code plugins are in public beta (October 2025). Features and best practices may evolve. This marketplace will stay updated with the latest changes.
Start building your own plugin today:
| Template | What's Included | Best For |
|---|---|---|
| minimal-plugin | Just plugin.json & README | Simple utilities |
| command-plugin | Slash commands | Custom workflows |
| agent-plugin | Specialized AI agent | Domain expertise |
| full-plugin | Commands + agents + hooks | Complex automation |
All templates are in the templates/ directory with complete examples.
- Claude Developers Discord - 40,000+ members
- Report Issues
- Discussions
- Awesome Claude Code - Curated resources
- Dan Γvila's Marketplace - DevOps & productivity
- Seth Hobson's Agents - 80+ specialized subagents
- CCPlugins - Professional commands
- Plugin Packs: 4 (62 total plugin components)
- MCP Plugins: 7 (21 total MCP tools)
- Production Plugins: 2 (git-commit-smart, overnight-dev)
- AI Agency Plugins: 6 (complete business toolkit)
- Example Plugins: 3 (hello-world, formatter, security-agent)
- Templates: 4 (minimal, command, agent, full)
- Total Marketplace Plugins: 20
To be THE definitive resource for Claude Code plugins by:
- Educating - Clear examples showing how plugins work
- Curating - High-quality plugins you can trust
- Connecting - Building a vibrant community of creators
- Growing - Setting standards as the ecosystem evolves
- Quality over Quantity - Every plugin is reviewed and tested
- Learning-Focused - Understand how plugins work, don't just use them
- First-Mover - Establishing best practices for the ecosystem
- Community-Driven - Built by developers, for developers
- Actively Maintained - Updated with latest Claude Code features
MIT License - See 000-docs/001-BL-LICN-license.txt file for details.
- Anthropic - For creating Claude Code and the plugin system
- Richard Hightower - Creator of skilz and co-founder of SkillzWave; his rigorous skill quality reviews drove our 100-point grading rubric improvements
- Community Contributors - Everyone who submits plugins and improvements
- Early Adopters - Users who provide feedback and help us improve
Join the conversation and connect with other plugin developers and users!
- General Discussions - Community hub for all things plugins
- Announcements - Stay updated with the latest releases
- Ideas - Suggest new plugins or features
- Q&A - Get help from the community
- Show and Tell - Share what you've built!
- Discord - Claude Code Community (#claude-code channel)
- Issues - Report bugs or request features
- Pull Requests - Contribute your own plugins
- Questions? - Open a discussion
- Found a bug? - Report an issue
- Have an idea? - Share in Ideas
- Want to chat? - Join our Discord
This repository uses a structured documentation filing system for all internal project documentation. All documentation files are stored in the 000-docs/ directory using a standardized naming convention.
NNN-CC-ABCD-short-description.ext
- NNN = Zero-padded sequence number (001-999)
- CC = Two-letter category code (PP, AT, DR, RA, etc.)
- ABCD = Four-letter document type (PROD, GUID, REPT, etc.)
- short-description = 1-4 words, kebab-case
048-RA-INDX-audit-index.md # Audit index report
061-DR-REFF-vertex-ai-gemini-tiers.md # Reference documentation
086-PP-PLAN-release-v1-2-0.md # Release plan
Full specification: See the Document Filing System v3.0 in prompts-intent-solutions master-systems folder
Star this repo if you find it useful!
Made with dedication by the Claude Code community
Status: Public Beta | Version: 4.14.0 | Last Updated: January 2026 | Skills: 1,537
For Tasks:
Click tags to check more tools for each tasksFor Jobs:
Alternative AI tools for claude-code-plugins-plus-skills
Similar Open Source Tools
For similar tasks
claude-code-plugins-plus-skills
Claude Code Skills & Plugins Hub is a comprehensive marketplace for agent skills and plugins, offering 1537 production-ready agent skills and 270 total plugins. It provides a learning lab with guides, diagrams, and examples for building production agent workflows. The package manager CLI allows users to discover, install, and manage plugins from their terminal, with features like searching, listing, installing, updating, and validating plugins. The marketplace is not on GitHub Marketplace and does not support built-in monetization. It is community-driven, actively maintained, and focuses on quality over quantity, aiming to be the definitive resource for Claude Code plugins.
open-saas
Open SaaS is a free and open-source React and Node.js template for building SaaS applications. It comes with a variety of features out of the box, including authentication, payments, analytics, and more. Open SaaS is built on top of the Wasp framework, which provides a number of features to make it easy to build SaaS applications, such as full-stack authentication, end-to-end type safety, jobs, and one-command deploy.
airbroke
Airbroke is an open-source error catcher tool designed for modern web applications. It provides a PostgreSQL-based backend with an Airbrake-compatible HTTP collector endpoint and a React-based frontend for error management. The tool focuses on simplicity, maintaining a small database footprint even under heavy data ingestion. Users can ask AI about issues, replay HTTP exceptions, and save/manage bookmarks for important occurrences. Airbroke supports multiple OAuth providers for secure user authentication and offers occurrence charts for better insights into error occurrences. The tool can be deployed in various ways, including building from source, using Docker images, deploying on Vercel, Render.com, Kubernetes with Helm, or Docker Compose. It requires Node.js, PostgreSQL, and specific system resources for deployment.
llmops-promptflow-template
LLMOps with Prompt flow is a template and guidance for building LLM-infused apps using Prompt flow. It provides centralized code hosting, lifecycle management, variant and hyperparameter experimentation, A/B deployment, many-to-many dataset/flow relationships, multiple deployment targets, comprehensive reporting, BYOF capabilities, configuration-based development, local prompt experimentation and evaluation, endpoint testing, and optional Human-in-loop validation. The tool is customizable to suit various application needs.
cheat-sheet-pdf
The Cheat-Sheet Collection for DevOps, Engineers, IT professionals, and more is a curated list of cheat sheets for various tools and technologies commonly used in the software development and IT industry. It includes cheat sheets for Nginx, Docker, Ansible, Python, Go (Golang), Git, Regular Expressions (Regex), PowerShell, VIM, Jenkins, CI/CD, Kubernetes, Linux, Redis, Slack, Puppet, Google Cloud Developer, AI, Neural Networks, Machine Learning, Deep Learning & Data Science, PostgreSQL, Ajax, AWS, Infrastructure as Code (IaC), System Design, and Cyber Security.
awesome-production-llm
This repository is a curated list of open-source libraries for production large language models. It includes tools for data preprocessing, training/finetuning, evaluation/benchmarking, serving/inference, application/RAG, testing/monitoring, and guardrails/security. The repository also provides a new category called LLM Cookbook/Examples for showcasing examples and guides on using various LLM APIs.
generative-ai-on-aws
Generative AI on AWS by O'Reilly Media provides a comprehensive guide on leveraging generative AI models on the AWS platform. The book covers various topics such as generative AI use cases, prompt engineering, large-language models, fine-tuning techniques, optimization, deployment, and more. Authors Chris Fregly, Antje Barth, and Shelbee Eigenbrode offer insights into cutting-edge AI technologies and practical applications in the field. The book is a valuable resource for data scientists, AI enthusiasts, and professionals looking to explore generative AI capabilities on AWS.
palico-ai
Palico AI is a tech stack designed for rapid iteration of LLM applications. It allows users to preview changes instantly, improve performance through experiments, debug issues with logs and tracing, deploy applications behind a REST API, and manage applications with a UI control panel. Users have complete flexibility in building their applications with Palico, integrating with various tools and libraries. The tool enables users to swap models, prompts, and logic easily using AppConfig. It also facilitates performance improvement through experiments and provides options for deploying applications to cloud providers or using managed hosting. Contributions to the project are welcomed, with easy ways to get involved by picking issues labeled as 'good first issue'.
For similar jobs
lollms-webui
LoLLMs WebUI (Lord of Large Language Multimodal Systems: One tool to rule them all) is a user-friendly interface to access and utilize various LLM (Large Language Models) and other AI models for a wide range of tasks. With over 500 AI expert conditionings across diverse domains and more than 2500 fine tuned models over multiple domains, LoLLMs WebUI provides an immediate resource for any problem, from car repair to coding assistance, legal matters, medical diagnosis, entertainment, and more. The easy-to-use UI with light and dark mode options, integration with GitHub repository, support for different personalities, and features like thumb up/down rating, copy, edit, and remove messages, local database storage, search, export, and delete multiple discussions, make LoLLMs WebUI a powerful and versatile tool.
Azure-Analytics-and-AI-Engagement
The Azure-Analytics-and-AI-Engagement repository provides packaged Industry Scenario DREAM Demos with ARM templates (Containing a demo web application, Power BI reports, Synapse resources, AML Notebooks etc.) that can be deployed in a customerβs subscription using the CAPE tool within a matter of few hours. Partners can also deploy DREAM Demos in their own subscriptions using DPoC.
minio
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
mage-ai
Mage is an open-source data pipeline tool for transforming and integrating data. It offers an easy developer experience, engineering best practices built-in, and data as a first-class citizen. Mage makes it easy to build, preview, and launch data pipelines, and provides observability and scaling capabilities. It supports data integrations, streaming pipelines, and dbt integration.
AiTreasureBox
AiTreasureBox is a versatile AI tool that provides a collection of pre-trained models and algorithms for various machine learning tasks. It simplifies the process of implementing AI solutions by offering ready-to-use components that can be easily integrated into projects. With AiTreasureBox, users can quickly prototype and deploy AI applications without the need for extensive knowledge in machine learning or deep learning. The tool covers a wide range of tasks such as image classification, text generation, sentiment analysis, object detection, and more. It is designed to be user-friendly and accessible to both beginners and experienced developers, making AI development more efficient and accessible to a wider audience.
tidb
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.
airbyte
Airbyte is an open-source data integration platform that makes it easy to move data from any source to any destination. With Airbyte, you can build and manage data pipelines without writing any code. Airbyte provides a library of pre-built connectors that make it easy to connect to popular data sources and destinations. You can also create your own connectors using Airbyte's no-code Connector Builder or low-code CDK. Airbyte is used by data engineers and analysts at companies of all sizes to build and manage their data pipelines.
labelbox-python
Labelbox is a data-centric AI platform for enterprises to develop, optimize, and use AI to solve problems and power new products and services. Enterprises use Labelbox to curate data, generate high-quality human feedback data for computer vision and LLMs, evaluate model performance, and automate tasks by combining AI and human-centric workflows. The academic & research community uses Labelbox for cutting-edge AI research.