dyad: Skill for Claude Code

.claude/skills/feedback-to-issues/SKILL.md

dyad:feedback-to-issues is a skill for Claude Code from dyad-sh/dyad. It costs 41 tokens per session (845 once invoked), scanned A, original, no licence file.

A workflow for turning customer feedback, often from email, into separate GitHub issues. It checks whether issues already exist, asks for approval before creating new ones, and prepares a reply email.

In plain words
What is it for?
Use it to process customer bug reports, requests, or complaints into trackable development tasks.
Why use it?
It reduces the chance of losing requests, creating duplicate tasks, or replying without recording the work.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dyad-sh/dyad's own configuration. It tells Claude Code how to work on dyad itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dyad configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dyad-sh/dyad. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dyad-sh/dyad/main/.claude/skills/feedback-to-issues/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dyad-sh/dyad

Made for: Claude Code.

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 dyad:feedback-to-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/dyad-sh/dyad/feedback-to-issues/github.svg)](https://agentmods.dev/skills/dyad-sh/dyad/feedback-to-issues)
Your own site
<a href="https://agentmods.dev/skills/dyad-sh/dyad/feedback-to-issues"><img src="https://agentmods.dev/badge/skills/dyad-sh/dyad/feedback-to-issues/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 dyad:feedback-to-issues

Your own site · 80×15
<a href="https://agentmods.dev/skills/dyad-sh/dyad/feedback-to-issues"><img src="https://agentmods.dev/badge/skills/dyad-sh/dyad/feedback-to-issues.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 845 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00041 $0.00845
Opus 5 $0.00020 $0.00423
Sonnet 5 $0.00008 $0.00169
Haiku 4.5 $0.00004 $0.00085

Measured 9d ago against content hash 5f8234a5b7b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dyad:feedback-to-issues 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 9d 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.

.claude/skills/feedback-to-issues/SKILL.md · 89 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 89 lines · 41 tokens per session scan A 5f8234a5b7b7

Subscribe to this mod's changes

dyad:feedback-to-issues is a skill published in the GitHub repository dyad-sh/dyad (21,393 stars, last pushed yesterday), with no licence file. It adds 41 tokens to every session and 845 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

hivemind-goals

Create, track and update team goals + KPIs via the Deeplake virtual filesystem at memory/goal/ and memory/kpi/. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X"…

activeloopai/hivemind · 113 tokens

contributor-pipeline-gardening

Maintenance of the contributor issue pipeline for JSONbored/awesome-claude (HeyClaude) — closing issues that are already done but not marked so, and keeping a small, high-value contributor-available backlog stocked with real website/content/feature/bugfix work. Runs every 24h via a dedicated scheduled task. Invoke for…

JSONbored/awesome-claude · 196 tokens

weekly-digests

Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…

thedotmack/claude-mem · 93 tokens

version-bump

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing is the final human-required handoff because the maintainer…

thedotmack/claude-mem · 64 tokens

cloud-sync

Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.

thedotmack/claude-mem · 64 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens