lint-all
01Skill Claude CodeCodex
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
56 tagged deno, measured the same way as everything else here.
Browse within: bun 22aiagents 16conversational-ai 16coding 8oauth2 8postgresql 8typescript 8javascript 7agentic 6c 6kotlin 6rust 6framework 5full-stack 5
Skill Claude CodeCodex
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
Skill Claude CodeCodex
Run a Node.js compatibility test, diagnose failures, and either fix the implementation, skip, or ignore the test. Use when asked to work on node compat tests.
Skill Claude CodeCodex
Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for review.
Skill Claude CodeCodex
Use this skill when contributing to InsForge's shared dashboard package. This is for maintainers editing packages/dashboard, which ships in self-hosting and cloud-hosting modes, and the local frontend/ shell used for self-hosting in this repo.
Skill Claude CodeCodex
Use this skill when an InsForge maintainer has finished an OSS repo change and is ready to open, update, or submit the InsForge PR. Runs the release-quality deterministic E2E gate by building a package.json-derived InsForge test image tag, deciding whether sibling agent-e2e fixture coverage must change, dispatching…
Skill Claude CodeCodex
Write, edit, and maintain documentation. Use for collaborative drafting, autonomous writing, or improving existing docs. Defaults to collaborative mode where the human makes final decisions. Built by Mintlify.
bodadotsh/npm-security-best-practices
Skill Claude CodeCodex
Prevent JavaScript/TypeScript projects from supply-chain attacks across package managers like npm, pnpm, yarn, bun, and deno. Use whenever planning, installing, updating packages or configuring package managers.
Skill Claude CodeCodex
Configure the OpenBSP plugin — check status, set org/account, manage allowed contacts, or force re-login. Use when the user asks to configure OpenBSP, check plugin status, manage contacts, or re-authenticate.
Skill Claude CodeCodex
Dogfood pmat — rebuild, install, exercise every CLI command against pmat's own repo, check output integrity + self-quality, find next work. Read-only audit; files issues for bugs.
Skill Claude CodeCodex
Generates comprehensive, LLM-optimized codebase context using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: Starting work on unfamiliar codebases Onboarding to new projects or repositories Need quick understanding of project architecture Preparing for refactoring or feature implementation Creating…
Skill Claude CodeCodex
Analyzes polyglot codebases with multiple programming languages using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: Working with projects containing multiple programming languages Assessing cross-language integration patterns and quality Understanding language distribution and architectural…
Skill Claude CodeCodex
Use when deploying Deno apps to production, asking about Deno Deploy, or working with deno deploy CLI commands. Covers deployment workflows, environment variables, KV database access, custom domains, the --tunnel flag for local development, and the deno deploy command reference.
Skill Claude CodeCodex
Use when building features that execute untrusted user code, AI-generated code, or need isolated code execution environments. Covers the @deno/sandbox SDK.
Skill Claude CodeCodex
Use when moving a Node.js, npm, Yarn, pnpm, or Bun project to Deno, or when adopting Deno incrementally in an existing JavaScript or TypeScript codebase. Covers using Deno as a drop-in package manager, running existing package.json scripts, CommonJS versus ESM, nodemodules layout, lockfile migration, permissions…
Skill Claude CodeCodex
Set up Zuke — a code-first, strongly-typed build automation system for Deno/TypeScript — in a project. Use when the user wants to add Zuke to a repo, scaffold a zuke.ts build file, install the Zuke CLI, or bootstrap the ./zuke launcher. After scaffolding, switch to the zuke-write-build skill to author targets.
Skill Claude CodeCodex
Write or edit a Zuke build (zuke.ts) — the code-first, strongly-typed build system for Deno/TypeScript. Use when adding or changing targets, wiring dependencies, calling a tool wrapper (DenoTasks, NpmTasks, DockerTasks, ...), generating CI, or authoring/refactoring a zuke.ts build file. For first-time project…
Skill Claude CodeCodex
Use when creating, modifying, testing, or publishing a Veryfront extension under extensions/ — covers manifest/factory parity, capability types, contract registration, teardown hygiene, and CI lint checks.
Skill Claude CodeCodex
Use when reviewing code for performance issues, profiling hot paths, benchmarking before/after changes, or optimizing runtime, build, request latency, or bundle size.
Skill Claude CodeCodex
Development flywheel - autonomous cycle of run, observe, fix, verify. Use for continuous development with browser automation.
Skill Claude CodeCodex
Drive a Parselbox sandbox effectively. Use when a Parselbox executecode MCP tool is available, when writing code against the parselbox Python SDK, or when wiring parselbox into an MCP config. Covers discovery (sbx.), stateful execution, background tasks, bash/js/require interop, filesystem, and serve/@api patterns.
Skill Claude CodeCodex
Use when building or changing a typed JSON API in Nifra - routes with server() or defineContract, request validation with @nifrajs/schema or any Standard Schema library, middleware and plugins, WebSockets, OpenAPI, and consuming the API from the zero-codegen @nifrajs/client. Load after the nifra skill.
Skill Claude CodeCodex
Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…
Skill Claude CodeCodex
Use when writing, reviewing, or debugging code in a Nifra project (@nifrajs/ packages, nifra CLI, server()/defineContract, loaders and actions, file routes under routes/). Explains how to reach Nifra's live MCP tools so signatures come from the installed version instead of memory, and which sibling skill to load for…