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

api-discovery

25

cass-2003/local-workflow-skill

Skill Claude Code

A tool for finding and listing the API endpoints exposed by a web application. An API endpoint is a URL where software accepts or returns data, such as user records or search results.

not rated 12 2mo ago B 47 tokens original MIT

aspnet-core

26

cass-2003/local-workflow-skill

Skill Codex

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization…

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

backend-engineering

27

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A set of practices for designing and building reliable server-side software, including its architecture, errors, logs, configuration, communication between services, and deployment. Server-side software handles requests, data, and business rules behind an application.

not rated 12 2mo ago A 110 tokens original MIT

cms-headless

28

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for headless CMS platforms, which manage content separately from the website that displays it. It covers Strapi, Directus, Sanity, Contentful, Payload, Ghost and KeystoneJS.

not rated 12 2mo ago A 132 tokens original MIT

django-dev

29

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for Django, a Python web framework for building websites and server applications. It covers database models, web pages, APIs, background jobs, administration tools and deployment.

not rated 12 2mo ago A 79 tokens original MIT

event-driven

30

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for event-driven systems, where parts of an application communicate by sending messages about things that happened. It covers Kafka, RabbitMQ, Pulsar, NATS, Redis Streams, event storage and stream processing.

not rated 12 2mo ago A 76 tokens original MIT

fastapi-dev

31

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for FastAPI, a Python framework for building web APIs. It covers typed request data, database access, asynchronous code, authentication, WebSockets, testing and deployment.

not rated 12 2mo ago A 88 tokens original MIT

graphql-dev

32

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for GraphQL, a way for applications to request exactly the data they need through a typed API. It covers schemas, resolvers, Apollo, client applications, subscriptions and connecting several services.

not rated 12 2mo ago A 60 tokens original MIT

laravel-dev

33

cass-2003/local-workflow-skill

Skill Claude Code

A full-stack toolkit for building Laravel 11+ web applications in PHP, covering databases, pages, APIs, authentication, background jobs, and tests. Laravel is a PHP framework for creating web software.

not rated 12 2mo ago A 79 tokens original MIT

microservices

34

cass-2003/local-workflow-skill

Skill Claude Code

A guide for designing microservices: separate applications that each handle a business capability and communicate with other services. It covers domain modeling, service boundaries, communication, distributed transactions, and reliability.

not rated 12 2mo ago A 64 tokens original MIT

nestjs-dev

35

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for NestJS, a TypeScript framework for building server-side applications. It covers modular application structure, APIs, authentication, databases, GraphQL, WebSockets and background services.

not rated 12 2mo ago A 85 tokens original MIT

rails-dev

36

cass-2003/local-workflow-skill

Skill Claude Code

A set of instructions for building full-stack applications with Ruby on Rails, a web framework for Ruby. It covers databases, routes, pages, real-time features, tests, and deployment with tools such as Hotwire and Kamal.

not rated 12 2mo ago A 79 tokens original MIT

cass-2003/local-workflow-skill

Skill Claude Code

A guide for building real-time communication systems, where data moves between users or devices with little delay. It covers WebSocket, WebRTC, SSE (server-sent events), Socket.IO, and MQTT protocols.

not rated 12 2mo ago A 73 tokens original MIT

service-mesh

38

cass-2003/local-workflow-skill

Skill Claude Code

Guidance for operating a service mesh, a layer that manages communication between services in a Kubernetes or microservice system. It covers Istio, Linkerd, Envoy, encrypted service traffic, routing, canary releases, and multi-cluster setups.

not rated 12 2mo ago A 69 tokens original MIT

spring-boot-dev

39

cass-2003/local-workflow-skill

Skill Claude Code

A development guide for Spring Boot, a Java framework for building web applications and services. It covers APIs, security, databases, reactive applications, microservices and production monitoring.

not rated 12 2mo ago A 78 tokens original MIT

cass-2003/local-workflow-skill

Skill Claude CodeCodex

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

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

api-engineering

41

cass-2003/local-workflow-skill

Skill Claude CodeCodex

Guidance for designing and maintaining APIs, the contracts that let different programs exchange data. It covers REST, GraphQL, gRPC, events, schemas, compatibility, authentication, pagination, idempotency, webhooks, and contract testing.

not rated 12 2mo ago A 118 tokens original MIT

graphql-grpc-events

42

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A troubleshooting guide for GraphQL, gRPC, and event-stream interfaces such as Kafka, Pulsar, and NATS. It focuses on the rules that describe how services exchange data and whether changes remain compatible for existing users.

not rated 12 2mo ago A 99 tokens original MIT

sdk-integration

43

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A set of engineering instructions for adding or upgrading third-party software libraries, called SDKs, in web, mobile, desktop, and backend projects. It covers setup, authentication, environments, callbacks, errors, testing, releases, and rollback.

not rated 12 2mo ago A 66 tokens original MIT

cass-2003/local-workflow-skill

Skill Claude CodeCodex

Guidance for designing API errors and making failures visible in logs and monitoring. It covers HTTP status codes, stable error formats, request and trace IDs, metrics, alerts, and distributed tracing, which follows a request across services.

not rated 12 2mo ago A 94 tokens original MIT

auth-access-control

45

cass-2003/local-workflow-skill

Skill Claude CodeCodex

Guidance for controlling who can sign in and what authenticated users or services may do. It explains sessions, tokens, OAuth and OIDC, roles, permissions, tenant boundaries, security defaults, and audit logs.

not rated 12 2mo ago A 98 tokens original MIT

background-jobs

46

cass-2003/local-workflow-skill

Skill Claude CodeCodex

A guide to running slow or scheduled work outside a web request, using queues and worker processes. It covers tools and patterns for several programming languages.

not rated 12 2mo ago A 175 tokens original MIT

dockerfile-best

48

cass-2003/local-workflow-skill

Skill Claude CodeCodex needs its repo

Guidance for writing Dockerfiles, the recipe files used to build container images. It covers smaller images, cached build layers, non-root execution, health checks, security scanning, and builds for different processor types.

not rated 12 2mo ago C 166 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: