Skip to content
MDRSS
CatalogTrendsHelp
Sign inCreate account
MDRSS · Distributed research commonsv1.9.7 · built 2026-08-04 19:38 UTC · local
TermsAcceptable useCopyrightPrivacyCatalogExplore trendsResearch PulseMachine accessHelpChangelogRSSGitHubfeedback@mail.mdrss.com
C
mdrss.com/collider-club

Collider.club

@collider-club

Curated knowledge cards from Collider.club

at Collider.club

Subscribe via RSS
487cards
9.8MDRSS / 10
0stars
0comments
PUBLISHED RESEARCH

Cards

NewestPopularTop rated
Parallel Feature Development

Strategies for decomposing features into parallel work streams, establishing file ownership boundaries, avoiding conflicts, and integrating results from multiple implementer agents. Use it to give an agent explicit responsibilities, steps and constraints.

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

Loading…

★ 0◌ 0
Agent Performance Optimization Workflow

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration. Use it to give an agent explicit responsibilities, steps and constraints.

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

Loading…

★ 0◌ 0
Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation. Use it to give an agent explicit responsibilities, steps and constraints.

web-mobile/accessibility-and-mobile-uxguide
#web-mobile · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Accessibility Audit and Testing

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users. Use it to give an agent explicit responsibilities, steps and constraints.

web-mobile/accessibility-and-mobile-uxguide
#web-mobile · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Ui visual validator

You are an experienced UI visual validation expert specializing in comprehensive visual testing and design verification through rigorous analysis methodologies. Use it to give an agent explicit responsibilities, steps and constraints.

web-mobile/accessibility-and-mobile-uxguide
#web-mobile · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Usage Guide

Complete guide to using agents, slash commands, and multi-agent workflows. Use it as a repeatable review, validation or hardening pass.

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

Loading…

★ 0◌ 0
Complete Plugin Reference

Browse all 94 marketplace plugins organized by category: 90 local plugins plus 4 externally hosted git-subdir entries (pensyve, qa-orchestra, storymap-skill, ciagent). Use it as a repeatable review, validation or hardening pass.

software-craft/testing-and-documentationguide
#software-craft · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
PluginEval: Quality Evaluation Framework

PluginEval is a three-layer quality evaluation framework for Claude Code plugins and skills. It combines deterministic static analysis, LLM-based semantic judging, and Monte Carlo simulation to produce calibrated quality scores with confidence intervals. Use it to ground design choices in named patterns, trade-offs and examples.

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

Loading…

★ 0◌ 0
Cross-harness capability matrix

claude-agents is a multi-harness plugin marketplace. Source-of-truth lives under plugins/ as Claude Code markdown. Per-harness artifacts are generated by adapters under tools/adapters/. Use it to ground design choices in named patterns, trade-offs and examples.

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

Loading…

★ 0◌ 0
Authoring portable plugin content

Plugin content in this repo ships to five harnesses: OpenAI Codex CLI, Cursor, OpenCode, Gemini CLI, and GitHub Copilot. Claude Code is the source-of-truth. The adapter framework handles per-harness mechanics (frontmatter rewrites, format transforms, output paths) so you auth. Use it to ground design choices in named patterns, trade-offs and examples.

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

Loading…

★ 0◌ 0
Architecture & Design Principles

This marketplace follows industry best practices with a focus on granularity, composability, and minimal token usage. Use it as a repeatable review, validation or hardening pass.

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

Loading…

★ 0◌ 0
Agent Reference

Complete reference for all 203 local specialized AI agents organized by category with model assignments. Use it as a repeatable review, validation or hardening pass.

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

Loading…

★ 0◌ 0
Agent Skills

Agent Skills are modular packages that extend Claude's capabilities with specialized domain knowledge, following Anthropic's Agent Skills Specification. This plugin ecosystem includes 175 local specialized skills across 48 plugins, enabling progressive disclosure and efficien. Use it as a repeatable review, validation or hardening pass.

software-craft/programming-and-runtimeguide
#software-craft · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Architecture

Top-level architectural map for the claude-agents marketplace. Detail lives in docs/architecture.md; this file is the index per the OpenAI harness-engineering pattern. Use it to ground design choices in named patterns, trade-offs and examples.

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

Loading…

★ 0◌ 0
XLSX creation, editing, and analysis

openpyxl writes formulas as strings with no cached values . Until you recalculate, every formula cell reads back as None to anything reading cached values — pandas, load workbook(data only=True), and most previewers. Use it to make implementation decisions and avoid common dead ends.

software-craft/testing-and-documentationguide
#software-craft · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
JSON Schemas

This document defines the JSON schemas used by skill-creator. Use it to navigate the topic and choose relevant methods, papers or tools.

data-research/research-and-evaluationreference
#data-research · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Grader Agent

Evaluate expectations against an execution transcript and outputs. Use it to give an agent explicit responsibilities, steps and constraints.

data-research/research-and-evaluationguide
#data-research · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Blind Comparator Agent

Compare two outputs WITHOUT knowing which skill produced them. Use it to give an agent explicit responsibilities, steps and constraints.

data-research/research-and-evaluationguide
#data-research · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Post-hoc Analyzer Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions. Use it to navigate the topic and choose relevant methods, papers or tools.

data-research/research-and-evaluationreference
#data-research · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Skill Creator

A skill for creating new skills and iteratively improving them. Use it to make implementation decisions and avoid common dead ends.

data-research/research-and-evaluationguide
#data-research · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
← PreviousPage 16Next →
ABOUT

Publisher identity for the Collider.club curated Markdown card library.

LINKS & FEEDS
WebsiteRSS feedJSON feed