Content & Writing
Page 38 of 62
Browse skills in this category.
mutation-testing
Content & WritingTest quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs.
n8n-integration-testing-patterns
Content & WritingAPI contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.
n8n-security-testing
Content & WritingCredential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.
n8n-trigger-testing-strategies
Content & WritingWebhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.
n8n-workflow-testing-fundamentals
Content & WritingComprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.
refactoring-patterns
Content & WritingApply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
sherlock-review
Content & WritingEvidence-based investigative code review using deductive reasoning to determine what actually happened versus what was claimed. Use when verifying implementation claims, investigating bugs, validating fixes, or conducting root cause analysis. Elementary approach to finding truth through systematic observation.
shift-left-testing
Content & WritingMove testing activities earlier in the development lifecycle to catch defects when they're cheapest to fix. Use when implementing TDD, CI/CD, or early quality practices.
shift-right-testing
Content & WritingTesting in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery.
six-thinking-hats
Content & WritingApply Edward de Bono's Six Thinking Hats methodology to software testing for comprehensive quality analysis. Use when designing test strategies, conducting test retrospectives, analyzing test failures, evaluating testing approaches, or facilitating testing discussions. Each hat provides a distinct testing perspective: facts (White), risks (Black), benefits (Yellow), creativity (Green), emotions (Red), and process (Blue).
tdd-london-chicago
Content & WritingApply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.
technical-writing
Content & WritingWrite clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles.
test-automation-strategy
Content & WritingDesign and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
test-data-management
Content & WritingStrategic test data generation, management, and privacy compliance. Use when creating test data, handling PII, ensuring GDPR/CCPA compliance, or scaling data generation for realistic testing scenarios.
test-design-techniques
Content & WritingSystematic test design with boundary value analysis, equivalence partitioning, decision tables, state transition testing, and combinatorial testing. Use when designing comprehensive test cases, reducing redundant tests, or ensuring systematic coverage.
test-reporting-analytics
Content & WritingAdvanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions.
testability-scoring
Content & WritingAI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
testing-coverage
Content & WritingGuide for writing tests and achieving high code coverage for CosmWasm contracts. Use when creating unit tests, integration tests, or analyzing coverage reports.
visual-testing-advanced
Content & WritingAdvanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.
xp-practices
Content & WritingApply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
architecture-paradigms
Content & Writingby athola
Interactive selector and router for architecture paradigms. Use when
bloat-detector
Content & Writingby athola
Detect codebase bloat through progressive analysis: dead code, duplication,
code-quality-principles
Content & Writingby athola
Provides KISS, YAGNI, and SOLID code quality principles for clean code,
decisive-action
Content & Writingby athola
Guidance on when to ask clarifying questions vs proceed with standard
development-workflow
Content & Writingby athola
detailed development workflow with modular patterns for git, code review, testing, documentation, and deployment
fpf-review
Content & Writingby athola
Triggers: architecture review, FPF, functional programming framework, systems architectureArchitecture review using FPF (Functional Programming Framework) methodology.Evaluates codebases through functional, practical, and foundation perspectives.Use when: conducting architecture reviews, evaluating system designDO NOT use when: simple code reviews, bug fixes, documentation updates
makefile-generation
Content & Writingby athola
Generate language-specific Makefiles with testing, linting, and automation targets. Use for project initialization and workflow standardization. Skip if Makefile exists.
methodology-curator
Content & Writingby athola
Surfaces expert frameworks and proven methodologies before creating OR
optimizing-large-skills
Content & Writingby athola
Systematic methodology to reduce skill file size through externalization,consolidation, and progressive loading patterns.Triggers: large skill, skill optimization, skill size, 300 lines, inline code,skill refactoring, skill context reduction, skill modularizationUse when: skills exceed 300 lines, multiple code blocks (10+) with similarfunctionality, heavy Python inline with markdown, functions >20 lines embeddedDO NOT use when: skill is under 300 lines and well-organized.DO NOT use when: creating new skills - use modular-skills instead.Consult this skill when skills-eval shows "Large skill file" warnings.
precommit-setup
Content & Writingby athola
Configure three-layer pre-commit system with linting, type checking, and testing hooks. Use for quality gate setup and code standards. Skip if pre-commit is optimally configured.
project-brainstorming
Content & Writingby athola
Guide project ideation through Socratic questioning and constraint analysis for actionable project briefs. Use for starting projects, exploring problems, comparing approaches, feasibility. Skip if requirements are clear.
project-execution
Content & Writingby athola
Execute implementation plans with checkpoint validation, progress tracking, and quality gates. Use for task implementation, plan execution, progress tracking. Skip if no plan exists.
project-planning
Content & Writingby athola
Transform specifications into implementation plans with architecture design and dependency-ordered tasks. Use for spec-to-plan conversion, task breakdown, effort estimation. Skip if no spec exists.
project-specification
Content & Writingby athola
Transform project briefs into testable specifications with acceptance criteria. Use for requirements translation, spec creation, pre-implementation. Skip if spec exists or still exploring.
response-compression
Content & Writingby athola
hype, and unnecessary framing. Includes termination and directness guidelines.
review-chamber
Content & Writingby athola
Capture and retrieve PR review knowledge in project memory palaces.
rigorous-reasoning
Content & Writingby athola
Prevents sycophantic reasoning through checklist-based analysis, categorical
session-management
Content & Writingby athola
Manage Claude Code sessions with naming, checkpointing, and resume strategies.
shell-review
Content & Writingby athola
Audit shell scripts for correctness, portability, and common pitfalls.
subagent-testing
Content & Writingby athola
TDD-style testing methodology for skills using fresh subagent instances
workflow-monitor
Content & Writingby athola
automatically create GitHub issues for workflow improvements via /fix-workflow.
workflow-setup
Content & Writingby athola
Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment. Use for CI/CD setup and quality automation. Skip if CI/CD configured or using different platform.
tabz-development
Content & Writingby 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.
tabz-integration
Content & Writingby GGPrompts
Integrate projects with TabzChrome terminals via HTML attributes, WebSocket, JS API, or Spawn API
tabz-terminals
Content & Writingby 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.
bash-style
Content & Writingby doccker
当用户操作 .sh、Dockerfile、Makefile、.yml、.yaml 文件,或在 Markdown 中编写 bash 代码块时触发。提供 Bash 编写规范。
deep-context-generation-with-pmat
Content & Writingby 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.
python-dev
Content & Writingby doccker
Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等
add-reference-tests
Content & WritingAdd pytest tests to validate reference implementations in flashinfer_trace against FlashInfer or SGLang ground truth. Use when validating kernel definitions, adding tests for new op_types, or verifying reference implementations are correct.
bch-development
Content & Writingby 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/.
btc-terminology
Content & Writingby 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.
clone-repos
Content & WritingClone SGLang, FlashInfer, sgl-cookbook repositories from GitHub to tmp/. Use when setting up the project, preparing for kernel extraction, or when the user needs the source repositories.
coding-guidelines
Content & Writingby 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, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名
db-migration
Content & Writingby hiromaily
Database schema and migration workflow. Use when modifying database schemas in tools/atlas/ or SQLC queries in tools/sqlc/.
design-style
Content & Writingby 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
docs-update
Content & Writingby hiromaily
Documentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).
domain-fintech
Content & Writingby ZhangHanDong
Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction, ledger, payment, exchange rate, precision, rounding, accounting, 金融, 交易系统, 货币, 支付
extract-kernel-definitions
Content & WritingExtract kernel schemas and definitions from SGLang model implementations with deduplication. Use when adding a new model, extracting GPU kernels (MLA, MoE, GQA, RMSNorm, GEMM), or generating Definition JSON files for flashinfer_trace.
github-issue-creation
Content & Writingby hiromaily
Create GitHub issues with proper task classification. Classification determines which Skills will be used when working on the issue.
go-development
Content & Writingby hiromaily
Go development workflow including verification commands and self-review checklist. Use when modifying Go code in internal/, pkg/, or cmd/ directories.
label-context-mapping
Content & Writingby hiromaily
Maps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).
m01-ownership
Content & Writingby 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, 所有权, 借用, 生命周期
m03-mutability
Content & Writingby 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, 可变性, 内部可变性, 借用冲突
m05-type-driven
Content & Writingby 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, 类型状态, 新类型模式, 类型驱动设计
m07-concurrency
Content & Writingby 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, 并发, 线程, 异步, 死锁
m11-ecosystem
Content & Writingby 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 绑定
m14-mental-model
Content & Writingby 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
master-plan
Content & Writingby cogikyo
Edit master plan files. Never implement - only refine the plan document.