16,832 skills sorted by stars.
Advanced td_interval patterns including offset dates (-1d/2025-10-01, -7d/-1d, 0M/now), td_interval_range for debugging, td_time_s...
Automatically detect time/date mentions in user messages and convert them tomultiple timezones or formats. Use when user mentions...
Strategies for effective time management, prioritization, and sustainable productivity for software developers
Generate deterministic timestamps in YYYYMMDDHHMMSS format using bash. Use when you need timestamps for filenames, logging, or any...
Frontend-backend time data transmission standard, using millisecond timestamps for time points (timezone-independent); Duration/Pe...
REQUIRED for ANY date/time code - prevents timezone bugs by enforcing Mountain Time utilities instead of native Date objects. Use...
Use when animation speed feels wrong—too fast, too slow, or inconsistent
Tina CMS configuration with GitHub backend. Use when setting up or configuring Tina CMS.
TLA+ formal verification for modeling and verifying concurrent algorithms and distributed systems.Use when asked about: TLA+, form...
Enforce Tavern Master definition of done (lint + tests + formatting + plan updates).
Build TM Forum (TMF) MCP servers from TMF OpenAPI specs (TMF6xx/7xx YAML). Use when you are given a TMF OpenAPI file and asked to...
Capture and analyze tmux pane content for debugging other sessions or background processes
Monitor and report status of all tmux sessions including dev environments, spawned agents, and running processes. Uses tmuxwatch f...
Run build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging. Use whe...
Coordinate with other AI agents running in tmux panes. Use this skill when you need to delegate tasks, request reviews, or collabo...
Portable tmux-based workflow to drive one or multiple long-running Codex CLI “workers” from another process (e.g. Claude CLI) by (...
You can check today's date using this tool.
Finds and organizes TODO, FIXME, HACK, and NOTE comments in codebase. Use when user asks to "find TODOs", "show all FIXMEs", "list...
当需要修改项目(增删改文件)并希望将 update_plan 与 CSV 有机同步时使用此技能:在项目根目录创建“{任务名} TO DO list.csv”,用 TODO/IN_PROGRESS/DONE 驱动 plan 的 pending/in_progre...
description: docs/TODOS.mdとコード内TODOコメントを抽出・照合し同期する。ripgrep/scantodos.shで現況を収集し、ドキュメント追記と不要TODO削除に使う。
指导在保证任务质量前提下降低输出冗余,限制无关文档、示例和注释,并鼓励用关键澄清代替冗长假设
Proactively monitors Claude conversation token usage and warns when approaching limits. Tracks usage patterns and predicts when li...
Track token usage and costs across agents for budget management
Generates design token documentation with visual swatches and code examples. Use when documenting token values, creating token ref...
This skill should be used when creating token-efficient hook systems and MCP server architectures for web applications. Use for Re...
Standardizes design token naming patterns using hierarchical slash notation, dimension ordering, and consistent formatting rules....
Advanced concurrency patterns for Tokio including fan-out/fan-in, pipeline processing, rate limiting, and coordinated shutdown. Us...
Network programming patterns with Hyper, Tonic, and Tower. Use when building HTTP services, gRPC applications, implementing middle...