From workflow-skills
Generate production-ready API scaffolds with Datadog instrumentation. Supports FastAPI, Express/TypeScript, Flask, and Spring Boot. Use when creating new API projects for curriculum, training demos, or lab environments.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Generate production-ready API scaffolds for Instruqt labs and training demos with proper instrumentation.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Generate production-ready API scaffolds for Instruqt labs and training demos with proper instrumentation.
/api-scaffold [api-name] [framework] [options]
fastapi - Python FastAPI with async support (see references/fastapi.md for template)express - Node.js Express with TypeScript (see references/express.md for template)flask - Python Flask for simple demosspring - Java Spring Boot for enterprise examplesFramework Analysis
Project Structure
Instrumentation Setup
Instruqt Integration (see references/instruqt.md for scripts)
--database - Database type (postgres/mysql/sqlite)--auth - Authentication method (jwt/oauth/basic)--cache - Caching layer (redis/memcached)--testing - Include test framework setup--instruqt - Generate Instruqt-specific configurations/api-scaffold ecommerce-api fastapi --database postgres --auth jwt --cache redis
/api-scaffold demo-service express --testing --instruqt
/api-scaffold simple-api flask --database sqlite --auth basic