TBSten

21 mods across 1 repository, 2 stars between them.

skills CLAUDE.md

01

TBSten/skills

Instructions file

A set of Claude Code instructions for organizing a project’s configuration files, skills, rules, and prompts.

2 5d ago C 2,005 tokens

contribute-batch

02

TBSten/skills

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.

2 5d ago A 192 tokens

contribute-prompt

03

TBSten/skills

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.

2 5d ago C 231 tokens

contribute-rule

04

TBSten/skills

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.

2 5d ago C 254 tokens

contribute-skill

05

TBSten/skills

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.

2 5d ago C 186 tokens

TBSten/skills

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…

2 5d ago A 186 tokens

TBSten/skills

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 /…

2 5d ago C 155 tokens

TBSten/skills

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.

2 5d ago A 104 tokens

intellij-plugin-dev

09

TBSten/skills

Skill Claude CodeCodex

A reference and development workflow for building plugins for IntelliJ IDEA and Android Studio, using Kotlin and the IntelliJ Platform.

2 5d ago A 365 tokens

TBSten/skills

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…

2 5d ago A 179 tokens

TBSten/skills

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.

2 5d ago A 537 tokens

TBSten/skills

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…

2 5d ago A 197 tokens

TBSten/skills

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.

2 5d ago A 143 tokens

kotlin-tuple

14

TBSten/skills

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…

2 5d ago A 146 tokens

ksp-plugin-setup

15

TBSten/skills

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.

2 5d ago A 287 tokens

local-ticket-system

16

TBSten/skills

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.

2 5d ago A 169 tokens

TBSten/skills

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.

2 5d ago A 177 tokens

pr-fix-loop

18

TBSten/skills

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 →…

2 5d ago A 208 tokens

TBSten/skills

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.

2 5d ago A 176 tokens

simple-loader

20

TBSten/skills

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…

2 5d ago A 203 tokens

status-board

21

TBSten/skills

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.

2 5d ago C 311 tokens