Content & Writing

Page 34 of 58

Browse skills in this category.

4108 skills · Showing 2377-2448
Sort by:

workflow-monitor

Content & Writing

by athola

Detects workflow failures and inefficient patterns then files GitHub issues. Use when a workflow step repeatedly fails or produces inconsistent output.

122
May 21, 2026, 04:28 PM

workflow-setup

Content & Writing

by athola

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

122
May 21, 2026, 04:28 PM

tabz-development

Content & Writing

by GGPrompts

Patterns for building and debugging TabzChrome itself. Use when working on Terminal.tsx, xterm.js integration, WebSocket I/O, resize handling, or any TabzChrome extension/backend code.

121
Jan 16, 2026, 06:04 PM

tabz-integration

Content & Writing

by GGPrompts

Integrate projects with TabzChrome terminals via HTML attributes, WebSocket, JS API, or Spawn API

121
Jan 18, 2026, 05:47 AM

tabz-terminals

Content & Writing

by GGPrompts

Spawn and manage terminal tabs via TabzChrome REST API. Use when spawning workers, creating terminals programmatically, setting up worktrees for parallel work, or crafting prompts for Claude workers.

121
Jan 21, 2026, 04:53 PM

bash-style

Content & Writing

by doccker

当用户操作 .sh、Dockerfile、Makefile、.yml、.yaml 文件,或在 Markdown 中编写 bash 代码块时触发。提供 Bash 编写规范。

120
Jan 13, 2026, 03:21 AM

by paiml

Generates comprehensive, LLM-optimized codebase context using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- Starting work on unfamiliar codebases- Onboarding to new projects or repositories- Need quick understanding of project architecture- Preparing for refactoring or feature implementation- Creating documentation or technical specificationsOutputs highly compressed markdown (60-80% reduction) optimized for LLM consumption.Supports 25+ languages with architecture visualization, complexity heatmaps, and dependency graphs.

120
Jan 15, 2026, 10:30 AM

go-dev

Content & Writing

by doccker

Go 开发规范,包含命名约定、错误处理、并发编程、测试规范等

120
Mar 20, 2026, 01:30 PM

java-dev

Content & Writing

by doccker

Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等

120
May 27, 2026, 09:46 AM

jta

Content & Writing

by hikanner

Translate JSON i18n files to multiple languages with AI-powered quality optimization. Use when user mentions translating JSON, i18n files, internationalization, locale files, or needs to convert language files to other languages.

120
Nov 12, 2025, 03:10 AM

python-dev

Content & Writing

by doccker

Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等

120
Jan 4, 2026, 10:17 AM

add-reference-tests

Content & Writing

by flashinfer-ai

Add pytest tests to validate reference implementations in the flashinfer-trace HuggingFace dataset against FlashInfer or SGLang ground truth. Use when validating kernel definitions, adding tests for new op_types, or verifying reference implementations are correct.

119
Apr 28, 2026, 08:03 PM

bch-development

Content & Writing

by hiromaily

Bitcoin Cash (BCH) API implementation rules. Critical pattern for embedding Bitcoin struct and overriding BCH-specific methods. Use when working on BCH-related code in internal/infrastructure/api/btc/bch/.

119
Feb 17, 2026, 12:33 PM

btc-terminology

Content & Writing

by hiromaily

Critical Bitcoin terminology rules to prevent confusion between bech32m (encoding) and taproot (address type). Use when working on BTC-related code, config files, or shell scripts.

119
Feb 17, 2026, 12:33 PM

clone-repos

Content & Writing

by flashinfer-ai

Clone SGLang, FlashInfer, sgl-cookbook, and flashinfer-trace repositories to tmp/. Use when setting up the project, preparing for kernel extraction, or when the user needs the source repositories.

119
Apr 28, 2026, 08:03 PM

coding-guidelines

Content & Writing

by ZhangHanDong

Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名

119
Jan 22, 2026, 03:45 AM

db-migration

Content & Writing

by hiromaily

