tsq-inspect
25Skill Claude CodeCodex
A health-check process for a project's development pipeline. It checks hooks, skills, command-line tools, documentation, scripts, settings, and other connections for mismatches or missing pieces.
Skill Claude CodeCodex
A health-check process for a project's development pipeline. It checks hooks, skills, command-line tools, documentation, scripts, settings, and other connections for mismatches or missing pieces.
Skill Claude CodeCodex
A record-keeping skill for closing development phases and updating the project's source-of-truth documents. It creates phase summaries, archives decisions, records unresolved work, and updates phase memory.
Skill Claude CodeCodex
A work-log guide for TimSquad that records tasks, decisions, issues, and summaries at different levels.
Skill Claude CodeCodex
A guide for building applications with the Next.js App Router, the file-based routing system in modern Next.js. It explains when to use server-side or browser-side components and how to handle data and loading states.
Skill Claude CodeCodex
A guide for planning software projects and defining their requirements. It separates the product requirements document, overall plan, feature requirements, and detailed functional specifications.
Skill Claude CodeCodex
A set of Prisma ORM rules for defining database models, writing queries, and managing schema changes. Prisma ORM is a tool that lets application code work with a database using generated types and models.
Skill Claude CodeCodex
A structured review of a product across security, speed, search visibility, accessibility, user experience, architecture, and functionality. It produces scores and findings, then repeats the review after agreed fixes.
Skill Claude CodeCodex
A guide for writing and improving prompts, skill files, and agent instructions.
Skill Claude CodeCodex
A shared operating protocol for TimSquad AI agents, covering task analysis, delegation, checks, limits, and completion reports.
Skill Claude CodeCodex
A controller-guided way to complete one coding task while keeping the project’s existing specifications, memory, and workflow state in view.
Skill Claude CodeCodex
A set of React development guidelines for building components and custom hooks. React is a JavaScript library for user interfaces; these guidelines cover component responsibility, data flow, and separating server data from browser state.
Skill Claude CodeCodex
A process for collecting feedback, reviewing what went well or poorly, and applying improvements. KPT means Keep, Problem, Try: what to keep, what went wrong, and what to try next.
Skill Claude CodeCodex
A set of software security review guidelines based on the OWASP Top 10, a commonly used list of major web-application risks. It covers areas such as unsafe input, exposed secrets, weak access controls, and cross-site scripting.
Skill Claude CodeCodex
A specification check that looks for the project document describing a feature before implementation starts. SSOT, or single source of truth, means one agreed document is treated as the current reference for the work.
Skill Claude CodeCodex
A release-readiness check that examines a project in six layers, from static analysis and unit tests to security, integration, and packaging checks.
Skill Claude CodeCodex
A command workflow for starting the TimSquad development pipeline, restoring its state, and checking whether the project needs onboarding.
Skill Claude CodeCodex
A report of where a project currently stands, including its phase, work sequence, specifications, agent activity, recent logs, and possible documentation drift.
Skill Claude CodeCodex
A guide to test-driven development (TDD), a method where you write a failing test, make it pass with the smallest implementation, and then tidy the code.
Skill Claude CodeCodex
A guide to planning and writing software tests, including unit tests, integration tests, end-to-end tests, test coverage, and the Given-When-Then format. TDD means writing a failing test, making it pass with the smallest change, then cleaning up the code.
Skill Claude CodeCodex
A quality and safety check for TypeScript projects that runs after implementation. It checks code structure, naming, commit separation, secrets, raw SQL, any types, and console logging.
Skill Claude CodeCodex
A set of TypeScript coding rules for making data and program states explicit. TypeScript is JavaScript with checks that can catch many mistakes before the code runs, while Zod checks outside data such as API requests at runtime.
Skill Claude CodeCodex
A method for planning screens and user journeys before building them. It uses simple wireframes—rough screen layouts—and flow diagrams showing how users move through an interface.
Skill Claude CodeCodex
A command workflow for updating the TimSquad framework’s templates, skills, and agents, with options to preview changes or roll back an update.