Threaded Stack
Official@threadedstack · United States of America
Threaded Stack provides Claude Code skills and knowledge bases for a TypeScript AI-agent platform spanning React frontends, Express backends, sandboxed execution, and test maintenance.
Agent Skills by Threaded Stack
Showing 22 vetted skills indexed across 1 GitHub repositories.
react-dedup
Analyzes React components for duplicate code and refactors them into reusable shared components.
tdsk-website
Documents the React marketing site and MDX documentation portal architecture.
tdsk-integration
Runs end-to-end integration tests across API, browser, and Kubernetes infrastructure tiers.
tdsk-agent
Documents the architecture and APIs of a headless AI agent orchestration library.
tdsk-logger
Documents the Winston-based logging package with CLI logger, API logger, and secret redaction.
tdsk-admin
Documents the architecture, routing, and state management of the Threaded Stack admin dashboard.
fix-tests
Diagnose and fix failing integration tests from saved test output files.
tdsk-backend
Documents the Express Core API backend architecture, endpoints, and services for Threaded Stack.
tdsk-components
Documents the shared React component library @tdsk/components including components, hooks, and theming.
update-docs
Detect codebase changes and synchronize documentation across docs folders and website rendering code.
verify-completion
Validates task completion by running type checks, tests, and deliverable audits before reporting done.
skill-builder
Create Claude Code Skills with YAML frontmatter and progressive disclosure structure.
tdsk-tsa
Documents the TSA Bun-based terminal CLI for sandbox management and AI agent interaction.
gen-test
Generate Vitest test files for TypeScript source files following project conventions.
tdsk-proxy
Documents the Auth Gateway proxy architecture covering JWT, API key, and session authentication.
tdsk-database
Provides schema, service, and migration knowledge for a Drizzle ORM PostgreSQL database layer.
update-integration-tests
Detects codebase changes and updates integration tests until the full suite passes.
tdsk-threads
Documents the Threads SPA architecture for sandbox session management and terminal rendering.
tdsk-sandbox
Documents the pluggable sandbox execution layer with local and Kubernetes providers.
tdsk-domain
Documents shared TypeScript types, models, and utilities for the Threaded Stack monorepo.
commit-message
Generates conventional commit messages from git diffs and plan files without committing.
tdsk-cli
Orchestrates Docker, Kubernetes, and DevSpace operations for the Threaded Stack monorepo.
Frequently Asked Questions About Threaded Stack
FAQPage SchemaWhat tasks can I accomplish using Threaded Stack's skills?▼
You can deduplicate React components, generate Vitest tests, fix failing integration tests from saved output, sync documentation with code changes, compose conventional commit messages, verify task completion with type checks, and create new Claude Code skills with proper YAML frontmatter.
Who are Threaded Stack's skills designed for?▼
They target TypeScript full-stack engineers and platform teams maintaining a multi-repo AI agent product, including React/Vite/MUI frontend developers, Express/Node.js backend engineers, and DevOps practitioners working with Docker, Kubernetes, and DevSpace.
What internal systems do the tdsk knowledge base skills cover?▼
They document the Core API backend, JWT/JWKS auth gateway proxy, Drizzle ORM with PostgreSQL/Neon, Winston logging service, admin and threads SPAs, shared component library, headless agent orchestration library, terminal TSA interface, and pluggable sandbox execution layer.
What prerequisites are needed to use these skills?▼
Skills operate within Claude Code against the Threaded Stack repositories. Practical use assumes a TypeScript/Node.js environment with React, Vite, Express, Drizzle, and Vitest; infrastructure skills additionally expect Docker, Kubernetes, and DevSpace access.
How do the testing and verification skills ensure code quality?▼
The fix-tests skill reads pre-saved failure output to debug integration tests, update-integration-tests runs the full suite until green, gen-test scaffolds Vitest coverage, and verify-completion mandates type checks and test evidence before any task is reported done.