Database schema and migration workflow. Use when modifying database schemas in tools/atlas/ or SQLC queries in tools/sqlc/.

119
Feb 27, 2026, 02:57 AM

design-style

Content & Writing

by NakanoSanku

Use this skill when the user asks to build, create, design, develop, or improve ANY frontend interface, web page, UI component, or visual element. This includes:- Building landing pages, websites, web apps, dashboards, portfolios, or any web interface- Creating UI components (buttons, forms, cards, navbars, modals, etc.)- Designing pages with React, Vue, Next.js, Svelte, or any frontend framework- Adding styling or improving visual design of existing components- Implementing specific design aesthetics (modern, dark, minimalist, brutalist, etc.)- User mentions "frontend", "UI", "UX", "design", "interface", "web design", or "styling"- User asks for "beautiful", "modern", "professional", "clean", or any aesthetic adjective- User requests help with CSS, Tailwind, styled-components, or any styling approachThis skill automatically retrieves the appropriate design system prompt (Neo-brutalism, Modern Dark, Bauhaus, Cyberpunk, Material, etc.) to help create visually distinctive, production-grade frontend co

119
Dec 26, 2025, 08:37 AM

docs-update

Content & Writing

by hiromaily

Documentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).

119
Apr 14, 2026, 05:38 AM

domain-fintech

Content & Writing

by ZhangHanDong

Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction, ledger, payment, exchange rate, precision, rounding, accounting, 金融, 交易系统, 货币, 支付

119
Jan 22, 2026, 03:45 AM

by flashinfer-ai

Generate Definition JSON files for the flashinfer-trace HuggingFace dataset by harvesting them from a short SGLang inference pass (FlashInfer's @flashinfer_api(trace=...) dumper) — or, as a fallback, by manually transcribing the schema from SGLang sources when FlashInfer doesn't yet have a trace template. Use when adding a new model, extracting GPU kernels (MLA, MoE, GQA, RMSNorm, GEMM, GDN, RoPE, sampling), or filling gaps in the dataset.

119
May 1, 2026, 12:34 AM

github-issue-creation

Content & Writing

by hiromaily

Create GitHub issues with proper task classification. Classification determines which Skills will be used when working on the issue.

119
Feb 20, 2026, 10:12 AM

go-development

Content & Writing

by hiromaily

Go development workflow including verification commands and self-review checklist. Use when modifying Go code in internal/, pkg/, or cmd/ directories.

119
Feb 27, 2026, 02:57 AM

label-context-mapping

Content & Writing

by hiromaily

Maps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).

119
Apr 14, 2026, 05:38 AM

m01-ownership

Content & Writing

by ZhangHanDong

CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value moved, borrowed value does not live long enough, cannot move out of, use of moved value, ownership, borrow, lifetime, 'a, 'static, move, clone, Copy, 所有权, 借用, 生命周期

119
Jan 22, 2026, 03:45 AM

m03-mutability

Content & Writing

by ZhangHanDong

CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as immutable, mut, &mut, interior mutability, Cell, RefCell, Mutex, RwLock, 可变性, 内部可变性, 借用冲突

119
Jan 22, 2026, 03:45 AM

m05-type-driven

Content & Writing

by ZhangHanDong

CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make invalid states unrepresentable, compile-time validation, sealed trait, ZST, 类型状态, 新类型模式, 类型驱动设计

119
Jan 22, 2026, 03:45 AM

m07-concurrency

Content & Writing

by ZhangHanDong

CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁

119
Jan 22, 2026, 03:45 AM

m11-ecosystem

Content & Writing

by ZhangHanDong

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using external C libraries, creating Python extensions, PyO3, wasm, WebAssembly, bindgen, cbindgen, napi-rs, cannot find, private, crate recommendation, best crate for, Cargo.toml, features, crate 推荐, 依赖管理, 特性标志, 工作空间, Python 绑定

119
Jan 22, 2026, 03:45 AM

m14-mental-model

Content & Writing

