Nodefony
Official@nodefony · Marseille , France
Framework node.js
Agent Skills by Nodefony
Showing 33 vetted skills indexed across 1 GitHub repositories.
nodefony-debug
Diagnoses Nodefony runtime failures using proven recipes for memory flakes, regressions, and test failures.
nodefony-rfc
Cites and applies IETF RFCs, W3C specs, MCP, and AGENTS.md conventions from raw sources.
nodefony-release
Guides npm publication of version-locked Nodefony packages through guards, smoke tests, and failure diagnosis.
nodefony-devops
Guides deployment of Nodefony applications using generated Docker, Compose, and Kubernetes templates.
nodefony-create-module
Scaffolds Nodefony framework packages with TypeScript configs, Zod config schemas, services, and documentation.
nodefony-tail-error-logs
Extracts error lines and stack traces from Nodefony server logs using grep and sed.
nodefony-check-externals
Audits drift between rolldown external lists and package.json peerDependencies in Nodefony packages.
nodefony-devkit-bench
Benchmarks Nodefony scaffold output through compilation, HTTP, and agent discoverability tests.
nodefony-roadmap
Provides design context and invariants for Nodefony's agentic AI layer roadmap.
nodefony-inspect
Query Nodefony repositories via symbol graphs, inspect commands, and MCP tools.
nodefony-migrate-schema
Migrates Nodefony database schemas to production using orm:generate and orm:migrate commands.
nodefony-documentation
Write, validate, and publish Nodefony documentation with lint gates and site generation.
nodefony-session
Manages Nodefony development session lifecycle with resume, start, end, and consolidate modes.
nodefony-frontend-dev
Guides frontend development on Nodefony covering isomorphic code, realtime sockets, Vite HMR, and BFF data consumption.
nodefony-studio-dev
Builds admin screens for the Nodefony Studio frontend using React 19, Mantine v9, and MobX.
nodefony-identifiers
Detects French identifiers in TypeScript code and renames them safely via the TypeScript LanguageService.
nodefony-load-test
Runs HTTP and WebSocket load, stress, and capacity benchmarks against Nodefony servers with validity controls.
nodefony-framework-dev
Guides backend development of the Nodefony core, HTTP pipeline, framework, and ORM modules.
nodefony-create-frontend-module
Scaffolds Nodefony modules embedding React, Vue, Angular, or Svelte frontends served via Vite.
nodefony-check-memory-health
Runs Nodefony HTTP memory integration tests and interprets heap thresholds to detect leaks.
nodefony-ticket
Writes and organizes GitHub issues with Conventional Commits titles and verifiable bodies.
nodefony-multipod-bench
Provisions a multi-pod Redis backplane bench to test cross-pod fan-out, injection defense, and latency.
nodefony-html-report
Generates self-contained HTML reports with server-rendered SVG charts and interactive tables.
nodefony-test-campaign
Orchestrates a complete ordered test campaign across Nodefony suites, benches, and gates.
Frequently Asked Questions About Nodefony
FAQPage SchemaWhat tasks can I accomplish with Nodefony's skills?▼
The skills cover scaffolding modules, services, CRUD resources and realtime channels; running schema migrations via orm:generate and orm:migrate; debugging crashes and memory leaks; load and multi-pod cluster benchmarking; security reviews and red-team campaigns; npm releases; and frontend development with Vite, React, Vue, Angular, and Svelte.
Who are Nodefony's skills designed for?▼
They target developers building applications on the Nodefony Node.js framework and maintainers editing the framework core itself. Separate skills address application-level work (entities, services, route protection) versus framework-level work (kernel, HTTP pipeline, release chain, documentation site, and Studio admin frontend).
How do Nodefony's runtime and server skills work in practice?▼
The nodefony-start-server skill launches a development server via a single start.sh script with conditional build, port cleanup, detached DevSupervisor with auto-restart, and fail-fast health checks. Native nodefony status and nodefony stop commands provide introspection and clean shutdown for integration testing.
What prerequisites do Nodefony's deployment skills require?▼
The devops skill assumes generated deployment templates covering Dockerfile, compose topology, Kubernetes manifests with Restricted policy and readOnlyRootFilesystem, and GitLab CI chains. It ships an offline reference corpus for Docker, Kubernetes, Podman, OCI, and distroless images to ground deployment decisions.
How do Nodefony's skills handle testing and quality verification?▼
A test-campaign skill orchestrates all suites and benches in an order that avoids cross-contamination, distinguishing real regressions from environment artifacts. Supporting skills provide memory-health gates, HTTP/WebSocket load benchmarks with percentile measurement, multi-pod Redis backplane benches, and browser-driven WCAG and Web Vitals audits.