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.
npx agentmods add skills/scroogy-dev/scroogy-agent-skills/issue-worknpx skills add scroogy-dev/scroogy-agent-skills --skill issue-workgit clone --depth 1 https://github.com/scroogy-dev/scroogy-agent-skillsWrote 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.
[](https://agentmods.dev/skills/scroogy-dev/scroogy-agent-skills/issue-work)<a href="https://agentmods.dev/skills/scroogy-dev/scroogy-agent-skills/issue-work"><img src="https://agentmods.dev/badge/skills/scroogy-dev/scroogy-agent-skills/issue-work.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00101 | $0.07551 |
| Opus 5 | $0.00051 | $0.03776 |
| Sonnet 5 | $0.00020 | $0.01510 |
| Haiku 4.5 | $0.00010 | $0.00755 |
Grade A, and why
issue-work 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
개요
이슈 단위로 스펙·실행 계획·수행 요약 파일을 생성하고 관리하는 워크플로우입니다.
관련 skill
- ai-workspace (권장):
.ai/구조가 이미 존재하면 해당 구조를 따릅니다. 구조가 없으면 필요한 디렉토리를 직접 생성합니다. - issue-audit (권장): 계획의 마지막 고정 Task(교차모델 검증)에서 사용합니다. 구현 모델과 다른 벤더 모델로 사용자가 직접
issue-audit를 실행하고, 그 결과를issue-<번호>-summary.md의모델 기록표audit 모델행과 Task별 수행 결과(audit 발견건수)에 반영합니다. 구현 AI는 이 Task를 자동 실행·종료하지 않습니다.
참조 문서
- 공통 규칙:
.ai/10_rules/context-loading.md— 있으면 따르며, 이미 적재되어 있으면 재로딩하지 않습니다. - 스킬 고유 추가 참조:
.ai/30_contract/index.md,.ai/40_domain/index.md,.ai/50_adr/index.md— 새 이슈 시작 시 훑어 spec의 "연관 문서" 후보 제안.ai/90_issues/active/하위 전체.ai/10_rules/writing-principles.md·.ai/10_rules/writing-principles-local.md— 있으면 산출물 작성 원칙으로 참조 (충돌 시 local 우선; 없으면 본문의 "산출물 접기 기준"이 기본값)
디렉토리 구조
.ai/90_issues/
├── active/ ← 현재 진행 중인 이슈 디렉토리 (항상 읽음)
│ ├── issue-workflow.md ← 작업 절차 가이드 (컨텍스트 초기화 후에도 절차 유지)
│ └── issue-<번호>/
│ ├── issue-<번호>-spec.md ← 목표, 요구사항, 완료의 정의, 전제, 연관 문서
│ ├── issue-<번호>-plan.md ← 실행 Task 목록 + 완료 체크박스
│ └── issue-<번호>-summary.md ← 다음 작업, Task별 수행 결과
└── archive/ ← 완료 또는 종료된 이슈 디렉토리 (명시적 요청 시에만 읽음)
└── issue-<번호>/ ← 이슈 디렉토리 단위로 active에서 이관
AI 컨텍스트 적재 규칙:
active/하위 파일은 작업 시작 시 항상 읽는다.archive/하위 파일은 사용자가 명시적으로 언급하지 않는 한 읽지 않는다.
새 이슈 시작 시
active/안에 있는 기존 이슈 디렉토리를 모두archive/로 이동한다.active/issue-workflow.md가 없으면 이 skill 디렉토리의templates/issue-workflow-template.md를 참조하여 생성한다. 이미 있으면 템플릿과 내용을 비교해, 다르면 최신 템플릿으로 갱신(덮어쓰기)하고 동일하면 그대로 둔다. (템플릿이 SSoT이며 이 파일은 그 사본이므로, 템플릿 개선이 자동 반영된다.)active/issue-<번호>/디렉토리를 생성하고 이 skill 디렉토리의templates/를 참조하여 3개 파일을 생성한다..ai/30_contract/index.md,.ai/40_domain/index.md,.ai/50_adr/index.md를 훑어 spec의 "연관 문서" 섹션 후보를 제안한다.
- plan 작성을 끝내기 직전에 plan 템플릿의 설계 종료 게이트(
## Tasks앞 고정 블록)를 수행한다. spec/plan만 보고 작성에 참여하지 않은 쪽이 구현할 수 있는지 자기점검하고, 문서에 없는 전제를 spec## 전제 (Assumptions)에 남긴다. 발견이 없으면 그 섹션에 "없음" 한 줄을 남긴다.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- yesterday Changed 8429ae7fb582
- 5d ago First seen · 261 lines · 101 tokens per session scan A cda9c9d198c3
issue-work is a skill published in the GitHub repository scroogy-dev/scroogy-agent-skills (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 101 tokens to every session and 7,551 once invoked, about $0.0005 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…