Content & Writing

Page 39 of 62

Browse skills in this category.

4461 skills · Showing 2737-2808
Sort by:

net-cqrs

Content & Writing

by mitkox

Implement CQRS pattern with MediatR for .NET applications

119
Jan 10, 2026, 10:29 AM

net-jwt-auth

Content & Writing

by mitkox

Implement JWT authentication and authorization for ASP.NET Core

119
Jan 10, 2026, 10:29 AM

net-observability

Content & Writing

by mitkox

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

119
Jan 10, 2026, 10:29 AM

net-scrum

Content & Writing

by mitkox

Implement Scrum framework and team structures for .NET enterprise projects

119
Jan 10, 2026, 10:29 AM

net-testing

Content & Writing

by mitkox

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

119
Jan 10, 2026, 10:29 AM

net-web-api

Content & Writing

by mitkox

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

119
Jan 10, 2026, 10:29 AM

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
Jan 11, 2026, 04:14 PM

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
Jan 17, 2026, 08:15 PM

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
Jan 17, 2026, 08:15 PM

rust-router

Content & Writing

by ZhangHanDong

CRITICAL: Use for ALL Rust questions including errors, design, and coding.

119
Jan 17, 2026, 08:15 PM

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
Jan 17, 2026, 08:15 PM

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
Jan 11, 2026, 04:14 PM

shell-scripts

Content & Writing

by hiromaily

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

119
Jan 19, 2026, 04:22 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
Jan 11, 2026, 04:14 PM

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
Jan 19, 2026, 04:22 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 17, 2026, 08:15 PM

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
Jan 19, 2026, 04:22 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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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
Jan 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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
Jan 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 19, 2026, 12:15 AM

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 29, 2025, 03:08 AM

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 29, 2025, 03:08 AM

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 29, 2025, 03:08 AM

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 29, 2025, 03:08 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 29, 2025, 03:08 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 29, 2025, 03:08 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 29, 2025, 03:08 AM

data-analysis

Content & Writing

by Yeachan-Heo

Patterns for data loading, exploration, and statistical analysis

116
Jan 13, 2026, 02:53 PM

data-analysis

Content & Writing

by Yeachan-Heo

Patterns for data loading, exploration, and statistical analysis

116
Jan 13, 2026, 02:53 PM

experiment-design

Content & Writing

by Yeachan-Heo

Best practices for designing reproducible experiments

116
Jan 13, 2026, 02:53 PM

experiment-design

Content & Writing

by Yeachan-Heo

Best practices for designing reproducible experiments

116
Jan 13, 2026, 02:53 PM

cloudflare-workers

Content & Writing

by einverne

Comprehensive guide for building serverless applications with Cloudflare Workers. Use when developing Workers, configuring bindings, implementing runtime APIs, testing Workers, using Wrangler CLI, deploying to production, or building edge functions with JavaScript/TypeScript/Python/Rust.

115
Jan 15, 2026, 09:07 AM

debug-helper

Content & Writing

by einverne

Systematic debugging strategies, troubleshooting methodologies, and problem-solving techniques for code and system issues. Use when the user encounters bugs, errors, or unexpected behavior and needs help diagnosing and resolving problems.

115
Jan 15, 2026, 09:07 AM

docker

Content & Writing

by einverne

Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers. Use when containerizing applications, creating Dockerfiles, working with Docker Compose, managing images/containers, configuring networking and storage, optimizing builds, deploying to production, or implementing CI/CD pipelines with Docker.

115
Jan 15, 2026, 09:07 AM

docs-seeker

Content & Writing

by einverne

Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel

115
Jan 15, 2026, 09:07 AM

dotfiles-manager

Content & Writing

by einverne

Comprehensive knowledge of dotfiles management, configuration file organization, symlink strategies, and cross-platform environment setup. Use when the user needs to organize, sync, or deploy dotfiles and development configurations.

115
Jan 15, 2026, 09:07 AM

ffmpeg

Content & Writing

by einverne

Guide for using FFmpeg - a comprehensive multimedia framework for video/audio encoding, conversion, streaming, and filtering. Use when processing media files, converting formats, extracting audio, creating streams, applying filters, or optimizing video/audio quality.

115
Jan 15, 2026, 09:07 AM

gcloud

Content & Writing

by einverne

Guide for implementing Google Cloud SDK (gcloud CLI) - a command-line tool for managing Google Cloud resources. Use when installing/configuring gcloud, authenticating with Google Cloud, managing projects/configurations, deploying applications, working with Compute Engine/GKE/App Engine/Cloud Storage, scripting gcloud operations, implementing CI/CD pipelines, or troubleshooting Google Cloud deployments.

115
Jan 15, 2026, 09:07 AM

gemini-audio

Content & Writing

by einverne

Guide for implementing Google Gemini API audio capabilities - analyze audio with transcription, summarization, and understanding (up to 9.5 hours), plus generate speech with controllable TTS. Use when processing audio files, creating transcripts, analyzing speech/music/sounds, or generating natural speech from text.

115
Jan 15, 2026, 09:07 AM

by einverne

Guide for implementing Google Gemini API document processing - analyze PDFs with native vision to extract text, images, diagrams, charts, and tables. Use when processing documents, extracting structured data, summarizing PDFs, answering questions about document content, or converting documents to structured formats. (project)

115
Jan 15, 2026, 09:07 AM

gemini-image-gen

Content & Writing

by einverne

