Claude Skills · Coding

Build, style, and debug terminal user interfaces in Python with Textual. Use when the user mentions Textual, a TUI, App/Widget/Screen subclasses, reactive attributes, TCSS or Textual CSS, `textual run`, `textual console`, or compose(). Do NOT use for plain CLI argument parsing (use click-cli), Rich-only static output (use rich-render), or curses (use curses).

★ 1 Synced 2 hours ago View SKILL.md

At a glance

Coding Manual install Python Actively maintained v1.2.0

This skill is for Coding and helps you build a terminal user interface in python, style a textual app with tcss, and debug textual widgets and screens.

Install git clone --depth 1 https://github.com/vinsonconsulting/califa-cards cp -r califa-cards/examples/textual ~/.claude/skills/textual
Can use Not declared by the author

Setup, runtime and requirements describe vinsonconsulting/califa-cards, the repo this skill ships in.

TextualtuipythonTcssTerminal UiWidgets

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...