stride-development-guidelines

Enforce quality, security, and UI guidelines for Stride Phoenix/Elixir code changes.

5|3|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/cheezy/kanban --skill stride-development-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stride-development-guidelines
Source: https://github.com/cheezy/kanban/tree/main/.claude/skills/stride-development-guidelines
Command: npx skills add https://github.com/cheezy/kanban --skill stride-development-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stride development guidelines enforce consistent quality, security, UI/UX, and dark-mode standards across all code changes, preventing regressions and encouraging best practices.

Core Features & Use Cases

  • Establishes gating checks before writing code (GATE 1) and post-commit validation (GATE 2/3).
  • Guides teams to verify UI changes for dark mode, run tests, and run precommit checks.
  • Provides a standardized workflow to ensure security reviews for dependencies and code health.

Quick Start

Before starting any feature work, read AGENTS.md and perform the Gate checks.

Frequently Asked Questions about stride-development-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding standards for Elixir and Phoenix UI changes?

To enforce coding standards for Elixir and Phoenix UI changes, apply mandatory gate checks that validate quality, security, and dark mode guidelines before implementation. This ensures all code areas meet established project criteria.

What are the mandatory gate checks for Stride code changes?

The mandatory gate checks for Stride code changes include GATE 1 pre-coding validation and GATE 2/3 post-commit verification. These gates require running tests, credo checks, UI dark mode verification, and dependency audits before completion.

How do I verify dark mode compatibility for UI refinements in Stride?

To verify dark mode compatibility for UI refinements in Stride, perform the specified UI dark mode verification during the post-commit gate checks. This prevents visual regressions and enforces UI/UX standards across all interface changes.

Do I need to run credo checks and dependency audits before completing Stride feature work?

Yes, you need to run credo checks and dependency audits before completing Stride feature work. These mandatory precommit checks ensure code health and security standards are met across the lib/, test/, and assets/ code areas.

What is the best way to prevent regressions when applying Stride development guidelines?

The best way to prevent regressions when applying Stride development guidelines is to execute the standardized workflow of reading AGENTS.md and passing all GATE 1-3 checks. This validates quality, security, and UI standards consistently.