create-scrap-issue

A workflow for saving a collection of notes, observations, or findings as one organized GitHub issue with a required maintenance label.

In plain words
What is it for?
Use it to record bugs, improvements, documentation ideas, refactoring notes, or other repository findings in an English-language issue.
Why use it?
It keeps background information and possible next steps in a searchable place for later work instead of leaving them scattered.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/dyoshikawa/rulesync/create-scrap-issue
Any agent
npx skills add dyoshikawa/rulesync --skill create-scrap-issue
Clone the repo
git clone --depth 1 https://github.com/dyoshikawa/rulesync

Made for: Claude Code, Codex.

Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 420 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00063 $0.00420
Opus 5 $0.00032 $0.00210
Sonnet 5 $0.00013 $0.00084
Haiku 4.5 $0.00006 $0.00042

Measured 2d ago against content hash 579f860121a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-scrap-issue 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 2d 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.

.rulesync/skills/create-scrap-issue/SKILL.md · 38 lines

What it actually says

Create a single GitHub issue that consolidates all the content provided by the user.

Requirements

  • Write the issue entirely in English.
  • Always attach the maintainer-scrap label to the issue.
  • Additionally, judge whether other labels are appropriate based on the content and attach them as needed. For example:
    • bug — if the content describes a defect or unexpected behavior
    • enhancement — if the content proposes a new feature or improvement
    • documentation — if the content relates to docs updates
    • refactor — if the content discusses code restructuring
    • Use gh label list to check available labels in the repository before attaching.
  • Structure the issue so it is easy to understand even when revisited later:
    • Background: Describe the context, motivation, and why this matters.
    • Details: Include the specific content, observations, or problems passed by the user.
    • Solution / Next Steps: Propose a solution or outline actionable next steps.
  • Use a clear, descriptive title that summarizes the scrap topic.
  • Use gh issue create to create the issue.

Workflow

  1. Review the content provided by the user.
  2. Organize and enrich it with background information and proposed solutions.
  3. Check available labels with gh label list and determine which labels to attach in addition to maintainer-scrap.
  4. Draft the issue body in the structure above.
  5. Create the issue with the appropriate labels using gh issue create --label maintainer-scrap --label <other-labels>.
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. 2d ago First seen · 38 lines · 63 tokens per session scan A 579f860121a9

Subscribe to this mod's changes

create-scrap-issue is a skill published in the GitHub repository dyoshikawa/rulesync (1,373 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 420 once invoked, about $0.0003 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

issue-triage

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 70 tokens

run-task

Execute a single Todo task through In Progress to Review, meeting every acceptance criterion with tests and vibe-lint checks. Refuses Planning-status tasks. Invoked as /agiflow:run-task . Uses gettask, updatetask, createtaskcomment.

hashgraph-online/awesome-codex-plugins · 56 tokens

orchestrate

Pipeline orchestration: dispatch the highest-priority ready tasks/work units to agents, manage capacity, and coordinate the Todo to Done flow. Invoked as /agiflow:orchestrate. Uses listtasks, listactivetasksbyorg, listmembers, updatetask, getworkunitprogress.

hashgraph-online/awesome-codex-plugins · 64 tokens

contract-builder

Convert approved planning artifacts into an execution contract. Invoke when the user wants to start building, asks to move from planning to implementation, or when execution-contract.md is missing or stale.

MageByte-Zero/spec-superflow · 39 tokens

memstack-business-scope-of-work

Use this skill when the user says 'scope of work', 'SOW', 'define scope', 'project scope', 'write SOW', 'scope document', or is defining project boundaries, deliverables, and acceptance criteria for a formal engagement. Do NOT use for proposals, contracts, or invoicing.

cwinvestments/memstack · 70 tokens

ap-manager

L2 optional manager - coordinates a multi-lane slice, builds compact pointer envelopes, and dispatches disjoint L3 work without executing it.

Spielewoy/autoprompt-skill · 32 tokens