← All integrations

Express.js

Backend
expressjs.com →
116 skills · 54 Featured · 70,671 total stars

Commonly used with

Skills using Express.js (116)

AI & Automation Featured

hunt-nodejs

Hunt Node.js specific vulnerabilities — Prototype Pollution → RCE chains (lodash/merge/assign), Express trust proxy misconfiguration, child_process/eval injection, template engine SSTI (EJS/Pug/Handlebars), path traversal in file servers, require() injection, environment variable exfil via /proc/self/environ. Use when target runs Node.js/Express/Fastify/NestJS/Koa.

4,432 Updated today
elementalsouls
API & Backend Featured

anomaly-alert

Identify anomalous sessions using Agent Monitor data — cost outliers from the pricing engine, token anomalies (cache miss spikes, compaction baseline surges), unusual event type ratios (PreToolUse/PostToolUse gaps, APIError clusters), behavioral deviations from workflow intelligence (complexity score outliers, error propagation anomalies), and sessions with abnormal metadata (extreme turn_count, high thinking_blocks, zero turn_duration).

989 Updated 2 days ago
hoangsonww
API & Backend Featured

benchmark

Benchmark one session (or a small recent set) against the rolling average using Agent Monitor data — cost, total tokens, tool count, and workflow complexity score — and report where each metric lands as a percentile of the population. Tells you whether a session was normal, cheap, or an outlier. Use when judging whether a session was typical or out of band.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

budget-set

Define a spend budget for Claude Code and, optionally, create a cost alert rule that fires when usage crosses the limit, via POST /api/alerts/rules on the Agent Monitor dashboard. Reads current spend from /api/pricing/cost to size the budget sensibly and explains every rule field before writing. Use when setting a spend limit or wiring up a budget guardrail.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

cache-efficiency

Analyze prompt-cache effectiveness for Claude Code usage from the Agent Monitor dashboard — cache hit rate (total_cache_read / (total_cache_read + total_input)), cache_write vs cache_read reuse, cache-read vs cache-write spend, and the sessions with the poorest reuse. Pulls token totals from /api/analytics, per-session detail from /api/sessions, and dollar splits from /api/pricing/cost. Use when diagnosing cache spend or deciding whether prompt caching is paying off.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

config-audit

Run a full audit of the user's Claude Code configuration via the Agent Monitor Config Explorer API: counts per surface (user vs project), duplicate or overlapping skills and subagents, hooks that run shell commands, and which surfaces are read-only vs mutable. Reads /api/cc-config/overview, /skills, /agents, /commands, /hooks, and /settings. Use when reviewing your Claude Code setup for sprawl, duplication, or risk.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

cost-alert

Review the configured cost alert rules and the alerts currently fired on the Agent Monitor dashboard, then explain exactly what tripped and why. Uses /api/alerts (fired feed) and /api/alerts/rules (definitions). Use when checking spend alerts or asking why a cost alarm went off.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

cost-breakdown

Break down Claude Code costs using the Agent Monitor pricing engine. Shows per-model costs (input, output, cache_read, cache_write at $/Mtok rates), per-session costs, daily trends, and compaction baseline token recovery. Use when analyzing spending, comparing model costs, or planning budgets.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

daily-budget-check

Run a daily spend check-in against a daily budget on the Agent Monitor dashboard — today's spend vs the daily target, pace through the day, and the projected overage if the current pace holds. Uses /api/pricing/cost and /api/sessions (grouped by started_at = today). Use for a quick daily spend check-in or a morning/evening budget pulse.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

dashboard-status

Quick dashboard health and status overview — checks the Agent Monitor API (port 4820), reports session/agent/event counts from /api/stats, confirms WebSocket connectivity, reads the redacted hook status returned by /api/settings/info, and shows data freshness (last event timestamp). Use to verify the monitoring system is operational.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

endpoint-probe

Probes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api/workflows/runs, /api/cc-config/overview — and reports each one's HTTP status, latency, and response shape, flagging which are reachable. Use to verify a dashboard install is wired up correctly.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

event-trace

Trace the full event chain for one Claude Code session into an ordered timeline of every event type with tool_name and summary, highlighting gaps, out-of-order events, and failures. Reads /api/events?session_id= and /api/sessions/:id from the Agent Monitor dashboard. Use when debugging what a session actually did, step by step.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

