PuPu: Skill for Claude Code

.claude/skills/create-issue/SKILL.md

create-issue is a skill for Claude Code from haoxiang-xu/PuPu. It costs 80 tokens per session (767 once invoked), scanned A, original, Apache-2.0.

A workflow for turning a rough development request into a GitHub issue that a developer unfamiliar with the project can understand. It investigates the codebase, explains the relevant architecture and files, and prepares an onboarding brief.

In plain words
What is it for?
Use it to research a repository and draft a detailed English issue with implementation guidance, affected areas, and completion criteria.
Why use it?
It removes the missing-context problem that often leaves issue assignees unsure what to read, change, or use as proof that the work is complete.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is haoxiang-xu/PuPu's own configuration. It tells Claude Code how to work on PuPu 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 PuPu configures →

Reuse

Borrowing it

Nothing to install: this file belongs to haoxiang-xu/PuPu. 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/haoxiang-xu/PuPu/main/.claude/skills/create-issue/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/haoxiang-xu/PuPu

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 create-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/haoxiang-xu/pupu/create-issue/github.svg)](https://agentmods.dev/skills/haoxiang-xu/pupu/create-issue)
Your own site
<a href="https://agentmods.dev/skills/haoxiang-xu/pupu/create-issue"><img src="https://agentmods.dev/badge/skills/haoxiang-xu/pupu/create-issue/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 create-issue

Your own site · 80×15
<a href="https://agentmods.dev/skills/haoxiang-xu/pupu/create-issue"><img src="https://agentmods.dev/badge/skills/haoxiang-xu/pupu/create-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 767 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 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.00080 $0.00767
Opus 5 $0.00040 $0.00383
Sonnet 5 $0.00016 $0.00153
Haiku 4.5 $0.00008 $0.00077

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

Security

Grade A, and why

create-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 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/create-issue/SKILL.md · 69 lines

How it starts

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

Create Issue — Zero-Context Onboarding Brief

When to Use

  • "Create an issue for adding an export-chat button."
  • "Write this up as a GitHub issue a new dev could pick up."
  • Any time a rough task needs to become a GitHub issue that assumes the assignee has never seen this project.

Assume the reader knows nothing

The assignee is a fresh human developer with zero context on PuPu. The issue must carry them from zero: what to read first, the relevant architecture, which files matter, a development path, and how to know they are done.

The issue body is written entirely in English, even when talking to the user in another language.

Workflow

1. Frame the task from the user's description. If none was given, ask what to build.
2. Investigate with GitNexus (mandatory method, not ad-hoc grep):
   - query({search_query})  -> related execution flows
   - context({name})        -> callers/callees + which flows a key symbol is in
   - impact({target, direction: "upstream"}) -> blast radius + risk level
   - Read relevant docs/ files for the big picture.
3. Draft the issue body (structure below), in English.
4. Show the draft to the user. Only after explicit confirmation, file it with gh.

Issue body structure (English)

Produce these sections, each tailored for a zero-context developer:

  • What & Why — one paragraph: what to build, why, the user value it serves.
  • Read this first — CLAUDE.md, docs/DEV_GUIDE.md, the relevant architecture docs, and environment/start commands (e.g. npm start).
  • Architecture at a glance — only the slice relevant to this task (e.g. the Chat Streaming request flow if streaming is involved).
  • Relevant files — files/symbols surfaced by GitNexus, each with a one-line "what it does and why you'll touch it".
  • Suggested development path — step-by-step: what to change first, then next, and how to self-check each step.
  • How to verify done — explicit acceptance criteria + verification means (npm test, the test-api skill for a smoke run, manual checkpoints).
  • Impact / risk — blast radius from impact; call out HIGH/CRITICAL explicitly.

Read the full file on GitHub · 69 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. 9d ago First seen · 69 lines · 80 tokens per session scan A efe29dd1969f

Subscribe to this mod's changes

create-issue is a skill published in the GitHub repository haoxiang-xu/PuPu (36 stars, last pushed today), licensed Apache-2.0. It adds 80 tokens to every session and 767 once invoked, about $0.0004 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

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

orch

AI agent orchestrator — manage teams of AI agents that work on your codebase in parallel. Use when the user wants to: run multiple agents, coordinate AI work, deploy agent teams, manage tasks/goals/agents, check orchestrator status, or mentions 'orch', 'orchestry', 'agents team', 'agent orchestration'.

oxgeneral/ORCH · 71 tokens

board

Read and write the workspace BOARD.md (shared task board for agents + Val). Wraps bin/board, a small Python CLI that preserves the markdown schema and appends to the activity log automatically. Use this whenever an agent proposes, claims, or finishes work that should be visible to the rest of the roster.

OpenCoven/coven · 66 tokens

ai-agent-job-marketplace

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

rondoflow/rondoflow · 56 tokens

agent-freelance-bounty-marketplace

Earn USDC completing bounties, post jobs, join multi-agent raids, build reputation, rank up. AI agent freelance marketplace with x402 escrow on Solana. Free SOL airdrop on signup. Guilds, ranks, vouching, disputes, Castle Town, leaderboard.

rondoflow/rondoflow · 68 tokens

dos-goal-fleet

Launch multiple goal-scoped workers in waves, each with a witness-gated stop condition and dos arbitrate file-tree safety. Use when an operator asks to run several independent goals in parallel and fold only verified ships.

anthony-chaudhary/dos-kernel · 51 tokens