by ZhangHanDong

Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, visualizing memory layout, analogy, misconception, explaining ownership, why does Rust, help me understand, confused about, learning Rust, explain like I'm, ELI5, intuition for, coming from Java, coming from Python, 心智模型, 如何理解所有权, 学习 Rust, Rust 入门, 为什么 Rust

119
Jan 22, 2026, 03:45 AM

master-plan

Content & Writing

by cogikyo

Edit master plan files. Never implement - only refine the plan document.

119
Feb 1, 2026, 06:48 PM

net-agile

Content & Writing

by mitkox

Implement agile development practices and ceremonies for .NET projects

119
Feb 2, 2026, 09:11 PM

net-cqrs

Content & Writing

by mitkox

Implement CQRS pattern with MediatR for .NET applications

119
Jan 9, 2026, 06:48 PM

net-jwt-auth

Content & Writing

by mitkox

Implement JWT authentication and authorization for ASP.NET Core

119
Jan 9, 2026, 06:48 PM

net-observability

Content & Writing

by mitkox

Implement observability patterns with OpenTelemetry, structured logging, and distributed tracing

119
Jan 9, 2026, 06:48 PM

net-scrum

Content & Writing

by mitkox

Implement Scrum framework and team structures for .NET enterprise projects

119
Feb 2, 2026, 09:11 PM

net-testing

Content & Writing

by mitkox

Set up comprehensive testing framework with xUnit, Moq, and TestContainers

119
Jan 9, 2026, 06:48 PM

net-web-api

Content & Writing

by mitkox

Scaffold and configure ASP.NET Core Web API with best practices

119
Jan 9, 2026, 06:48 PM

output-parsers

Content & Writing

by gradion-ai

Generate output parsers for mcptools with unstructured return types. Use when a tool returns raw strings or Result models with single str fields and needs structured ParseResult output. Covers testing tools, identifying parseable structures, extending modules with ParseResult models, and creating parser implementations.

119
Feb 11, 2026, 06:14 AM

rust-daily

Content & Writing

by ZhangHanDong

CRITICAL: Use for Rust news and daily/weekly/monthly reports. Triggers on:rust news, rust daily, rust weekly, TWIR, rust blog,Rust 日报, Rust 周报, Rust 新闻, Rust 动态

119
Feb 5, 2026, 08:28 AM

rust-learner

Content & Writing

by ZhangHanDong

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust release, stable, nightly, crate info, crates.io, lib.rs, docs.rs, API documentation, crate features, dependencies, which crate, what version, Rust edition, edition 2021, edition 2024, cargo add, cargo update, 最新版本, 版本号, 稳定版, 最新, 哪个版本, crate 信息, 文档, 依赖, Rust 版本, 新特性, 有什么特性

119
Feb 5, 2026, 08:28 AM

rust-router

Content & Writing

by ZhangHanDong

|-

119
May 22, 2026, 08:30 AM

rust-skill-creator

Content & Writing

by ZhangHanDong

Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate skill, create std skill, 创建 rust skill, 创建 crate skill, 创建 std skill, 动态 rust skill, 动态 crate skill, skill for tokio, skill for serde, skill for axum, generate rust skill, rust 技能, crate 技能, 从文档创建skill, from docs create skill

119
Feb 5, 2026, 08:28 AM

saving-codeacts

Content & Writing

by gradion-ai

Save executed Python code as reusable tools in the gentools package. Use when preserving successful code executions for later reuse. Covers creating package structure (api.py, impl.py), defining Pydantic output models, and implementing the run() interface.

119
Feb 11, 2026, 06:14 AM

shell-scripts

Content & Writing

by hiromaily

Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files.

119
Jan 15, 2026, 01:55 AM

task-planning

Content & Writing

by gradion-ai

Structured task planning workflow with user feedback loops. Use when the user explicitly requests planning (e.g., "make a plan", "plan first", "create a plan"). Covers creating plans with actionable steps, iterating based on feedback, saving confirmed plans, and executing step-by-step with progress tracking.

119
Feb 11, 2026, 06:14 AM

typescript-development

