-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpower-pack-pro.html
More file actions
53 lines (49 loc) · 4.22 KB
/
Copy pathpower-pack-pro.html
File metadata and controls
53 lines (49 loc) · 4.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Claude Code Power Pack Pro — private bonus commands</title>
<meta name="description" content="Support the free Claude Code Power Pack and unlock private release, changelog, and architecture-review helpers with automated crypto verification.">
<link rel="canonical" href="https://dacode-dev.github.io/power-pack-pro.html">
<style>
:root { --bg:#0b0d10; --card:#14171c; --text:#e8eaed; --muted:#9aa0a6; --accent:#6ee7b7; --border:#262a30; --code:#0e1013; }
@media (prefers-color-scheme:light) { :root { --bg:#f7f7f8; --card:#fff; --text:#16181c; --muted:#5f6368; --accent:#047857; --border:#e2e4e8; --code:#f1f2f4; } }
* { box-sizing:border-box; } body { margin:0; padding:42px 20px; background:var(--bg); color:var(--text); font:16px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif; }
.card { max-width:760px; margin:auto; padding:38px; background:var(--card); border:1px solid var(--border); border-radius:16px; }
h1 { margin:0 0 10px; font-size:2rem; line-height:1.2; } h2 { margin:28px 0 8px; font-size:1.2rem; } p { margin:0 0 14px; } .muted { color:var(--muted); }
a { color:var(--accent); } .actions { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 28px; } .button { display:inline-block; padding:9px 14px; border:1px solid var(--accent); border-radius:8px; text-decoration:none; } .button.primary { background:var(--accent); color:#06251a; font-weight:700; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:12px; margin:14px 0 20px; } .item { border:1px solid var(--border); border-radius:10px; padding:14px; } .item strong { display:block; margin-bottom:4px; }
ol { padding-left:22px; } li { margin:6px 0; } .note { margin-top:26px; padding-top:18px; border-top:1px solid var(--border); color:var(--muted); font-size:.9rem; }
</style>
</head>
<body>
<main class="card">
<p class="muted">dacode-dev / Claude Code tools</p>
<h1>Claude Code Power Pack Pro</h1>
<p class="muted">The public Power Pack stays free. Pro supporters receive three additional workflow helpers in a private companion repository.</p>
<div class="actions">
<a class="button primary" href="https://dacode-dev.github.io/">Support and unlock Pro</a>
<a class="button" href="https://github.com/dacode-dev/claude-code-power-pack">Use the free pack</a>
</div>
<h2>What Pro adds</h2>
<div class="grid">
<div class="item"><strong>/changelog-gen</strong>Creates a user-facing changelog from the actual commits since the last release.</div>
<div class="item"><strong>/release-checklist</strong>Runs an evidence-based release readiness pass across tests, versions, lockfiles, and secrets.</div>
<div class="item"><strong>Architecture reviewer</strong>Reviews coupling, layering, scalability limits, and structural tradeoffs.</div>
</div>
<h2>Why pay if the free source is public?</h2>
<p>You do not have to pay to use the public pack. Pro is a supporter benefit: the bonus files are kept in a private companion repository, and access is fulfilled automatically after a verified payment. You are paying for the extra maintained material and a frictionless supporter workflow, not for a lock-in license.</p>
<h2>How it works</h2>
<ol>
<li>Send a suggested $12 tip, or any amount you choose, from a supported EVM wallet.</li>
<li>Use the GitHub issue form with the chain and transaction hash.</li>
<li>A GitHub Action checks the confirmed native transfer or supported USDC transfer and invites the GitHub account that opened the issue.</li>
</ol>
<p>Payment does not require an account or email. A GitHub account is required to open the claim issue and accept private-repository access.</p>
<h2>Supported payment routes</h2>
<p>Native coins are accepted on Ethereum, Base, Arbitrum, Optimism, Polygon, and BNB. USDC is accepted on Ethereum, Base, Arbitrum, Optimism, and Polygon. The wallet address and claim form are on the <a href="https://dacode-dev.github.io/">support page</a>.</p>
<p class="note">This is an independent open-source project and is not affiliated with or endorsed by Anthropic. No tracking, subscription, license key, or recurring payment is required.</p>
</main>
</body>
</html>