reproductions

reproductions is a cursor rule for Cursor from sfc-gh-cconner/support-rules-mcp. It costs 598 tokens per session, scanned A, original, Apache-2.0.

A set of rules for building small, repeatable examples that demonstrate a software problem. It covers source-code and documentation research, testing, security, and explanation.

In plain words
What is it for?
Use it to investigate an issue, study its implementation, create a minimal reproduction, verify the behavior, and document the result.
Why use it?
It gives developers a complete process for turning a reported issue into a runnable example and a documented solution or workaround.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it to investigate an issue, study its implementation, create a minimal reproduction, verify the behavior, and document the result.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/sfc-gh-cconner/support-rules-mcp/reproductions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/sfc-gh-cconner/support-rules-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reproductions

README.md
[![agentmods](https://agentmods.dev/badge/rules/sfc-gh-cconner/support-rules-mcp/reproductions/github.svg)](https://agentmods.dev/rules/sfc-gh-cconner/support-rules-mcp/reproductions)
Your own site
<a href="https://agentmods.dev/rules/sfc-gh-cconner/support-rules-mcp/reproductions"><img src="https://agentmods.dev/badge/rules/sfc-gh-cconner/support-rules-mcp/reproductions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reproductions

Your own site · 80×15
<a href="https://agentmods.dev/rules/sfc-gh-cconner/support-rules-mcp/reproductions"><img src="https://agentmods.dev/badge/rules/sfc-gh-cconner/support-rules-mcp/reproductions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 598 This file is loaded in full into every session.
When invoked 598 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00598 $0.00598
Opus 5 $0.00299 $0.00299
Sonnet 5 $0.00120 $0.00120
Haiku 4.5 $0.00060 $0.00060

Measured 8d ago against content hash 6aae041535e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

reproductions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rules/_meta/reproductions.mdc · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reproduction Building - Complete Ruleset

PURPOSE: Complete workflow for creating minimal, parameterized reproductions with proper documentation, security, and template standards.

Meta-Rule: This combines core Snowflake knowledge, code quality guidance, and reproduction patterns.


📦 Included Rules

This meta-rule includes:

  • ✅ Core: Source code access (GitHub MCP)
  • ✅ Core: Documentation access (Snowflake Docs MCP)
  • ✅ Core: Code quality & examples (Context7 MCP)
  • ✅ Workflow: Reproduction building guide

@include core/01-github-mcp.mdc @include core/02-docs-mcp.mdc @include core/03-code-quality-mcp.mdc @include workflows/reproductions.mdc


🎯 Quick Reference

Reproduction Flow

  1. Understand Issue → Gather details and expected behavior
  2. Study Implementation → Find source code
  3. Get Examples → Context7 for usage patterns
  4. Build Minimal Repro → Self-contained, runnable code
  5. Verify Behavior → Test thoroughly
  6. Document → Complete explanation
  7. Provide Fix/Workaround → Solution or temporary fix

Key Principles

  • Keep it minimal and focused
  • Make it self-contained and runnable
  • Use environment variables for credentials
  • Include clear documentation
  • Provide workarounds when possible
  • Reference source code explicitly

Code Example Resources

# Get connector examples
mcp_context7_get-library-docs(
    context7CompatibleLibraryID="/snowflakedb/snowflake-connector-python",
    topic="connection authentication",
    tokens=2000
)

# Get Snowpark examples
mcp_context7_get-library-docs(
    context7CompatibleLibraryID="/snowflakedb/snowpark-python",
    topic="<feature> usage",
    tokens=2000
)

Source Code Investigation

# Find feature implementation
mcp_github_search_code(
    query='<FeatureName> repo:snowflakedb/<connector-repo>'
)

# Get file contents
mcp_github_get_file_contents(
    owner="snowflakedb",
    repo="<connector-repo>",
    path="<path-to-file>"
)

Read the full file on GitHub · 99 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 99 lines · 598 tokens per session scan A 6aae041535e3

Subscribe to this mod's changes

reproductions is a cursor rule published in the GitHub repository sfc-gh-cconner/support-rules-mcp (0 stars, last pushed 11mo ago), licensed Apache-2.0. It adds 598 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.