file-headers

MANDATORY for every coding agent (Claude Code, Codex, or any other) on every change-set — every applicable source file the agent creates or updates MUST start with the project's copyright/authorship header (file overview + exact author line). Use automatically whenever writing a new file or editing an existing one; do not wait to be asked. Covers JS/TS/TSX/CJS/MJS, Python, shell, and CSS. Includes the audit script to verify repo-wide compliance.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

health-check

Run comprehensive health checks on the Claude Code Agent Monitor system. Validates dashboard API, database, WebSocket, hooks, and disk usage. Use to verify the monitoring setup is working correctly.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

hook-diagnostics

Diagnose Claude Code hook installation, delivery, and ingestion issues. Checks hook configuration, connectivity, event flow, and identifies common problems. Use when events are not appearing in the dashboard.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

hook-inventory

Inventory hooks across the user, project, and project-local settings plus the ~/.claude/hooks scripts directory — read through the Agent Monitor Config Explorer API — and flag hooks that POST to the network or run arbitrary commands. Reads /api/cc-config/hooks and /api/cc-config/hook-scripts. Use when auditing hook safety.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

i18n-parity

MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever you add or change user-visible UI copy, add an i18n key, edit README.md, edit wiki/index.html, or change docs that the READMEs and wiki mirror — and use the full new-language checklist whenever adding a language (a new README-XX.md, a new client/src/i18n/locales/<xx>/ directory, or a new lang-option in the wiki).

989 Updated 2 days ago
hoangsonww
API & Backend Featured

live-watch

Polls the Agent Monitor /api/stats endpoint several times over a short window and reports the live deltas in active_sessions, active_agents, events_today, and ws_connections so you can see activity moving in real time. Use when watching the dashboard for live changes rather than a one-time snapshot.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

mcp-audit

Audit the configured MCP servers (user + project scope) via the Agent Monitor Config Explorer API: transport (stdio vs http), command/args and env variable names, headers, and the source file each definition came from. Reads /api/cc-config/mcp. Use when reviewing MCP integrations for hygiene, duplication, or unexpected transports.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

memory-review

