- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
5d-spec
by tapania
"Convert refined plan into technical specification with architectural decisions. Use when: (1) After REFINE phase in 5D-SDD workflow, (2) User is ready for technical design, (3) Moving from 'what' to 'how,' (4) User asks for 'technical spec,' 'architecture,' or 'design doc.' This phase bridges business intent and implementation detail."
spec-feature
by weegigs
Feature specification workflow. Use when specifying new features to generate user stories with EARS acceptance criteria.
arcium-program-development
by sicmundu
Build, refactor, and debug Arcium MXE program code across Arcis circuits (encrypted-ixs) and Anchor programs (programs/*). Use when implementing confidential instructions, wiring init_comp_def/queue_computation/callbacks, deriving Arcium PDAs and callback accounts, handling encrypted I/O and offsets, parsing generated callback output structs, building permission-gated flows, integrating offchain circuit sources, testing with @arcium-hq/client, deploying MXEs, or migrating Arcium versions.
Swarm Collaboration
by AmnadTaowsoam
Swarm Collaboration enables multiple AI agents with different personas
5d-verify
by tapania
"Multi-layer verification of implementation against spec and intent. Use when: (1) After BUILD phase in 5D-SDD workflow, (2) Implementation is complete and needs validation, (3) User asks to 'test,' 'verify,' or 'check' the implementation, (4) Before considering a feature done. This phase catches errors at multiple levels and routes fixes appropriately."
Problem Framing
by AmnadTaowsoam
Problem framing is the critical first step before any implementation,
Systematic Debugging
by mamba-mental
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
ai-prd-generator
by cdeust
Enterprise PRD generation with VisionEngine (Apple Foundation Models, 180+ components), Business KPIs (8 metric systems), context-aware depth (8 PRD types), license-aware tiered architecture, 15 RAG-enhanced thinking strategies, research-based prioritization, MCP server with 7 utility tools, Cowork plugin support, and production-ready technical specifications
Python Standards
by AmnadTaowsoam
Python coding standards define best practices for writing clean, maintainable,
systematic-debugging
by martin-janci
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
cartesian
by askarzh
This skill should be used when the user asks to "decompose a problem", "apply Cartesian method", "break this down systematically", "reduce to first principles", "analyze from the ground up", "apply methodical doubt", or wants to process input through Cartesian Reductionism to decompose complex wholes into clear, distinct parts.
5d-plan
by tapania
"Convert expanded thinking into a concrete, multi-perspective plan. Use when: (1) After SPAR phase in 5D-SDD workflow, (2) User is ready to define what will be built, (3) User asks to 'write up the plan' or 'document what we're building,' (4) Transitioning from exploration to commitment. This phase creates the authoritative description of intent before technical specification."
test-driven-development
by martin-janci
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
Claude Code Expert
by vibery-studio
Provide accurate, actionable guidance based on the loaded references and official documentation.
svelte-ui-integration
by ajianaz
Implement or extend user-facing workflows in SvelteKit applications with full-stack capabilities. Specialized in SvelteKit's load functions, form actions, and progressive enhancement. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following SvelteKit conventions.
wp-guidelines
by peixotorms
Use when writing, reviewing, or refactoring WordPress PHP code. Covers WordPress Coding Standards (WPCS), naming conventions, Yoda conditions, $wpdb usage, escaping with esc_html/esc_attr/esc_url, wp_kses, hooks (add_action, add_filter, apply_filters, do_action), i18n functions (__(), _e(), _x, _n), wp_enqueue_script, wp_enqueue_style, formatting rules, deprecated function replacements, and WordPress API best practices. For security see wp-security; for performance see wp-performance; for blocks see wp-blocks.
change-impact-analyzer
by gaebalai
Analyzes impact of proposed changes on existing systems (brownfield projects) with delta spec validation. Trigger terms: change impact, impact analysis, brownfield, delta spec, change proposal, change management, existing system analysis, integration impact, breaking changes, dependency analysis, affected components, migration plan, risk assessment, brownfield change. Provides comprehensive change analysis for existing systems: - Affected component identification - Breaking change detection - Dependency graph updates - Integration point impact - Database migration analysis - API compatibility checks - Risk assessment and mitigation strategies - Migration plan recommendations Use when: proposing changes to existing systems, analyzing brownfield integration, or validating delta specifications.
openclaw-admin
by AnthemFlynn
"Fix, configure, tune, or troubleshoot OpenClaw. Use for config changes, security fixes, performance tuning, doctor --fix, or when openclaw-doctor flags issues that need remediation."
kubeflow-trainer
by tylertitsworth
"Kubeflow Trainer v2 — TrainJob CRD, Training Runtimes, Python SDK, JobSet, multi-framework support. Use when orchestrating distributed training on K8s. NOT for inference or Ray Train."
cert-manager
by tylertitsworth
"cert-manager — Issuers, ACME/Let's Encrypt, CA, Vault, Certificate resources, Ingress/Gateway TLS, ACME certificate profiles. Use when managing X.509 certificates in Kubernetes. NOT for manual TLS."
mise
by weegigs
Mise development environment management. Use when running CLI tools, managing tool versions, or executing project tasks.
using-git-worktrees
by HJewkes
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
forensics:investigate
by designnotdrum
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a competitor's feature, understand unfamiliar code, or crack a data format.
supercharge
by asteroid-belt
Weekly codebase hygiene skill that identifies and fixes AI-generated code problems ("slop") using Martin Fowler's refactoring techniques. Scans for 15 common issues, prioritizes by severity, and generates superplan-compatible plans for systematic improvement.