cass-2003/local-workflow-skill

A local workflow orchestrator skill for routing project tasks, validation gates, authority resolution, and skill evolution.

This repository also configures its own agents. See what local-workflow-skill tells them →

12Stars on the repository
200Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

email-sequence

145

cass-2003/local-workflow-skill

Skill Claude CodeCodex

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle…

not rated 12 2mo ago A 84 tokens original MIT

inbox-setup

146

cass-2003/local-workflow-skill

Skill Claude CodeCodex

One-time setup skill that builds a personalized inbox triage knowledge base via interactive interview. Interviews the user about their email patterns, business context, reply style, and priorities using grill-me discipline (one question at a time, forcing format where possible, dependency-ordered, each question…

not rated 12 2mo ago A 183 tokens original MIT

inbox-triage

147

cass-2003/local-workflow-skill

Skill Claude CodeCodex

Runs a full inbox triage using the knowledge base created by the 'inbox-setup' skill. Light-intake by design (most invocations skip questions and run with KB-default preferences); asks at most 2 grill-me override questions when invocation is outside normal cadence or includes category-skip intent. Searches recent…

not rated 12 2mo ago A 204 tokens original MIT

ai

148

cass-2003/local-workflow-skill

Skill Claude Code

An AI and large-language-model guide covering agent development, AI security, retrieval-augmented generation, prompting, and model evaluation. Retrieval-augmented generation, or RAG, lets an AI answer using information retrieved from a knowledge base.

not rated 12 2mo ago A 45 tokens copy · 100% MIT

architecture

149

cass-2003/local-workflow-skill

Skill Claude Code

An architecture design guide for APIs, security, cloud-native systems, data protection, messaging, and caching. It also covers common design principles such as SOLID and zero-trust security.

not rated 12 2mo ago A 41 tokens copy · 100% MIT

development

150

cass-2003/local-workflow-skill

Skill Claude Code

A programming-language guide covering Python, Go, Rust, TypeScript, Java, C++, and shell scripting. It explains common uses such as web development, automation, systems programming, and cloud services.

not rated 12 2mo ago A 41 tokens copy · 100% MIT

devops

151

cass-2003/local-workflow-skill

Skill Claude Code

A DevOps reference covering Git, software testing, secure development, databases, performance, observability, and cloud costs. DevOps is the practice of improving how software is built, delivered, and operated.

not rated 12 2mo ago A 38 tokens copy · 100% MIT

frontend-design

152

cass-2003/local-workflow-skill

Skill Claude Code

A guide to building website interfaces, including visual style, reusable components, user experience, accessibility, responsive layouts, state management, testing, and animation.

not rated 12 2mo ago A 38 tokens original MIT

claymorphism

153

cass-2003/local-workflow-skill

Skill Claude Code

Claymorphism design system skill. Use when building soft, puffy, clay-like UI components with large radii, dual inner shadows, and offset outer shadows.

not rated 12 2mo ago A 38 tokens copy · 100% MIT

glassmorphism

154

cass-2003/local-workflow-skill

Skill Claude Code

Glassmorphism design system skill. Use when building frosted-glass UI components with blur, transparency, and layered depth effects.

not rated 12 2mo ago A 30 tokens copy · 100% MIT

liquid-glass

155

cass-2003/local-workflow-skill

Skill Claude Code

Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.

not rated 12 2mo ago A 43 tokens copy · 100% MIT

neubrutalism

156

cass-2003/local-workflow-skill

Skill Claude Code

Neubrutalism design system skill. Use when building bold UI with thick borders, offset solid shadows, high saturation colors, and minimal border radius.

not rated 12 2mo ago A 37 tokens copy · 100% MIT

infrastructure

157

cass-2003/local-workflow-skill

Skill Claude Code

A guide to cloud-native infrastructure using Kubernetes, a system for running containers, along with Helm, Kustomize, GitOps, and infrastructure-as-code tools.

not rated 12 2mo ago A 65 tokens copy · 100% MIT

mobile

158

cass-2003/local-workflow-skill

Skill Claude Code

A guide to developing applications for iPhone, Android, and cross-platform frameworks such as React Native and Flutter.

not rated 12 2mo ago A 44 tokens copy · 100% MIT

orchestration

159

cass-2003/local-workflow-skill

Skill Claude Code

A guide to coordinating multiple coding agents by dividing work, running tasks in parallel, sharing state, and resolving conflicts.

not rated 12 2mo ago A 46 tokens copy · 100% MIT

security

160

cass-2003/local-workflow-skill

Skill Claude Code

A security reference covering offensive and defensive work, including penetration testing, code auditing, threat intelligence, and vulnerability research.

not rated 12 2mo ago A 62 tokens original MIT

perf-engineering

161

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A guide to finding and fixing slow code, excessive memory use, slow startup, repeated database queries, and inefficient caching.

not rated 12 2mo ago A 79 tokens original MIT

shell-scripting-2

162

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A guide to writing reliable Bash and Zsh scripts for deployment, automation, system administration, and text processing.

not rated 12 2mo ago D 97 tokens original MIT

shell-scripting

163

cass-2003/local-workflow-skill

Skill Claude Code

A guide to writing reliable Bash and PowerShell scripts for automating computer tasks. It covers choosing the right shell, handling arguments and errors, and checking scripts before running them.

not rated 12 2mo ago A 45 tokens original MIT

software-engineering

164

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A practical workflow for building and repairing software in an existing code repository. It includes reading the project first, making focused changes, and checking the result with tests, type checks, builds, or linting.

not rated 12 2mo ago A 103 tokens original MIT

system-design

165

cass-2003/local-workflow-skill

Skill Claude Code

A guide to designing the structure of systems made from services, databases, caches, queues, and other parts. It explains how these pieces handle traffic, failures, data storage, and communication.

not rated 12 2mo ago A 82 tokens original MIT

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A set of rules for keeping code and changes as small as the task allows. It favors standard-library and platform features, existing dependencies, and only the abstractions that are currently needed.

not rated 12 2mo ago A 101 tokens original MIT

api-versioning

167

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A guide to changing an API’s interface over time while keeping older clients working. It covers where to put version information and how to tell breaking changes from compatible ones.

not rated 12 2mo ago A 156 tokens original MIT

concurrency-patterns

168

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A guide to running multiple tasks safely at the same time. It explains locks, message passing, asynchronous code, worker pools, and common problems such as race conditions and deadlocks.

not rated 12 2mo ago A 168 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: