truestack
01Plugin Claude Code
Plugin marketplace listing 1 plugin: truestack.
Plugin Claude Code
Plugin marketplace listing 1 plugin: truestack.
Plugin Claude Code
Honesty-first coding skill set for Claude Code: 23 skills behind a truestack-orchestrate router, an enforced PreToolUse governance gate, committed repo-memory, and self-evaluation — tuned for solo, self-hosted work.
Command
Run a verified, multi-source research pass and return a cited answer — parallel searches, primary sources, adversarial cross-checking, confidence stated.
Command
Score and audit Agent Skills — static lint + semantic judge + behavioral trigger test — and report a scorecard with concrete fixes.
Command
Iterate to the goal — keep building/fixing and re-running truestack-quality-control until the acceptance criteria pass (or report an honest completion score if blocked).
Command
Study this repo and build (or refresh) its committed memory — stack, commands, conventions, boundaries, and the always-on contracts — so every other skill reads it first. Replaces a manual onboarding pass; named onboard to avoid colliding with the built-in /init.
Command
Run the project's tests / build / lint commands for the detected stack and report results in a scannable table.
Command
Set up a recurring or deferred automatic run — define the trigger, the self-contained run prompt, delivery, and failure policy, then wire it to the host scheduler.
Command
Run a maintainability simplify pass on the target — merge duplication, drop needless layers and dead code, clarify names — without changing behavior.
Command
Run a full quality sweep (truestack-quality-control) on the current changes — tests, types/lint, 6-axis review, load/perf, safety, and intent — and return a verdict.
Hook
Runs before the agent uses a tool, executing pretooluse-gate.mjs via node. From adtn0810/truestack.
Hook
Runs when you submit a prompt, before the agent sees it, executing truestack-orchestrate-reminder.js via node. From adtn0810/truestack.
Skill Claude CodeCodex
Coordinate multiple agents and multiple sessions on the same repo without overwriting or colliding with each other. Use whenever work is big enough to split across parallel agents, when a research or planning task is explicitly split across parallel sub-agents (the research content itself belongs to…
Skill Claude CodeCodex
Design the interface contract for an API before it's implemented — protocol choice, resource and error modeling, versioning, pagination, idempotency, and rate-limit rules. Use whenever the user wants to "design an API", define an "API contract", "contract-first" / "schema-first" work, write or lint an "OpenAPI" /…
Skill Claude CodeCodex
Design and harden the security of a self-hosted app — authentication (OAuth2/OIDC, MFA, passkeys/WebAuthn), authorization (RBAC/ABAC, deny-by-default, IDOR/BOLA/broken-access-control), the OWASP Top 10 (injection, SSRF, misconfiguration), input validation + output encoding, CSRF, password/credential storage…
Skill Claude CodeCodex
Plan the architecture and data flow for a feature, service, or system before any implementation code is written. Use this whenever the user is designing, scoping, or starting to build something new (backend or frontend) — even for a bare "build X" or "how should I structure this". This skill owns the design step…
Skill Claude CodeCodex
Implement backend code and recommend the best tech stack for the project at hand. Use whenever the user is writing server, API, or data-layer logic, choosing a language/framework/database, or asks to "build" or "code" a backend feature — even without an explicit stack question. Planning for a brand-new build starts in…
Skill Claude CodeCodex
Set up CI/CD and ship safely to a self-hosted server — pipeline stages (lint, type-check, test, build), SHA-pinned Actions, least-privilege workflow permissions and GitHub Actions secrets (runtime secrets/.env on the server belong to truestack-deploy-and-runtime), semver + CHANGELOG releases, and health-gated deploy…
Skill Claude CodeCodex
Owns a self-hosted app's data-privacy and compliance policy — classify PII, retain/erase lawfully, encrypt personal data at rest. Use when the request mentions "privacy policy", "GDPR", "CCPA / CPRA", "HIPAA / PHI / ePHI", "right to be forgotten / erasure", "delete my data", "DSAR", "PII / personal data", "data…
Skill Claude CodeCodex
Author safe schema and data migrations — expand/contract (parallel-change), zero/low-downtime online changes, reversible up/down scripts, and idempotent bounded backfills. Use whenever the user says "migration", "schema change", "alter table", "add / drop / rename column", "change column type", "add constraint / not…
Skill Claude CodeCodex
Run a thorough multi-source research pass and produce a verified, cited answer for questions that need current facts, a landscape, or an evidence-backed decision rather than recall. Use when the question targets the outside world with no openable artifact in hand — "research", "find out", "compare options" in the wild…
Skill Claude CodeCodex
Own the ongoing dependency and supply-chain lifecycle of a self-hosted app. Use to add a package as a new project dependency (not an incidental setup/CI step), update / bump / upgrade / pin dependencies, edit a lockfile, set up Renovate / Dependabot / cooldown / minimumReleaseAge, run npm audit / pip-audit /…
Skill Claude CodeCodex
Package, deploy, and run a self-hosted app on a single VPS without dropping requests. Use whenever the user is writing a Dockerfile or docker-compose for production, shrinking an image / multi-stage build (image size/contents — CI build speed / Docker layer caching stays with truestack-ci-and-delivery), running a…
Skill Claude CodeCodex
Explain finished work or existing behavior in short, beginner-friendly plain English — big picture first, jargon defined in one line, an analogy when it helps, and the reasoning behind choices rather than just the mechanics. Use automatically after the work is finished to say what was done and why, and whenever the…