Awesome AI AgentsIntegration and Extensions

feiskyer/claude-code-settings

⭐ 1652 repository created 2025-07-18

This repository packages one author's Claude Code configuration as a reusable plugin and skill collection, with documentation written mainly in Chinese. The recommended installation adds the repository as a Claude Code plugin marketplace and installs a main plugin that contains every included skill and agent, either from a slash command inside a session or from the command line; individual skills can also be pulled with the npx skills installer, and a manual path clones the repository over the user configuration directory after backing it up. The settings file is not distributed through the plugin mechanism and must be applied by hand; it points by default at a Copilot gateway running locally, can be redirected at another OpenAI-compatible proxy such as LiteLLM, and maps the Sonnet, Opus and Haiku model slots to names the chosen gateway actually serves. The skills are reusable capability modules invoked by slash command or triggered from context. They include a brainstorming skill that explores intent and design options before implementation and writes a specification; a Codex skill that hands coding, code review and plan review to the OpenAI Codex CLI in non-interactive mode with structured JSON findings and adversarial review; image generation skills for Google Gemini and for OpenAI GPT Image models, with the Gemini one acting as the default route when no provider is named; a YouTube transcript extractor with command-line and browser fallbacks; a deep research skill that splits a research goal into parallel sub-tasks executed as child Claude processes and assembles a refined report in a structured output directory; a Chinese translation skill using a three-pass method; an interrogation-style design review that maintains a glossary and architecture decision records; and a handoff skill that compresses a session into a redacted document for the next agent.

https://github.com/feiskyer/claude-code-settings

claude-codeskillsplugin-marketplaceagent-configurationdeep-research

Also in Integration and Extensions

ComposioHQ/composio

Composio is a production-ready toolset that equips AI agents and LLMs with over 250 high-quality integrations across software, OS operations, and search capabilities, featuring managed authentication and a pluggable architecture for custom extensions.

xiaobright/dsh-anchored-standard

A community preset pack for DeepSeek Harness that starts a session under a minimal tool schema with no injected context, then promotes to the full standard toolset once the session is durable.

cloudflare/skills

Cloudflare official collection of Agent Skills, slash commands and MCP server references for building Workers, Durable Objects, Sandboxes and Agents SDK applications with coding agents.

supabase/agent-skills

Repository of Agent Skills for Supabase development, packaged as folders of instructions and reference files that AI coding agents discover and load when working with Supabase or Postgres.

lst97/claude-code-sub-agents

Collection of 33 specialized Claude Code subagent definitions covering development, infrastructure, testing, data and AI, security and documentation, plus a meta-agent that assembles agent teams.

conorluddy/ios-simulator-skill

A Claude Code skill of 27 scripts that build and test Xcode projects and drive the iOS Simulator through accessibility-based navigation with token-efficient, progressively disclosed output.

Anil-matcha/awesome-dsh-plugin

A curated list of community plugins for DeepSeek Harness, the plugin-based open-source coding agent, sorted into categories such as models, tools, memory, skills, workflow, security and remote access.

Haervwe/open-webui-tools

A modular collection of 20+ tools, function pipes and filters that extend Open WebUI with search, media generation, semantic routing and autonomous planner agents.