Instructions file
A set of Claude Code instructions for organizing a project’s configuration files, skills, rules, and prompts.
Instructions file
A set of Claude Code instructions for organizing a project’s configuration files, skills, rules, and prompts.
Skill Claude CodeCodex
An orchestration workflow for sorting several project lessons into skills, rules, or prompts and preparing them together as one pull request. A pull request is a proposed change for review in a shared code repository.
Skill Claude CodeCodex
An automation for turning project knowledge and procedures into a reusable prompt and opening a pull request in the TBSten/skills repository. A pull request is a proposed code change for others to review.
Skill Claude CodeCodex
An automation for turning project knowledge, conventions, and best practices into a reusable rule and opening a pull request in the TBSten/skills repository. A rule is guidance that can be reused across projects.
Skill Claude CodeCodex
A workflow for turning project knowledge into a reusable skill and opening a pull request to the TBSten/skills repository. It gathers information from project guidance files and the codebase before packaging it.
Skill Claude CodeCodex
Operational rules for a 60-minute single-shot exploratory verification of a Kotlin project's main branch (Android / JVM / KMP / Compose / server-side Kotlin). Runs sequentially through cat1–cat5 inside a single CI job (e.g. a nightly GitHub Actions workflow), writes findings Markdown-by-Markdown to…
Skill Claude CodeCodex
Operational rules for exploratory PR verification driven by multiple parallel subagents in a Kotlin project (Android / JVM / KMP / Compose / server-side Kotlin). Covers PDCA / MCP-driven dynamic checks / ticket bookkeeping / PR comment etiquette / build isolation / time budgeting / loop termination /…
Skill Claude CodeCodex
A scripted way to upload local files to a GitHub Issue draft and get a link to each file. GitHub is a code-hosting service, and the draft is not published as an Issue.
Skill Claude CodeCodex
A reference and development workflow for building plugins for IntelliJ IDEA and Android Studio, using Kotlin and the IntelliJ Platform.
Skill Claude CodeCodex
Sets up snapshot testing infrastructure for Kotlin Multiplatform + Compose projects. Creates build-logic convention plugins (convention-kmp-test, convention-kmp-snapshot-testing, SnapshotReportTask), a core testing module with Kotest PBT base classes (StateHolderSnapshotPbtSpec, LogicSnapshotPbtSpec…
Skill Claude CodeCodex
Guidance for developing and reviewing Kotlin compiler plugins, including support for several Kotlin versions. It uses information from existing plugins to help choose compiler extension points and design patterns.
Skill Claude CodeCodex
Sets up a Kotlin Compiler Plugin project with multi-module Gradle structure. Creates buildSrc convention plugins (kotlin-jvm), compiler-plugin module with AutoService + KSP for plugin registration, Gradle plugin wrapper (KotlinCompilerPluginSupportPlugin), runtime API module (Kotlin Multiplatform), unit tests with…
Skill Claude CodeCodex
A publishing setup for Kotlin and Kotlin Multiplatform libraries on Maven Central, a public repository used by many build tools to download libraries. It configures publishing, signing, CI workflows, and Sonatype Central Portal integration.
Skill Claude CodeCodex
Generates type-safe Tuple utilities for Kotlin and Kotlin Multiplatform projects. Creates Tuple data classes, tupleOf factories, toList conversion, KSerializer for kotlinx.serialization, type-safe awaitAll, a Result-returning awaitAllCatching, and allNotNullOrNull in one go. Use when requested: "add Tuple", "generate…
Skill Claude CodeCodex
A project setup for KSP, Kotlin’s tool for processing annotations and generating source code during compilation. It organizes the project into runtime, processor, and integration-test modules with separate processor layers.
Skill Claude CodeCodex
A local ticket system that stores tasks, bugs, and chapters as Markdown files in a project’s .local/ticket directory. Markdown is a plain-text document format that is easy to read and edit.
Skill Claude CodeCodex
A Kotlin Multiplatform and Compose pattern for managing bottom navigation tabs with Navigation 3. It uses a main-tab enum and scene strategy so switching tabs replaces the content without destroying each scene.
Skill Claude CodeCodex
Manage multiple GitHub Pull Requests in parallel. In a single loop pass, for every PR: check CI status, auto-classify each failing check (transient infra / lint / binary-compat / build / test) and delegate to the matching fix-ci- skill, then handle unresolved review comments end to end (fetch → fix → commit → push →…
Skill Claude CodeCodex
A setup guide for new web apps using React, Vite, TypeScript, Tailwind CSS, shadcn/ui, TanStack tools, and Supabase. It uses a pnpm workspace monorepo, meaning one repository containing multiple related packages or apps.
Skill Claude CodeCodex
Generates a SimpleLoader state machine for async data loading in Kotlin/Compose Multiplatform projects. Provides a sealed interface State with Initial/InitialLoading/InitialError/Loaded/RefreshLoading/RefreshError transitions, Factory, Logger, IllegalStateTransitionHandler, FakeSimpleLoader for testing, Compose UI…
Skill Claude CodeCodex
A single-page HTML status board that gathers GitHub pull requests and issues, local branches, and unresolved decisions or ideas from the conversation. It shows dependencies as an SVG diagram, work as an epic-based kanban board, and details in a side panel.