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 skills add pantheon-org/tekhne --skill pr-stackergit clone --depth 1 https://github.com/pantheon-org/tekhneWrote 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/pantheon-org/tekhne/pr-stacker)<a href="https://agentmods.dev/skills/pantheon-org/tekhne/pr-stacker"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/pr-stacker/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.
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/pr-stacker"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/pr-stacker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00095 | $0.01351 |
| Opus 5 | $0.00048 | $0.00675 |
| Sonnet 5 | $0.00019 | $0.00270 |
| Haiku 4.5 | $0.00010 | $0.00135 |
Grade A, and why
pr-stacker 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.
How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PR Stacker
Mindset
A large PR fails reviewers because it mixes concerns — infrastructure sits next to business logic sits next to test cleanup. Reviewers cannot build a mental model of any single change when everything changes at once.
The fix is to group commits by what kind of thing changed, not by when they were written or what ticket they belong to. Each group becomes its own PR targeting the previous one (stacked branches), so changes can be reviewed and merged in order without blocking unrelated work.
Two failure modes to avoid:
- The monolith — one PR with everything, reviewers give up or rubber-stamp
- The over-split — one PR per commit, stacked 10 deep, merge overhead exceeds the benefit
The sweet spot is 2–4 PRs where each one can be understood by a reviewer who only knows that domain.
When to use
- A PR has more than ~15 files changed across unrelated concerns
- A reviewer says "this is too big to review"
- Commits already have phase or step markers in their messages
- Changes span infrastructure, application code, and cleanup in a single branch
When not to use
- The branch has 2–4 commits that all touch the same component — keep it together
- All files are test files for a single feature — one PR is correct
- The work is already in review and splitting restarts the cycle with more overhead than benefit
- Commits are tightly coupled (each depends on the previous for tests to pass) — cherry-pick reordering will produce broken intermediate branches
Trigger phrases
- "This PR is too big"
- "Split this PR"
- "Break this into smaller PRs"
- "Decompose the branch"
- "Too many changes for reviewers"
Workflow
Load Workflow Steps for full commands. Summary: analyse → group → propose (table, wait for approval) → name → stack (cherry-pick) → describe (What/Why) → remind about target branches.
Consider adapting concern labels to the codebase — if there is no infrastructure layer, you may optionally collapse to two groups (application logic + tests).
What ships with it
15 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.
- .audits/2026-04-03/analysis.md 1.2 KB
- .audits/2026-04-03/audit.json 490 B
- .audits/2026-04-03/remediation-plan.md 3.0 KB
- .audits/2026-04-06/analysis.md 1.2 KB
- .audits/2026-04-06/audit.json 501 B
- .audits/latest 10 B
- AGENTS.md 697 B
- evals/scenario-01.md 4.9 KB
- evals/scenario-02.md 3.4 KB
- evals/scenario-03.md 4.3 KB
- evals/scenario-04.md 3.8 KB
- evals/scenario-05.md 3.1 KB
- references/anti-patterns.md 2.2 KB
- references/worked-example.md 2.1 KB
- references/workflow-steps.md 3.5 KB
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.
- 9d ago First seen · 154 lines · 95 tokens per session scan A a30e30a64ebe
pr-stacker is a skill published in the GitHub repository pantheon-org/tekhne (10 stars, last pushed yesterday), licensed MIT. It adds 95 tokens to every session and 1,351 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-09-03.
Other skills, from other repositories
git-workflow-and-versioning
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple…
chinese-commit-conventions
A Chinese-language guide to Conventional Commits, a format for writing consistent Git commit messages, plus related changelog, commit-checking, and commit-helper configuration.
commit
Skill "commit" from clacky-ai/openclacky, covering smart commit skill, critical requirement: single-line commits only, core philosophy, usage and process steps.
comet-safe-delivery
A Chinese-language procedure for safely delivering specified Comet changes through Git. It covers checking worktrees and unrelated edits, staging exact files, validating hooks, and authorized commits or pushes.
ac-commit-manager
Manage git commits for autonomous coding. Use when committing feature implementations, creating descriptive commits, managing git workflow, or handling version control.
agent-commit
Analyze changes and create a meaningful commit with agent authorship. Internal skill for evolveloop.