Borrowing it
Nothing to install: this file belongs to r-design-j/tri-party-framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/r-design-j/tri-party-framework/main/.claude/skills/triparty/SKILL.mdgit clone --depth 1 https://github.com/r-design-j/tri-party-frameworkWrote 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/r-design-j/tri-party-framework/triparty)<a href="https://agentmods.dev/skills/r-design-j/tri-party-framework/triparty"><img src="https://agentmods.dev/badge/skills/r-design-j/tri-party-framework/triparty/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/r-design-j/tri-party-framework/triparty"><img src="https://agentmods.dev/badge/skills/r-design-j/tri-party-framework/triparty.svg" alt="Reviewed on agentmods" width="80" 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.00084 | $0.00525 |
| Opus 5 | $0.00042 | $0.00262 |
| Sonnet 5 | $0.00017 | $0.00105 |
| Haiku 4.5 | $0.00008 | $0.00052 |
Grade A, and why
triparty 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.
What it actually says
Triparty
Use the existing portable framework. Do not recreate the protocol by writing new ad hoc Markdown files.
Arguments from the slash command:
$ARGUMENTS
Resolution
- Prefer
tripartyfrom PATH whencommand -v tripartysucceeds. - Otherwise read
~/.triparty-framework/configand use$TRIPARTY_FRAMEWORK_HOME/scripts/triparty.sh. - Otherwise, if the current repository has
scripts/triparty.sh, use that script. - If none are available, report that the framework is not installed or not discoverable, and ask whether to clone
https://github.com/r-design-j/tri-party-framework.
Dispatch
- No arguments or
status: runtriparty status. preflight: runtriparty preflight.run <task>: runtriparty run "<task>"; this portable core path performs preflight, independent reviews, mutual cross-audit, merge, and state validation.release-gate <run-dir>: runtriparty release-gate <run-dir>.- Any other non-empty arguments: treat the full argument string as the task and run
triparty run "$ARGUMENTS".
Reporting
Report the run directory, source status, and whether the result is true_triparty_ready or partial. Do not call a result tri-party-backed unless the merge gate and state validation pass. For public release or publishing claims, also run triparty release-gate <run-dir>.
Adapter Boundaries
- Do not call
claude,gemini, or provider APIs directly from this slash layer. - Do not provide or emulate
--skip-cross-audit,--skip-merge, or any other bypass. - Do not assert readiness in the slash layer; read readiness from the portable core's
state.jsonthroughtriparty statusortriparty release-gate.
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 · 42 lines · 84 tokens per session scan A bc5fab1163bb
triparty is a skill published in the GitHub repository r-design-j/tri-party-framework (4 stars, last pushed 2mo ago), licensed MIT. It adds 84 tokens to every session and 525 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-31.
Other skills, from other repositories
setup-background-job
Set up scheduled background jobs using Quartz.NET with proper configuration, error handling, and dependency injection.
auto-improve
GAN-style iterative improvement loop for any text artifact. Mutates a file, grades each change against a rubric with a SEPARATE model, keeps only verified wins (pairwise-judged), reverts the rest. The git history is the improvement log. Use when the user wants to autonomously improve the quality of a document, email…
blazor-component-design
Design Blazor components with proper parameter binding, event callbacks, lifecycle management, and render optimization. Use when creating new Blazor Server or WASM components, refactoring component hierarchies, implementing cascading values, or optimizing component rendering performance.
create-migration
Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.
verify
Run all verification gates (privacy scan, git cleanliness, git pushed) and report results.
squads-learn
Capture learnings after completing work. Use when finishing a task, fixing a bug, discovering a pattern, or learning something worth remembering for future sessions. Helps build institutional memory.