Awesome AI AgentsIntegration and Extensions

xiaobright/dsh-anchored-standard

⭐ 3818 JavaScript repository created 2026-08-14

dsh-anchored-standard is an unofficial, community-built collection of agent presets for DeepSeek Harness. It targets an observed behaviour of DeepSeek V4 Pro: the model conditions strongly on the tool catalog visible in the first API request, and that first request selects the style of its reasoning chain for the rest of the session. The presets therefore run a two-phase lifecycle. In the bootstrap phase the first request exposes only the two minimal tools, bash and str_replace_editor, with every automatic context injection suppressed by a context-gate plugin and an optional output cap. Promotion is triggered by the first durable tool call or assistant message recorded in the session event log, after which the resident catalog expands to the bootstrap pair plus discovery tools (dev_tool_search, skill_search, skill_load) that unlock heavier standard tools on demand, and the normal context injections are restored. Because phase state is derived from durable events, resume and reload preserve it. Seven self-contained modes are shipped: the base anchored standard, two live-anchor variants that spend one extra model call on an anchor turn, a prefab mode seeded with a successful trajectory so no model call is needed, an eternal minimal mode that keeps the catalog small forever and routes heavier tools through a bash gateway, a wire think-execute mode, and a combined mode. The repository documents the measured evidence behind each lever, including trial counts for the tool schema, the output budget and the injected reminders. As of August 2026 the maintainer states that active development has stopped because the evaluation runs became too expensive after API and subscription price increases; the repository stays available in maintenance-only mode and points users to alternative community projects.

https://github.com/xiaobright/dsh-anchored-standard

deepseek-harnessagent-presetsplugintool-schemaprompt-engineeringjavascriptcontext-management

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.

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.

feiskyer/claude-code-settings

Configuration repository for Claude Code distributing a plugin marketplace of skills and agents covering deep research, image generation, GitHub automation and translation, plus multi-model gateway settings.

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.