inspect
01Skill Claude CodeCodex
A health-check skill for the TimSquad development framework. It compares code, documentation, hooks, skills, command-line tools, tests, and settings, then produces a Red/Amber/Green report.
Skill Claude CodeCodex
A health-check skill for the TimSquad development framework. It compares code, documentation, hooks, skills, command-line tools, tests, and settings, then produces a Red/Amber/Green report.
Instructions file
Instructions for sonature-lab/timsquad, covering timsquad - ai agent development process framework, 프로젝트 개요, 핵심 구조, 스킬 시스템 and 작업 원칙.
Skill Claude CodeCodex
Skill "[object Object]" from sonature-lab/timsquad, covering philosophy, contract, protocol, verification and resources.
Skill Claude CodeCodex
A guide for designing software architecture and APIs, including layer structure, data models, REST interfaces, and architecture decision records. An architecture decision record is a short document that records an important technical choice and its trade-offs.
Skill Claude CodeCodex
A code-audit skill that reviews changed files and runs relevant verification checks. It produces a report grouped by severity across security, type safety, error handling, API compatibility, tests, and performance.
Skill Claude CodeCodex
A guide to Behavior-Driven Development (BDD), a way to describe software behavior in business language using Given-When-Then scenarios. These scenarios can serve as shared documentation and acceptance tests.
Skill Claude CodeCodex
A set of coding rules for naming, structuring, and writing TypeScript code. It covers function design, error handling, type checking, and patterns to avoid.
Skill Claude CodeCodex
A context manager for delegating development work to subagents. It gathers the current task, project memory, required specifications, allowed paths, and the selected agent’s instructions before creating the delegated task.
Skill Claude CodeCodex
A guide to writing Dart 3+ code with sound null safety, structured asynchronous work, pattern matching, sealed classes, and the Effective Dart style.
Skill Claude CodeCodex
A methodology for designing and operating databases, including deciding when to split or duplicate data, improving queries, and changing schemas safely.
Skill Claude CodeCodex
A guide to Domain-Driven Design, a way to shape software around real business concepts and language. It covers defining clear business boundaries, shared terms, and relationships between parts of a system.
Skill Claude CodeCodex
A structured method for finding the underlying cause of a bug. It uses reproduction, ranked hypotheses, targeted experiments, a fix, verification, and prevention steps.
Skill Claude CodeCodex
A planning tool that turns a smaller product requirements document into ordered phases, parallel work groups, and individual tasks. It analyses dependencies, such as building a database before an API that uses it.
Skill Claude CodeCodex
A removal procedure for the TimSquad framework from a project. It identifies the framework’s files, hooks, agents, rules, settings, and configuration that are removed while preserving source code and unrelated content.
Skill Claude CodeCodex
A guide to building Flutter apps with small reusable widgets, feature-based folders, Riverpod state management, routing, tests, and layouts that adapt across platforms.
Skill Claude CodeCodex
A guide for automating the process of building, testing, signing, and publishing Flutter mobile apps. It covers both iOS and Android release workflows.
Skill Claude CodeCodex
A guide to adding multiple languages and regional formats to Flutter apps. It covers translation files, right-to-left layouts, plural and gender-aware messages, and changing the language while the app runs.
Skill Claude CodeCodex
A guide for monitoring Flutter apps in production using crash reports, usage events, performance measurements, and structured logs. It covers Firebase Crashlytics, Analytics, Performance Monitoring, and Sentry.
Skill Claude CodeCodex
A guide to network communication in Flutter apps, using HTTP clients, generated API code, interceptors, connectivity checks, error handling, and caching.
Skill Claude CodeCodex
A Flutter guide for adding push notifications and background work to a mobile app. It covers Firebase Cloud Messaging, Apple and Android settings, local notifications, and handling messages in different app states.
Skill Claude CodeCodex
A security guide for Flutter mobile apps, covering protected storage, authentication, network connections, data encryption, and code protection. OWASP MASVS is a set of recommended mobile-app security checks.
Skill Claude CodeCodex
A full TimSquad workflow for carrying out a multi-step development plan. It moves through phases and tasks, delegates work, runs unit, integration, and end-to-end checks, and resumes from the last unfinished task after an interruption.
Skill Claude CodeCodex
A guided interview skill for turning an idea or incomplete plan into a product requirements document (PRD), which describes what to build and why. It can also create feature-specific sub-documents.
Skill Claude CodeCodex
A set of backend development guidelines for Hono, a lightweight web framework for Node.js. It covers API routes, input checking, error handling, authentication, configuration, and clean separation of application layers.