Practical, evidence-first skills for solo founders building and shipping startups with AI coding agents.
Every skill follows the same contract: report with evidence first, name the check that could refute each finding, refuse work that cannot be verified, and change nothing unless explicitly asked. Tej Stack is intentionally small; it currently packages six focused skills and is ready to grow without changing its installation model.
Run these inside Claude Code:
/plugin marketplace add varuntej07/tej-stack
/plugin install tej-stack@tej-stack
/reload-plugins
Add the repository marketplace:
codex plugin marketplace add varuntej07/tej-stack
codex plugin add tej-stack@tej-stackStart a new conversation after installation.
Use this fallback for hosts that load skills directly:
git clone --depth 1 https://github.com/varuntej07/tej-stack.git
cd tej-stack
./scripts/install.sh both --userWindows PowerShell:
git clone --depth 1 https://github.com/varuntej07/tej-stack.git
Set-Location tej-stack
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\install.ps1 both -Scope userUse --update on Unix or -Update on Windows to replace an existing Tej Stack skill. The installers refuse to overwrite unrelated skills.
| Skill | Purpose | Invoke |
|---|---|---|
walkie-talkie |
Audit a completed feature through every affected actor and recovery path. | $walkie-talkie or /walkie-talkie |
trace-failure |
Explain a failure from its real initiating actor through its technical and observable impact. | $trace-failure or /trace-failure |
abstraction-police |
Sweep the codebase for nearly-duplicated abstractions, drifted contracts, and premature abstractions, and report ranked findings. | $abstraction-police or /abstraction-police |
big-o-police |
Find where a different data structure or algorithm measurably reduces time or space cost, prove each win, and refuse the ones that do not pay. | $big-o-police or /big-o-police |
get-cited |
Audit a website for AI answer-engine readiness, rank what blocks retrieval or citation with a proof per finding, and refuse the AEO tactics with no evidence. | $get-cited or /get-cited |
tej |
Route a vague or voice-dictated request to the right Tej Stack skill. | $tej or /tej |
Every skill quietly checks for a newer Tej Stack at most once per day (a single 3-second request to this repository's VERSION file, cached in ~/.tej-stack/). When an update exists, the skill mentions it in one line and keeps working; nothing ever blocks on the check. To upgrade:
/plugin update tej-stack@tej-stack
Direct installs update by re-running the installer with --update (Unix) or -Update (Windows). See CHANGELOG.md for what changed.
- Skills-only plugin; no MCP server, telemetry, background service, or account required.
- Native Codex and Claude plugin manifests are included.
- Direct installers support user and project scope.
- Skill and package validation runs in CI on Windows and Linux.
See CONTRIBUTING.md. Keep each skill focused on one recognizable user goal and include evaluation cases for behavior changes.
MIT. See LICENSE.