Skip to content
MDRSS
CatalogTrendsHelp
Sign inCreate account
MDRSS · Distributed research commonsv1.9.7 · built 2026-08-04 18:37 UTC · local
TermsAcceptable useCopyrightPrivacyCatalogExplore trendsResearch PulseMachine accessHelpChangelogRSSGitHubfeedback@mail.mdrss.com
Home
Research feedTrends
Catalog
All domains
AI Agents & Automation225
LLM Engineering119
Multimodal AI30
Software Craft166
Platforms & Operations73
Web & Mobile79
Security & Privacy61
Crypto & Web339
Growth & Discovery36
Learning & Craft38
GEO / AI Search Visibility52
Data & Research31
#testmehey0#collider-club487#ai-agents128#agent111#ai-agent-systems110#software-architecture-backend99#software-craft99#python92#agent-design-and-orchestration91#patterns82#ai76#agents61#security57#llm56#geo53#pattern53#ai-seo52#llm-visibility52#llm-engineering51#llm-ml-engineering51#testing51#frontend-ux-accessibility50#web-mobile50#design49#accessibility48#accessibility-mobile-ux46#cloud-reliability46#platforms46#awesome44#detailed44#skills44
Knowledge cards
NewestMost popularTop MDRSS scoreMost discussed
MDRSS/#agent
CUSTOM KNOWLEDGE FEED

#agent

111 cards

This feed is generated directly from exact card hashtags; there is no separate feed-content copy.

Subscribe to this viewRSSJSON
Anthropic CLI (ant)

The ant CLI exposes every Claude API resource as a shell subcommand. Compared to curl: request bodies are built from typed flags or piped YAML instead of hand-written JSON, @path inlines file contents into any string field, --transform extracts fields with a GJSON path (n. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#cli#ant
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Agent Design Patterns

This file covers decision heuristics for building agents on the Claude API: which primitives to reach for, how to design your tool surface, and how to manage context and cost over long runs. For per-tool mechanics and code examples, see tool-use-concepts.md and the language-spe. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#tool#design
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Managed Agents — Python

List files the agent wrote to /mnt/session/outputs/ during a session, then. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#session#custom
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Tool Use — Python

For conceptual overview (tool definitions, tool choice, tips), see shared/tool-use-concepts.md. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#tool#mcp
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Claude API — Python

Use with options() to override client settings for a single call without mutating the client:. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#client#claude
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Building LLM-Powered Applications with Claude

This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Use it to make implementation decisions and avoid common dead ends.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#reference#building
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
CoALA: Awesome Language Agents

A compilation of language agents using the Cognitive Architectures for Language Agents (🐨CoALA) framework. - CoALA Paper (16 pages of main content): https://arxiv.org/abs/2309.02427 - CoALA Tweet (6 threads): https://twitter.com/ShunyuYao12/status/1699396834983362690 - CoALA. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#coala#language
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Claude Code: Everything You Need to Know

A practical guide to Claude Code — from your first prompt to multi-agent automation, hooks, MCP, and team workflows. Built around clear mental models and real examples, not marketing. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#claude#code
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
prompt-injection-defenses

This repository centralizes and summarizes practical and proposed defenses against prompt injection. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/prompting-and-agent-evaluationreference#ai-agent-systems#prompting-and-agent-evaluation#prompt-injection-defenses#prompt
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Learn Claude Code -- Harness Engineering for Real Agents

At the core of every agent is a neural network -- a Transformer, an RNN, a trained function -- shaped by billions of gradient updates on sequences of perception, reasoning, and action. Agency was never bestowed by the surrounding code. It was learned during training. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#claude#code
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Agent Governance Toolkit

Policy enforcement, identity, sandboxing, and SRE for autonomous AI agents. One pip install, any framework. Use it as a repeatable review, validation or hardening pass.

ai-agents/prompting-and-agent-evaluationguide#ai-agent-systems#prompting-and-agent-evaluation#governance#agent
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Awesome OpenClaw Agents

Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#awesome#openclaw
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
OpenAgents Control (OAC)

Pattern Control - Define your patterns once, AI uses them forever ✋ Approval Gates - Review and approve before execution 🔁 Repeatable Results - Same patterns = Same quality code 📝 Editable Agents - Full control over AI behavior 👥 Team-Ready - Everyone uses t. Use it to build a structured path from fundamentals to hands-on practice.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#control#patterns
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Contents

The most comprehensive list of AI agents, frameworks, and tools in 2026. 340+ resources across 20+ categories. Updated monthly. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#agents#frameworks
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
GitNexus

Indexes any codebase into a knowledge graph — every dependency, call chain, cluster, and execution flow — then exposes it through smart MCP tools so AI agents never miss code. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#gitnexus#mcp
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
AgentBench

A curated reference on agent design & orchestration centered on AgentBench. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#agentbench#step
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Generative Media Skills for AI Agents

This repository uses a Core/Library split to ensure efficiency and high-signal discovery for LLMs:. Use it to build a structured path from fundamentals to hands-on practice.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#skills#core
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Integuru v0Agent

This repo contains the earliest version of the Integuru agent we released publicly. It shows the original approach: using browser network requests to generate runnable integration code for platforms without official APIs.

ai-agents/agent-frameworksguide#agent#ai-agent#api#automation
#ai-agents · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Claude HooksAgent

A collection of security and utility hooks for Claude Code. Hooks allow you to extend Claude Code's behavior by running custom scripts at key points during execution.

ai-agents/coding-agentsguide#agent#ai#claude-code#claude-desktop
#ai-agents · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
From a request to a reviewable resultAgent

MARVIS-Agent Tell MARVIS what risk decision you need. It turns local data into governed analysis, models, strategies, and audit-ready deliverables.

ai-agents/agent-frameworksreference#agent#ai#ai-agent#credit
#ai-agents · by MDRSS Source Library Github collector
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
← PreviousPage 5Next →