Content & Writing

by hiromaily

TypeScript/JavaScript development workflow for apps/ directory. Use when modifying TypeScript code in xrpl-grpc-server or JavaScript in eth-contracts.

119
Feb 28, 2026, 02:19 AM

unsafe-checker

Content & Writing

by ZhangHanDong

CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, union, #[repr(C)], libc, std::ffi, MaybeUninit, NonNull, SAFETY comment, soundness, undefined behavior, UB, safe wrapper, memory layout, bindgen, cbindgen, CString, CStr, 安全抽象, 裸指针, 外部函数接口, 内存布局, 不安全代码, FFI 绑定, 未定义行为

119
Jan 22, 2026, 03:45 AM

wallet-cli

Content & Writing

by hiromaily

How to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.

119
Apr 14, 2026, 05:38 AM

challenge-that

Content & Writing

by NTCoding

Force critical evaluation of proposals, requirements, or decisions by analyzing from multiple adversarial perspectives. Triggers on: accepting a proposal without pushback, 'sounds good', 'let's go with', design decisions with unstated tradeoffs, unchallenged assumptions, premature consensus. Invoke with /challenge-that.

118
Jan 31, 2026, 06:16 PM

concise-output

Content & Writing

by NTCoding

Enforces brevity and signal-over-noise in all outputs. Eliminates verbose explanations, filler phrases, and unnecessary elaboration. Triggers on: every response (governs output length and density when loaded).

118
Jan 31, 2026, 06:16 PM

create-tasks

Content & Writing

by NTCoding

Creates well-formed tasks following a template that engineers can implement. Triggers on: 'create tasks', 'define work items', 'break this down', creating tasks from PRD, converting requirements into actionable tasks, feature breakdown, sprint planning.

118
Jan 29, 2026, 09:08 PM

critical-peer-personality

Content & Writing

by NTCoding

Professional, skeptical communication style. Never over-enthusiastic, verifies before agreeing, challenges constructively, proposes instead of asking preferences. Expert peer who coaches, not serves. Triggers on: composing responses, agreeing with user, making recommendations, giving feedback.

118
Jan 31, 2026, 06:16 PM

independent-research

Content & Writing

by NTCoding

Use when about to ask the user a factual question, propose a solution, diagnose an error, or choose between approaches. Triggers on: 'Do you have X installed?', 'What version?', 'Is X configured?', 'We should...', 'The fix is...', 'Options: 1...', 'Based on my understanding...', 'I believe X supports...'. Before deciding anything, spin up parallel subagents to WebSearch for current docs, community solutions, framework best practices, and GitHub issues. Your memory is stale — verify everything.

118
Jan 29, 2026, 08:21 PM

by NTCoding

This skill analyzes code for design quality improvements across 8 dimensions: Naming, Object Calisthenics, Coupling & Cohesion, Immutability, Domain Integrity, Type System, Simplicity, and Performance. Ensures rigorous, evidence-based analysis by: (1) Understanding code flow first via implementation-analysis protocol, (2) Systematically evaluating each dimension with specific criteria, (3) Providing actionable findings with file:line references. Triggers when users request: code analysis, design review, refactoring opportunities, code quality assessment, architecture evaluation.

118
Nov 15, 2025, 04:09 PM

by NTCoding

This skill should be used when fixing bugs, implementing features, debugging issues, or making code changes. Ensures understanding of code flow before implementation by: (1) Tracing execution path with specific file:line references, (2) Creating lightweight text diagrams showing class.method() flows, (3) Verifying understanding with user. Prevents wasted effort from assumptions or guessing. Triggers when users request: bug fixes, feature implementations, refactoring, TDD cycles, debugging, code analysis.

118
Jan 31, 2026, 06:16 PM

lightweight-task-workflow

Content & Writing

by NTCoding

FOLLOW THE STATE MACHINE IN SKILL.MD. When user says 'continue': (1) FIRST: Run pwd, (2) Announce STATE: CHECK_STATUS, (3) Read .claude/session.md to check Status field, (4) Route based on Status. NEVER auto-advance tasks. NEVER use TodoWrite. NEVER create git commits.

