Skip to main content
Run any Skill in Manus
with one click
GitHub repository

envapt

envapt contains 8 collected skills from materwelonDhruv, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
18
updated
2026-07-17
Forks
3
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

writing-voice
technical-writers

Use this when writing or reviewing any prose in a repo - reference docs, conceptual guides, READMEs, code comments, commit messages, or PR descriptions. Defines a precise, anti-marketing voice - a ban-list of hype words (powers, seamless, loudly, robust, leverage, easy, ...), an anthropomorphism verb-swap, before/after rewrites, worked comment and commit examples, and a one-line test for whether a sentence states a behavior or just sells one.

2026-07-17
envapt
software-developers

Reads typed, validated config from process.env, .env files, or any bound source for TypeScript and JavaScript with the envapt library, on Node, Bun, Deno, Cloudflare Workers, and the browser. Use when the project imports from 'envapt' or 'envapt/config', when the user mentions envapt, Envapter, @Envapt, or the @EnvNum/@EnvStr/@EnvBool/@EnvUrl/@EnvTime sugar decorators, or when the task involves reading typed environment variables, loading .env files, validating env with zod/valibot/arktype, binding config on Cloudflare Workers or in the browser, or migrating off dotenv or the removed 'envapt/workerd' / 'envapt/browser' subpaths.

2026-07-17
code-commenting-guidelines
software-developers

Use this when writing, refactoring, or reviewing TypeScript code. Defines when comments are required, when they are noise, and how to document guardrails, invariants, and non-obvious logic without bloating the codebase.

2026-07-05
release-version
software-developers

Release envapt through changesets pre mode. Cut a prerelease from the long-lived `next` branch, graduate it to a stable release on `main`, then re-sync `next`. Use for any envapt release on the `next` line.

2026-07-02
tdd
software-quality-assurance-analysts-and-testers

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-14
code-quality
software-developers

Use this when asked to write code, or audit, sweep, or fix code quality in the envapt repo (incl. the apps/guide Fumadocs docs app). Covers React 19 + Tailwind v4 antipattern categories as a manual review checklist, TS/OOP/fail-fast rules, and when to parallelize with subagents. Also use when onboarding any agent to this repo's quality standards.

2026-06-01
emil-design-eng
web-and-digital-interface-designers

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

2026-06-01
frontend-iteration
web-developers

Use when building or refactoring user-facing UI components. Encodes the dev-page checkpoint loop, mock-fidelity discipline, and animation principles. Each component lands through a structured build → preview → end-turn → user-feedback → iterate cycle, NOT a single shot.

2026-06-01