Guide for implementing Google Gemini API image generation - create high-quality images from text prompts using gemini-2.5-flash-image model. Use when generating images, creating visual content, or implementing text-to-image features. Supports text-to-image, image editing, multi-image composition, and iterative refinement.

115
Jan 15, 2026, 09:07 AM

by einverne

Analyze videos using Google's Gemini API - describe content, answer questions, transcribe audio with visual descriptions, reference timestamps, clip videos, and process YouTube URLs. Supports 9 video formats, multiple models (Gemini 2.5/2.0), and context windows up to 2M tokens (6 hours of video).

115
Jan 15, 2026, 09:07 AM

gemini-vision

Content & Writing

by einverne

Guide for implementing Google Gemini API image understanding - analyze images with captioning, classification, visual QA, object detection, segmentation, and multi-image comparison. Use when analyzing images, answering visual questions, detecting objects, or processing documents with vision.

115
Jan 15, 2026, 09:07 AM

git-commit-formatter

Content & Writing

by einverne

生成符合 Conventional Commits 规范的 Git 提交信息。当用户要求生成提交、创建 commit 或写提交信息时使用

115
Jan 15, 2026, 09:07 AM

imagemagick

Content & Writing

by einverne

Guide for using ImageMagick command-line tools to perform advanced image processing tasks including format conversion, resizing, cropping, effects, transformations, and batch operations. Use when manipulating images programmatically via shell commands.

115
Jan 15, 2026, 09:07 AM

mongodb

Content & Writing

by einverne

Guide for implementing MongoDB - a document database platform with CRUD operations, aggregation pipelines, indexing, replication, sharding, search capabilities, and comprehensive security. Use when working with MongoDB databases, designing schemas, writing queries, optimizing performance, configuring deployments (Atlas/self-managed/Kubernetes), implementing security, or integrating with applications through 15+ official drivers. (project)

115
Jan 15, 2026, 09:07 AM

nano-banana-builder

Content & Writing

by chongdashu

>

115
Dec 25, 2025, 12:44 AM

performance-optimizer

Content & Writing

by einverne

Performance analysis, profiling techniques, bottleneck identification, and optimization strategies for code and systems. Use when the user needs to improve performance, reduce resource usage, or identify and fix performance bottlenecks.

115
Jan 15, 2026, 09:07 AM

postgresql-psql

Content & Writing

by einverne

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database administration and development.

115
Jan 15, 2026, 09:07 AM

react-component-dev

Content & Writing

by corvo007

React/TypeScript component development guidelines for Gemini-Subtitle-Pro. Use when creating components, pages, modals, forms, or working with TailwindCSS, hooks, and React 19 patterns. Covers component architecture, styling with Tailwind, state management, performance optimization, and accessibility.

115
Jan 18, 2026, 03:29 PM

release-version

Content & Writing

by corvo007

Use when releasing a new version - guides through version bump, changelog generation, commit grouping, tagging, and GitHub CI tracking. Triggers on "发布新版本", "release", "发版", or version release requests.

115
Jan 18, 2026, 03:29 PM

remix-icon

Content & Writing

by einverne

Guide for implementing RemixIcon - an open-source neutral-style icon library with 3,100+ icons in outlined and filled styles. Use when adding icons to applications, building UI components, or designing interfaces. Supports webfonts, SVG, React, Vue, and direct integration.

115
Jan 15, 2026, 09:07 AM

shadcn-ui

Content & Writing

by einverne

Guide for implementing shadcn/ui - a collection of beautifully-designed, accessible UI components built with Radix UI and Tailwind CSS. Use when building user interfaces, adding UI components, or implementing design systems in React-based applications.

115
Jan 15, 2026, 09:07 AM

shell-scripting

Content & Writing

by einverne

Specialized knowledge of Bash and Zsh scripting, shell automation, command-line tools, and scripting best practices. Use when the user needs to write, debug, or optimize shell scripts or work with command-line tools.

115
Jan 15, 2026, 09:07 AM

tailwindcss

Content & Writing

by einverne

Guide for implementing Tailwind CSS - a utility-first CSS framework for rapid UI development. Use when styling applications with responsive design, dark mode, custom themes, or building design systems with Tailwind's utility classes.

115
Jan 15, 2026, 09:07 AM

test-expert

Content & Writing

by einverne

Testing methodologies, test-driven development (TDD), unit and integration testing, and testing best practices across multiple frameworks. Use when the user needs to write tests, implement TDD, or improve test coverage and quality.

115
Jan 15, 2026, 09:07 AM

threejs-builder

Content & Writing

by chongdashu

>

115
Dec 25, 2025, 12:44 AM

turborepo

Content & Writing

by einverne

Guide for implementing Turborepo - a high-performance build system for JavaScript and TypeScript monorepos. Use when setting up monorepos, optimizing build performance, implementing task pipelines, configuring caching strategies, or orchestrating tasks across multiple packages.

115
Jan 15, 2026, 09:07 AM

kessoku-di

Content & Writing

by mazrean

Kessoku compile-time DI with parallel initialization for Go. Use when writing or debugging kessoku providers/injectors, enabling async dependencies, migrating from google/wire, or fixing go:generate/codegen issues in Go services.

114
Jan 17, 2026, 05:24 PM

communication-style

Content & Writing

by tzachbon

This skill should be used when generating spec artifacts (research.md, requirements.md, design.md, tasks.md), formatting agent output, structuring phase results, or when any Ralph agent needs guidance on concise, scannable output formatting. Applies to all Ralph spec phase agents.

113
Jan 18, 2026, 07:08 AM