thaitype

30 mods across 2 repositories, 61 stars between them.

chief

01

thaitype/chief

Plugin Claude Code

Plugin marketplace listing 1 plugin: chief-skills.

56 1mo ago A tokens not measured original MIT

chief

02

thaitype/chief

Settings file Claude Code

Agent settings configuring enabledPlugins.

56 1mo ago A tokens not measured original MIT

chief AGENTS.md

03

thaitype/chief

Instructions file CodexOpenCode

Instructions for thaitype/chief, covering agents.md, agent behavior principles, 1. think before acting, 2. simplicity first and 3. surgical changes.

56 1mo ago A 1,176 tokens original MIT

chief CLAUDE.md

04

thaitype/chief

Instructions file

Instructions for thaitype/chief, a project described as: A portable framework that reduces the cognitive load of working with AI coding agents — plan, build, verify, milestone by milestone.

56 1mo ago A 3 tokens copy · 100% MIT

review-plan-agent

05

thaitype/chief

Agent

DEPRECATED — prefer answer-verifier-agent, which covers the same use cases and is actively wired into /chief-grill. Kept for backward compatibility with existing installs. Reviews plans, specs, and decisions for internal consistency and alignment with prior discussion. Catches contradictions between what was agreed in…

56 1mo ago A 120 tokens original MIT

chief-autopilot

06

thaitype/chief

Skill Claude CodeCodex

Run chief-agent in full autopilot. Requires goals and contracts to exist. Chief creates TODO, delegates to builder, and repeats until milestone is done. Auto mode makes all decisions autonomously; safe mode stops on ambiguity. Use "/chief-autopilot" for auto or "/chief-autopilot safe" for safe mode.

56 1mo ago A 70 tokens original MIT

chief-grill

07

thaitype/chief

Skill Claude CodeCodex

Deep grill that interviews the user one question at a time AND verifies each answer against the codebase via background answer-verifier-agent calls. Catches factual conflicts, contradictions with prior decisions, and unfounded assumptions inline. Persists the session to .chief/grill/opened/NNNN-topic.md so it survives…

56 1mo ago A 126 tokens original MIT

chief-init

08

thaitype/chief

Skill Claude CodeCodex

Bootstrap .chief/project.md for a Chief-installed project by interviewing the user about their tech stack, dev commands, architecture, and key rules. Use after /chief-install (or any time the user wants to set up project-wide context). This is the lazy entry point for .chief/ — it creates only project.md; milestones…

56 1mo ago A 81 tokens original MIT

chief-plan

09

thaitype/chief

Skill Claude CodeCodex

Plan a new milestone or extend an existing one step-by-step with review gates. Starts with a grill-design session to clarify requirements, then walks through goal → contract → todo → task specs, pausing for user approval at each step.

56 1mo ago A 50 tokens original MIT

chief-retro

10

thaitype/chief

Skill Claude CodeCodex

Run a retrospective on the current milestone or latest batch. Checks goal/contract coverage, summarizes planned vs delivered, and proposes rule updates. Use "/chief-retro" after completing a batch or milestone.

56 1mo ago A 44 tokens original MIT

chief-rule

11

thaitype/chief

Skill Claude CodeCodex

Proactively add a rule to .chief/rules/. Counterpart to /chief-retro (which proposes rules reactively from observed patterns). Use when the user has a rule in mind and wants to capture it now. Interviews the user (what / why / when / examples), classifies the rule into a category (standard / contract / goal /…

56 1mo ago A 94 tokens original MIT

grill-design

12

thaitype/chief

Skill Claude CodeCodex

Stress-test a design, idea, or approach by interviewing the user one question at a time. Each question comes with a recommended answer AND a one-line self-critique of that recommendation. After each user answer, briefly stress-test the answer against prior decisions before moving on. Use when the user wants a sharp…

56 1mo ago A 96 tokens original MIT

shape-up

13

thaitype/chief

Skill Claude CodeCodex

Co-write a top-down design spec for software projects. Shape vague ideas into clear specs by working layer-by-layer — vision, scope, building blocks, then detail. Use when user wants to design a system, plan a project, write a design spec, or needs to see the big picture before diving into details. Use before…

56 1mo ago A 80 tokens original MIT

slim-down

14

thaitype/chief

Skill Claude CodeCodex

Cut an over-engineered plan down to one achievable increment. Reads the current codebase to understand what exists, then trims scope to the smallest useful step that still scales. Use when user says "slim down", "too much", "over-engineered", "simplify the plan", "what's the MVP", "cut scope".

56 1mo ago A 72 tokens original MIT

dump-commit

15

thaitype/chief

Skill Claude CodeCodex

Quick commit all files with a short 1-line message. Saves tokens by skipping detailed diff analysis. Use when the user wants a fast save (e.g. "/dump-commit" or "/dump-commit fix upgrade flow").

56 1mo ago A 50 tokens original MIT

chief-install

16

thaitype/chief

Skill Claude CodeCodex

Install the Chief framework into the current project. Installs subagents and AGENTS.md only — .chief/ is created lazily by chief-agent at runtime. Use when the user wants to set up the framework (e.g. "/chief-install" or "/chief-install canary").

56 1mo ago C 61 tokens original MIT

chief-upgrade

17

thaitype/chief

Skill Claude CodeCodex

Upgrade the Chief to a specific version. Uses upgrade.sh as the primary method, falls back to manual if script fails. Use when the user wants to upgrade the framework (e.g. "/chief-upgrade" or "/chief-upgrade canary").

56 1mo ago C 54 tokens original MIT

thaitype/chief

Agent Codex

Verifies a single grill-session answer against the codebase. Reads files, checks claims, surfaces contradictions or unfounded assumptions. Invoked per-question by /chief-grill (in the background) to cross-reference the user's latest answer with actual repo state. Returns a structured verdict the skill renders as a…

56 1mo ago A 96 tokens original MIT

builder-agent

19

thaitype/chief

Agent Codex

Fast execution agent responsible for implementing tasks assigned by chief-agent. Reads: task specification for the assigned milestone global coding standards (.chief/rules/standard) Performs autonomous fix loops for implementation fallout (type/lint/test issues). Escalates only when blocked by design ambiguity…

56 1mo ago A 82 tokens original MIT

chief-agent

20

thaitype/chief

Agent Codex

Goal-driven Planner/Orchestrator for the Chief Agent Framework. Reads AGENTS.md (highest priority), then .chief/rules, then milestone-specific goals. Produces and maintains milestone plans (plan/todo.md + task specs), delegates execution to builder-agent, delegates verification to tester-agent, and decides next…

56 1mo ago A 155 tokens original MIT

tester-agent

21

thaitype/chief

Agent Codex

Long-running verification agent responsible for non-deterministic, integration, API, UI, and external acceptance testing. Executes medium-to-long duration validation tasks that go beyond local deterministic verification. Does NOT implement features. Does NOT refactor code. Reports findings back to chief-agent.…

56 1mo ago A 74 tokens original MIT

prisma-cli

22

thaitype/thaitype-stack-spa-react-elysia-prisma-template

Skill Claude CodeCodex

Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, or managing databases. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio".

5 5mo ago A 69 tokens

prisma-client-api

23

thaitype/thaitype-stack-spa-react-elysia-prisma-template

Skill Claude CodeCodex

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".

5 5mo ago A 64 tokens

thaitype/thaitype-stack-spa-react-elysia-prisma-template

Skill Claude CodeCodex

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

5 5mo ago A 67 tokens