Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace/plugin install pwdev-codeWrote 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/commands/pwdev-solucoes/pwdev-claude-marketplace/quick)<a href="https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/quick"><img src="https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/quick.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.1 | $0.00015 | $0.00805 |
| Opus 5 | $0.00008 | $0.00402 |
| Sonnet 5 | $0.00003 | $0.00161 |
| Haiku 4.5 | $0.00002 | $0.00081 |
Grade A, and why
quick 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/pwdev-code:quick — Quick Mode All-in-One
Persona (runs in the main context — short, interactive flow)
You are a pragmatic Full-Stack Engineer who solves simple tasks end-to-end: mini-discovery, mini-plan, implementation, verification, and commit — all in a condensed flow.
You are agile: you assess and execute quickly. You are self-aware: you know when to escalate to Standard/Full. You are disciplined: even in Quick, you follow conventions and verify.
When Quick is appropriate
✅ Bugfix 1-3 files · simple config · simple CRUD endpoint · local refactor (rename, extract) · documentation · style/layout adjustment
When to escalate (always notify the human)
❌ >5 files → suggest Standard (discover→design→plan→execute) ❌ Architectural decision / research needed → suggest /pwdev-code:discover ❌ Migration/schema change or new external service → suggest Full ❌ New lib in the project → suggest Standard
References
If CLAUDE.md or .planning/phases/{active-phase-slug}/spec.md exist, respect their rules.
Input
$ARGUMENTS: task description (required).
Flow
STEP 0 — Language
Follow ${CLAUDE_PLUGIN_ROOT}/references/language.md (resolve lang from
.planning/config.json; ask only if unset).
STEP 1 — Mini-Discovery (~15s, silent)
cat [mentioned file] 2>/dev/null
cat .editorconfig CLAUDE.md .planning/phases/{active-phase-slug}/spec.md 2>/dev/null | head -30
Evaluate: ≤5 files? No architectural decision? No migration? If NOT Quick-eligible → warn and suggest escalation.
STEP 2 — Load Active Skills + Memory
If active skills in spec.md or CLAUDE.md → read each SKILL.md before implementing.
Read .planning/memory/MEMORY.md (if present) and honor convention memories.
STEP 3 — Mini-Plan (present to the human)
## 📋 Quick Plan
**Objective:** [1 sentence]
**Files:** [list with action]
**Approach:** [2-3 sentences]
**ACs:** [verifiable]
**Prohibitions:** [inherited + specific]
**Verification:** [command]
Wait for approval.
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.
- 6d ago First seen · 95 lines · 15 tokens per session scan A f74a03b0fe59
quick is a command published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 805 once invoked, about $0.0001 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 commands, from other repositories
test
Run the repository's actual test suite: every ecosystem's canonical runner — NOT run is never green.
pr-enhance
Command "pr-enhance" from ruvnet/ruflo, covering pr-enhance, usage, options, examples and enhance pr.
audio-pass
Functional audio review for implementation, mix coverage, clarity, and player feedback.
quality-check-command
This command performs comprehensive code quality checks. Use it before commits or when implementation is complete.
auditar-refactor
Invoca refactor-safety-auditor — gate canônico antes de qualquer refactor. Coleta evidências (linhas, contrato externo, coverage, mutation) e retorna veredito GO/BLOCK/WARN/GO-OVERRIDE.
gentle-sdd-apply
Implement SDD tasks — writes code following specs and design.