tessaryai

23 mods across 1 repository, 3 stars between them.

tessary

01

tessaryai/plugins

Plugin Claude Code

Plugin marketplace listing 2 plugins: evals, crew.

3 14d ago A tokens not measured original MIT

crew

02

tessaryai/plugins

Plugin Claude Code

A multi-agent dev harness: hand it a goal and the orchestrator triages, implements, reviews, responds to feedback, and keeps docs and knowledge current — autonomously, up to a review-ready PR. Use the individual skills directly, or /crew:run to let it decide what to do.

3 14d ago A tokens not measured original MIT

architect

03

tessaryai/plugins

Agent

Architecture advocate on the crew implementation team. Reviews a proposed change against the project's own architecture and conventions, flags structural violations, and suggests the minimal architecturally-sound approach. Advisory only — never writes code.

3 14d ago A 44 tokens original MIT

perf-analyst

04

tessaryai/plugins

Agent

Performance advocate on the crew implementation team. Evaluates the performance implications of a proposed change — added queries, N+1 patterns, hot vs cold paths, allocation and concurrency costs. Advisory only — never writes code.

3 14d ago A 48 tokens original MIT

pragmatist

05

tessaryai/plugins

Agent

Pragmatism advocate on the crew implementation team. Pushes for the smallest, most targeted change that solves the root cause, evaluates blast radius, and pushes back on over-engineering. Advisory only — never writes code.

3 14d ago A 50 tokens original MIT

product-advocate

06

tessaryai/plugins

Agent

Product and UX advocate on the crew implementation team. Ensures a proposed change preserves expected user-facing behavior, validates it actually addresses what was reported, and flags observable/contract changes. Advisory only — never writes code.

3 14d ago A 48 tokens original MIT

visionary

07

tessaryai/plugins

Agent

Long-term vision advocate on the crew implementation team. Evaluates a proposed change for technical debt, future maintainability, and architectural direction — without blocking necessary fixes for speculative concerns. Advisory only — never writes code.

3 14d ago A 45 tokens original MIT

implement-issue

08

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route implement/fix/build requests to /crew:run, which decides the full workflow. (Function: convene the advisory team, write the change, and produce a review-ready PR or local branch; never merges.).

3 14d ago A 71 tokens original MIT

init-config

09

tessaryai/plugins

Skill Claude CodeCodex

Create a crew.config.yaml at the repo root, pre-filled from the example template and tuned to the detected stack (test/lint commands, docs index). Use when asked to "set up crew" / "configure crew" / "create crew config", or invoked as /crew:init-config.

3 14d ago A 62 tokens original MIT

manage-knowledge

10

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route knowledge-capture requests to /crew:run, which decides the full workflow. (Function: capture durable decisions, rationale, and gotchas into the knowledge base, deduped.).

3 14d ago A 65 tokens original MIT

process-backlog

11

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route backlog/catch-up requests to /crew:run, which decides the full workflow. (Function: find and advance stalled issues/PRs or ledger tasks, bounded; never merges.).

3 14d ago A 65 tokens original MIT

respond-to-review

12

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route address-review/fix-feedback requests to /crew:run, which decides the full workflow. (Function: apply review feedback on a crew PR or local branch, bounded by maxreviewiterations; never merges.).

3 14d ago A 69 tokens original MIT

review-pr

13

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route review requests to /crew:run, which decides the full workflow. (Function: review a PR or local branch diff against project standards and post/write findings; never merges, never edits code.).

3 14d ago A 66 tokens original MIT

run

14

tessaryai/plugins

Skill Claude CodeCodex

A standing crew of senior developer agents and the team's single entry point — its job is best-in-class implementation, coding standards, and project health. Use it for essentially ANY software-development request in this repo, whether or not the user says "crew": implementing a feature, fixing a bug, reviewing or…

3 14d ago A 217 tokens original MIT

spring-cleaning

15

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route cleanup/dead-code requests to /crew:run, which decides the full workflow. (Function: propose bounded, evidence-backed cleanups validated against the test suite; never touches protected paths, never merges.).

3 14d ago A 69 tokens original MIT

triage-bug

16

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route bug/triage/fix requests to /crew:run, which decides the full workflow. (Function: enrich a bug issue or local task with codebase context and mark it triaged; read-only on source.).

3 14d ago A 73 tokens original MIT

triage-task

17

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route task/feature/triage requests to /crew:run, which decides the full workflow. (Function: enrich a task/feature issue or local task with codebase context and mark it triaged; read-only on source.).

3 14d ago A 74 tokens original MIT

update-docs

18

tessaryai/plugins

Skill Claude CodeCodex

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route docs requests to /crew:run, which decides the full workflow. (Function: update documentation for an issue/PR or local change, verified against the code.).

3 14d ago A 61 tokens original MIT

evals

19

tessaryai/plugins

Plugin Claude Code

Connect your repo to evals.tessary.ai and work with your evals from the coding agent — wire trace ingestion over OTLP, tag your call sites, assess graders, query failing traces, read the cases and root-cause reports the platform opens, and author per-call-site SOP-conformance files (derive from the code, reconcile on…

3 14d ago A tokens not measured original MIT

connect

20

tessaryai/plugins

Skill Claude CodeCodex

Connect this repo to your evals.tessary.ai project and wire the platform's tools into Claude Code, so you can assess call sites, inspect graders, query failing traces, and read the cases and root-cause reports it has opened, natively. Use when the user says "connect to evals", "link this repo to Tessary", "connect to…

3 14d ago B 97 tokens original MIT

derive-sop

21

tessaryai/plugins

Skill Claude CodeCodex

Derive a v3 SOP-conformance file for a call site — read the agent's whole instruction surface and distill it into intents, an atomic observation vocabulary, and rules, then lint it with the bundled validator. Run after /evals:instrument so the SOP names a real call site. Use when the user says "derive an SOP", "author…

3 14d ago A 106 tokens original MIT

instrument

22

tessaryai/plugins

Skill Claude CodeCodex

Stamp tessary.callsite.id onto the spans your LLM calls already emit, so production telemetry binds to the call sites graders are keyed on. Run after /evals:connect — it is what makes the platform's observer able to author graders for this repo. Use when the user says "instrument my call sites", "tag call sites", "why…

3 14d ago A 96 tokens original MIT

reconcile-sop

23

tessaryai/plugins

Skill Claude CodeCodex

Re-verify a repo's v3 SOP files against the current instruction surface after code changes — propose edits, retirements, and additions with evidence, then re-lint. The per-commit maintenance flow for what /evals:derive-sop authored. Use when the user says "reconcile the SOP", "is the SOP still true", "update the SOP…

3 14d ago A 99 tokens original MIT