118
Jan 31, 2026, 06:16 PM

by NTCoding

Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty project folder.

118
Jan 31, 2026, 06:16 PM

by NTCoding

Systematic debugging methodology that eliminates guessing and speculation. Add instrumentation to gather specific data that fully explains the problem. Evidence before hypothesis. Observation before solution. Triggers on: debugging, error investigation, 'why is this failing', unexpected behavior, test failures, non-zero exit codes, stack traces.

118
Jan 31, 2026, 06:16 PM

by NTCoding

Engage with what the user said before taking action. Triggers on: questions ('?'), feedback ('this is wrong', 'that doesn't look right', 'there are issues'), challenges ('why did you', 'have you considered'), criticism ('this isn't working', 'I don't like'), observations ('I notice', 'it seems like'), naming a skill or concept. STOP and respond to the user's actual words before doing anything.

118
Jan 31, 2026, 06:16 PM

separation-of-concerns

Content & Writing

by NTCoding

Enforces code organization using features/ (verticals), platform/ (horizontals), and shell/ (thin wiring). Triggers on: code organization, file structure, where does this belong, new file creation, refactoring.

118
Feb 21, 2026, 09:57 PM

by NTCoding

Object-oriented design principles including object calisthenics, dependency inversion, fail-fast error handling, feature envy detection, and intention-revealing naming. Triggers on: writing new classes or functions, refactoring, code review, 'clean up', method longer than 10 lines, feature envy, primitive obsession, deep nesting.

118
Jan 31, 2026, 06:16 PM

switch-persona

Content & Writing

by NTCoding

Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately.

118
Jan 31, 2026, 06:16 PM

tdd-process

Content & Writing

by NTCoding

Strict test-driven development state machine with red-green-refactor cycles. Enforces test-first development, meaningful failures, minimum implementations, and full verification. Activates when user requests: 'use a TDD approach', 'start TDD', 'test-drive this'.

118
Jan 31, 2026, 06:16 PM

advanced-file-management

Content & Writing

by MassLab-SII

Advanced file management tools. Includes batch folder creation, batch file moving, file listing, and HTML author extraction.

117
Dec 26, 2025, 02:32 PM

desktop-analysis

Content & Writing

by MassLab-SII

Desktop analysis and reporting tools. Includes music analysis with popularity scoring and file statistics (count files, folders, and calculate total size).

117
Dec 26, 2025, 02:32 PM

file-organization

Content & Writing

by MassLab-SII

File organization toolkit. Provides duplicate detection, file merging/splitting, pattern matching, text processing (like case conversion, word counting), and file classification by size or time.

117
Dec 26, 2025, 02:32 PM

reddit-browser-automation

Content & Writing

by MassLab-SII

This skill provides tools and techniques for Postmill/Reddit-like forum automation. Includes account creation, posting, forum creation and wiki management. Suitable for tasks requiring complex operations on forum platforms.

117
Dec 20, 2025, 07:24 AM

by MassLab-SII

This skill provides tools and techniques for Magento Admin panel automation. Includes admin login, customer management, search term analysis, and other common admin scenarios. Suitable for tasks requiring complex operations on e-commerce admin backends.

117
Dec 20, 2025, 07:24 AM

by MassLab-SII

This skill provides tools and techniques for e-commerce website automation. Includes advanced search, product comparison, cart management, checkout process and other common shopping scenarios. Suitable for tasks requiring complex operations on e-commerce websites.

117
Dec 17, 2025, 10:54 AM

student-database

Content & Writing

by MassLab-SII

Student database processing tools. Includes grade calculation, duplicate name detection, recommendation letter filtering, and TOEFL score filtering.

117
Dec 26, 2025, 02:32 PM

data-analysis

Content & Writing

by Yeachan-Heo

Patterns for data loading, exploration, and statistical analysis

116
Jan 5, 2026, 03:48 AM