Review the file-based memory store via the Agent Monitor Config Explorer API: the user and project CLAUDE.md plus per-project auto-memory files under ~/.claude/projects/<slug>/memory/*.md. Groups by project, shows the index (MEMORY.md) vs per-fact files, and flags stale or oversized facts. Reads /api/cc-config/memory and /api/cc-config/file?path=. Use when curating agent memory.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

model-mix

Break down Claude Code usage by model family (Opus / Sonnet / Haiku) from the Agent Monitor dashboard — each family's share of tokens, share of cost, and the spots where an expensive model is doing cheap work. Pulls per-model token and cost splits from /api/pricing/cost, current rates from /api/pricing, fleet token totals from /api/analytics, and per-session model assignment from /api/sessions. Use when deciding model routing or whether to downshift work to a cheaper tier.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

model-savings

Estimate the dollars saved by routing eligible Claude Code work to a cheaper model family, using the Agent Monitor pricing engine. Re-prices each model's token mix at the target family's rates and quantifies the delta. Uses /api/pricing (rates), /api/pricing/cost (current per-model spend), /api/sessions, and /api/analytics. Use when hunting for cost cuts or comparing model tiers.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

optimization-suggest

Suggest concrete optimizations for Claude Code usage based on historical session data. Covers cost reduction, speed improvement, error prevention, and workflow efficiency. Use for data-driven optimization planning.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

pattern-detect

Detect recurring patterns using the Agent Monitor's workflow intelligence — toolFlow transitions (tool A → B frequency matrices), recurring workflow patterns, agent co-occurrence pairs, model delegation habits, error propagation paths by agent depth, and compaction triggers. Use to discover habitual usage patterns and anti-patterns.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

productivity-score

Calculate a productivity score using actual Agent Monitor metrics — session completion rates, cache efficiency (cache_read vs input), compaction pressure (baseline tokens), turn velocity (turn_count / total_turn_duration_ms), tool success ratio (PreToolUse vs PostToolUse), and the workflow intelligence API's complexity and effectiveness scores.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

push-to-forked-pr

Push the current working tree directly to a GitHub PR whose head lives on a **fork**, without creating a new branch and without pushing to `origin` (which is usually the upstream). Invoke when the user says things like "push straight to PR

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

regression-watch

Detect quality and efficiency regressions over time using Agent Monitor data — rising error rate (APIError events), falling cache hit rate, growing compaction frequency, and climbing cost-per-session. Splits history into an earlier baseline window and a recent window and reports which metrics are getting worse, by how much, and where. Use when checking whether things are degrading or trending in the wrong direction.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

session-compare

Compare two sessions side-by-side using Agent Monitor data — per-model token usage (input/output/cache_read/cache_write + compaction baselines), pricing engine cost breakdowns, workflow intelligence (complexity scores, tool flow transitions, subagent effectiveness), session metadata (thinking_blocks, turn_count, turn_duration_ms, usage_extras), and full event timelines with all 10+ event types.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

session-debug

Debug a specific session by inspecting its full event chain (PreToolUse, PostToolUse, Stop, SubagentStop, Compaction, APIError, TurnDuration, Notification events), agent hierarchy (recursive parent/child tree with subagent_type and depth), token usage with compaction baselines, workflow intelligence data (orchestration DAG, error propagation by depth), and session metadata (thinking_blocks, turn_count, total_turn_duration_ms).

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

session-report

Generate a comprehensive session report with per-model token usage (input, output, cache_read, cache_write including compaction baselines), cost breakdown via the pricing engine, tool invocations, agent hierarchy, compaction events, API errors, turn durations, and thinking block counts. Use when reviewing a specific session or summarizing activity over a date range.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

skill-inventory

Inventory the installed skills and which plugins contribute them, then flag overlap with the user's own skills — read through the Agent Monitor Config Explorer API. Reads /api/cc-config/skills and /api/cc-config/plugins. Use when managing skills: deduping, deciding what to keep, or tracing a skill back to the plugin that ships it.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

spend-forecast

Forecast Claude Code spend to the end of the week or month from the daily session trend on the Agent Monitor dashboard — moving average of daily spend × days remaining, added to spend-to-date. Uses /api/analytics daily_sessions, /api/pricing/cost, and /api/sessions for a per-day cost curve. Use when projecting cost or asking "where will my spend land".

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

transcript-grep

Search a Claude Code session transcript for a string or regex pattern and show every matching message with surrounding context. Reads /api/sessions/:id/transcript and resolves sessions via /api/sessions?limit= from the Agent Monitor dashboard. Use when hunting for a specific message, prompt, tool call, or error inside a session's conversation.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

update-project-docs

MANDATORY for every coding agent (Claude Code, Codex, or any other) — keep this repository's documentation in sync after any change to behavior, configuration, interfaces, events, schema, or features. Use automatically (without being asked) at the end of ANY change-set that adds or alters an env var, event type, hook behavior, session/agent state transition, API route or response shape, DB schema, WebSocket message, MCP tool, CLI command, or user-facing feature — and whenever the user asks to "update the docs / README / wiki / architecture". Knows the full doc surface (README + CN/VN/KO/ES, ARCHITECTURE, root index.html, wiki + i18n, server/client READMEs, docs/*) and which docs each kind of change touches.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

usage-trends

Analyze Claude Code usage trends over time using the Agent Monitor's analytics API — daily session counts, daily event counts, token volumes by type, model distribution, tool usage rankings, and agent/event type distributions across 365-day retention windows.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

version-release

Choose and apply the correct semantic version bump for this repository. Use for every user-visible release, before merge when a change set should ship as patch, minor, or major, and whenever package/plugin/desktop version metadata must stay synchronized.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

nestjs-expert

Creates and configures NestJS modules, controllers, services, DTOs, guards, and interceptors for enterprise-grade TypeScript backend applications. Use when building NestJS REST APIs or GraphQL services, implementing dependency injection, scaffolding modular architecture, adding JWT/Passport authentication, integrating TypeORM or Prisma, or working with .module.ts, .controller.ts, and .service.ts files. Invoke for guards, interceptors, pipes, validation, Swagger documentation, and unit/E2E testing in NestJS projects.

11,416 Updated 1 months ago
Jeffallan
API & Backend Featured

config-explorer

Inspect and safely edit the Claude Code and Codex configuration surfaces exposed by CCAM. Use when auditing skills, agents, commands, plugins, marketplaces, MCP servers, hooks, settings, memory, keybindings, profiles, rules, or instruction files, and when a backup-backed allowlisted edit is required.

989 Updated 2 days ago
hoangsonww
Data & Documents Featured

data-export

Export Claude Code session and analytics data in JSON, CSV, or Markdown formats. Supports exporting sessions, events, costs, and analytics for external analysis or reporting. Use for data backup or integration.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

debug-live-issue

Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

history-portability

Import Claude Code or Codex history and move complete CCAM datasets between machines. Use when rescanning provider history, importing a copied directory, uploading JSONL or archives, exporting a backup, restoring it idempotently, or verifying that tokens, workflows, runs, rules, and pricing survived.

989 Updated 2 days ago
hoangsonww
API & Backend Featured

hook-setup

Inspect and install CCAM monitoring hooks for Claude Code and Codex. Use when onboarding a provider, repairing missing hooks, checking which provider is active, or validating that installation preserved unrelated user hooks.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

mcp-maintainer

Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

mcp-operations

Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

quick-stats

One-line summary of key Agent Monitor metrics — active sessions, total cost from the pricing engine, events today from daily_events, top tool from tool_usage, and current model from the most recent session. Use for a fast at-a-glance check without leaving the terminal.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

remote-collection

Configure and troubleshoot CCAM Remote Data Sources that collect Claude Code and Codex history over SSH. Use when adding, editing, testing, syncing, or removing a remote machine, verifying provider paths, or deciding whether to retain or purge imported sessions.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

ship-feature

Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

release-guard

Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

repo-onboarding

Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.

989 Updated 2 days ago
hoangsonww
Code & Development Featured

monthly-review

Compile a month-over-month retrospective from Agent Monitor data — sessions, cost, token volumes, completion rate, top projects by working directory, and notable shifts versus the prior month. Uses daily_sessions/daily_events (365d) from analytics, the session list, and the pricing cost breakdown. Use when doing a monthly retrospective or planning the month ahead.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

sprint-summary

Summarize a sprint's worth of Claude Code activity — sessions grouped by project (cwd), per-model cost breakdown, token efficiency (cache hit rate, compaction baselines), subagent effectiveness from workflow API, velocity metrics (turn_count, turn_duration_ms), and tool diversity across the sprint.

989 Updated 2 days ago
hoangsonww
Web & Frontend Featured

time-of-day

Discover when you are most active and most productive with Claude Code by bucketing sessions and events into hour-of-day and day-of-week bins from their timestamps, then flagging peak versus low-output windows. Uses the session list, per-session events, and analytics daily trends. Use when planning a schedule or deciding when to do deep work versus lighter tasks.

989 Updated 2 days ago
hoangsonww
Data & Documents Featured

weekly-report

Compile a weekly productivity report using Agent Monitor data — daily_sessions and daily_events trends, per-session costs from pricing engine, token volumes (input/output/cache_read/cache_write + baselines), tool usage top 20, session completion rates by status, and workflow intelligence metrics.

989 Updated 2 days ago
hoangsonww
AI & Automation Featured

workflow-optimizer

Analyze workflow patterns using the Agent Monitor's workflow intelligence API — orchestration DAGs, tool flow transitions, subagent effectiveness, model delegation patterns, error propagation by depth, concurrency lanes, compaction impact, and agent co-occurrence. Produces prioritized optimization recommendations with quantified impact.

989 Updated 2 days ago
hoangsonww
AI & Automation Solid

daily-standup

Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata (turn_count, total_turn_duration_ms).

989 Updated 2 days ago
hoangsonww
AI & Automation Solid

nodejs-expert

Node.js gotchas and decision criteria. Covers async pitfalls, Express/NestJS patterns, and common mistakes.

24 Updated 1 weeks ago
nguyenthienthanh
Web & Frontend Listed

research

Focused research investigations. Converts questions into structured findings with confidence levels and source citations. Does not make decisions — produces information that informs the next step.

1 Updated today
allysgrandiose674
AI & Automation Listed

aspnet-middleware

ASP.NET Core custom middleware, pipeline order, exception handling middleware, and request/response manipulation. USE WHEN: user mentions "middleware", "request pipeline", "exception middleware", "ASP.NET middleware", "UseMiddleware", "pipeline order" DO NOT USE FOR: Express middleware - use `express`, NestJS middleware - use `nestjs`

33 Updated today
claude-dev-suite
API & Backend Listed

aspnet-minimal-api

ASP.NET Core Minimal API endpoints, route groups, filters, and typed results. Covers modern .NET 8+ endpoint patterns. USE WHEN: user mentions "Minimal API", "MapGet", "MapPost", "route groups", "endpoint filters", ".NET minimal", "lambda endpoints" DO NOT USE FOR: Controller-based APIs (use `aspnet-core`), Express.js (use `express`), FastAPI (use `fastapi`)

33 Updated today
claude-dev-suite
API & Backend Listed

express

Express.js minimal Node.js web framework. Covers routing, middleware, error handling, and API design. Use when building Express APIs. USE WHEN: user mentions "Express", "express.js", "app.use", "middleware", "express Router", asks about "minimalist Node.js framework", "simple REST API", "lightweight web server", "Node.js middleware pattern" DO NOT USE FOR: Enterprise applications with DI - use `nestjs` instead, High-performance APIs - use `fastify` instead, Edge runtimes - use `hono` instead, Deno - use `oak` or `fresh` instead

33 Updated today
claude-dev-suite
API & Backend Listed

api-generating

Generate API endpoint documentation from Express route files. Use when the user asks to generate, update, or review API docs for Express.js routes.

1,106 Updated 1 months ago
huangjia2019
API & Backend Listed

route-scanning

Scan Express.js source files to discover all API route definitions.

1,106 Updated 1 months ago
huangjia2019
AI & Automation Listed

remotion-best-practices

Best practices for Remotion

18 Updated today
jagoff
Data & Documents Listed

data

Querying Stellar chain data via Stellar SDK (preferred), Stellar RPC, and Horizon (legacy). Covers SDK methods, JSON-RPC, REST endpoints, streaming, pagination, agentic kit integration.

17 Updated yesterday
rylsherdamz-rgb
API & Backend Listed

api-doc-gen

从 Flask、FastAPI、Express 或 Gin 等 Web 框架的源代码中自动扫描路由定义,生成符合 OpenAPI 3.0 / Swagger 规范的标准化 API 文档文件。当用户需要生成 API 文档、提到 OpenAPI、Swagger、接口文档、路由扫描或从代码自动提取接口信息时触发。

6 Updated 1 months ago
serejaris
API & Backend Listed

backend

Servers, routes, APIs, and backend architecture. Activated when Claude creates server-side code, API routes, or Express/Fastify/Next.js API handlers.

3 Updated yesterday
wewpellex21
API & Backend Listed

generate-api

Generate API implementations from contracts — route definitions, handler skeletons, request/response schemas, and error types. Use when the user asks to implement an API endpoint or service with a framework, after an API contract already exists from api-design.

1 Updated 1 months ago
AVA-2568
API & Backend Listed

nestjs

NestJS TypeScript backend development with enterprise patterns, dependency injection, modular architecture, and comprehensive testing support. Use when: (1) Project has @nestjs/core in package.json or nest-cli.json exists, (2) Creating modules, controllers, services, guards, pipes, interceptors, or filters, (3) Implementing JWT authentication or role-based authorization (RBAC/ABAC), (4) Integrating TypeORM, Prisma, or MikroORM for database operations, (5) Writing unit tests with Jest or E2E tests with supertest, (6) Setting up Swagger/OpenAPI documentation, (7) Implementing CQRS, event sourcing, or microservices patterns. Auto-detects: nest-cli.json, *.module.ts, *.controller.ts, *.service.ts, *.guard.ts, @nestjs/* packages in package.json, src/modules/ directory structure. NOT for: Pure Express.js without NestJS, frontend React/Vue/Angular code, non-TypeScript Node.js projects, Fastify without NestJS wrapper.

0 Updated today
murtazatouqeer
AI & Automation Listed

agentic-payments

Agentic and machine-to-machine payments on Stellar. Covers x402 (HTTP 402 paid APIs) and MPP (Machine Payments Protocol) Charge/Channel modes.

17 Updated yesterday
rylsherdamz-rgb
API & Backend Listed

nodejs-backend-patterns

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

0 Updated 2 days ago
GstMirabal
AI & Automation Listed

remotion-best-practices

Best practices for Remotion

0 Updated 1 months ago
gabros20
AI & Automation Listed

remotion-best-practices

Best practices for Remotion

0 Updated 1 months ago
gabros20
AI & Automation Listed

ai-agents

AI Agent architecture patterns for workflow automation in this plugin using RubyLLM

0 Updated 1 months ago
ghozimahdi
Code & Development Listed

commit

Create a git commit using Conventional Commits format with ticket ID.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

concerns-pattern

Concerns pattern for organizing business logic in models — the alternative to service classes following Rails Way standards

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

create-bloc

Create a BLoC (3 files: bloc/event/state) following GM BLoC pattern with sub-state unions, optional AlertState, and optional Failure params.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

create-pr

Create a GitHub pull request with structured summary and changes.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

generate-module

Generate a feature module (domain/data/presentation) for modular Flutter projects following GM clean architecture.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

hotwire

Hotwire patterns — Turbo Frames, Turbo Streams, and Stimulus priority order for this plugin frontend

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

implement

Implement a feature following clean architecture. Use for end-to-end implementation from a saved plan or ticket.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

implement-batch

Implement multiple features in parallel using multiple agents. Auto-scales based on task count.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

init-project

Scaffold a new Flutter project with GM clean architecture. Supports modular (multi-package + melos) and single-module structures.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

keep-alive

Prevent macOS from auto-sleeping. Run /ufil:keep-alive off to stop.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

naming-conventions

Naming rules for models, controllers, database columns, branches, commits, and file organization following Rails Way standards

0 Updated 1 months ago
ghozimahdi
Code & Development Listed

plan

Analyze a GitHub issue/ticket and create a Flutter implementation plan markdown before coding.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

rails-way

Rails Way patterns — thin controllers, fat models with concerns, no service classes, conventions over configuration

0 Updated 1 months ago
ghozimahdi
Code & Development Listed

review

Review the current codebase for architecture violations. Use for code quality audits.

0 Updated 1 months ago
ghozimahdi
Code & Development Listed

ship

Ship a feature — write tests, review code, commit, and create PR.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

stimulus

Stimulus controller patterns for client-only UI behavior following Rails Way standards

0 Updated 1 months ago
ghozimahdi
Testing & QA Listed

testing

Minitest testing patterns for this plugin — model, controller, job, and system tests with fixtures

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

turbo

Turbo Frames and Turbo Streams patterns for server-driven UI updates following Rails Way standards

0 Updated 1 months ago
ghozimahdi
Testing & QA Listed

write-test

Write tests for a feature or file following GM testing conventions.

0 Updated 1 months ago
ghozimahdi
API & Backend Listed

nodejs-backend-patterns

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

0 Updated 4 weeks ago
sbnet
Web & Frontend Listed

build

Run code generation (freezed, injectable, auto_route, envied). Use after adding annotations or modifying annotated code.

0 Updated 1 months ago
ghozimahdi
Code & Development Listed

check

Run static analysis and formatting to ensure code quality. Use before committing.

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

serena-refresh

Force Serena to re-run project onboarding. Use after major refactors, package moves, or when symbol search returns stale results.

0 Updated 1 months ago
ghozimahdi
API & Backend Listed

auto-route

GM Auto Route patterns — modular (RouteProvider + per-feature router) vs non-modular (single AppRouter)

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

bloc-pattern

GM Bloc state management patterns — part/part-of structure, sub-state unions (idle/loading/error/done), modular (Failure) vs non-modular (Result switch)

0 Updated 1 months ago
ghozimahdi
AI & Automation Listed

clean-architecture

GM Clean Architecture patterns — modular (Failure + FailureHandlerMixin) vs non-modular (Result plus ErrorMapper) for Flutter

0 Updated 1 months ago
ghozimahdi
API & Backend Listed

flutter-performance

GM Flutter performance patterns — const class vs helper method, isolate vs compute, ListView builder, RepaintBoundary, image caching, build optimization

0 Updated 1 months ago
ghozimahdi

Showing top 100 of 116 skills using Express.js by quality score.

See all 116 skills via search →

Integration detected automatically from skill content. Some results may be false positives.