yamcodesyamcodesCommunityΒ·31 Agent Skills Included

arkenv

Typesafe environment variable validation and monorepo engineering workflows

Validates environment variables with typesafe schemas for Next.js, Nuxt, Vite, Bun, and Node.js projects. Eliminates runtime crashes from missing or mistyped env vars through build-time checks and automatic type augmentation. Includes engineering workflows for issue triage, test-driven development, changesets, code refactoring, and monorepo maintenance.
npx skills add yamcodes/arkenv --all -g -y
Available:

Tells the agent how to build, test, and run this pnpm/Turborepo monorepo, and points it to the issue tracker, triage labels, and domain docs used by the engineering skills.

All Skills in This Repository (31)

Pure Emerald Level Indicators
πŸ“¦ In Repo
yamcodesyamcodes

modularize

Split oversized JavaScript and TypeScript modules while preserving public APIs.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

setup-matt-pocock-skills

Generate repo-specific agent skills blocks and supporting docs from repository conventions.

Community
Intermediate
πŸ“¦ In Repo
yamcodesyamcodes

sync-main

Synchronize documentation and infrastructure changes from dev to main branches.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

hallmark

Enforces YAML frontmatter contract and entry for SKILL.md-based design units.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

typescript

Optimize TypeScript projects by configuring tsconfig and enforcing strict type checks.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

changeset

Create and modify changesets for semantic versioning and release notes.

Community
Intermediate
πŸ“¦ In Repo
yamcodesyamcodes

gh-cli

Automate GitHub workflows and repository tasks using the gh CLI.

Community
Intermediate
πŸ“¦ In Repo
yamcodesyamcodes

groom-issue

Groom GitHub issues by eliciting acceptance criteria through interactive questioning.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

hexagonal-architecture

Design decoupled domain logic with ports-and-adapters architecture.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

improve-codebase-architecture

Analyzes codebase architecture and proposes deepening opportunities grounded in domain language.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

pnpm

Manage Node.js dependencies and workspaces with pnpm.

Community
Advanced
πŸ“¦ In Repo
yamcodesyamcodes

internalize-skill

Move external skills into the internal skills directory and update frontmatter.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install arkenv?β–Ό

Run `npx skills add yamcodes/arkenv --all -g -y` in your terminal to install all skills in this suite globally.

How to validate environment variables in TypeScript?β–Ό

Define a schema with ArkType, Zod, or any Standard Schema library, and ArkEnv validates and coerces your env vars at build or runtime with full type safety.

Does arkenv work with Next.js, Vite, and Bun?β–Ό

Yes. Dedicated plugins handle build-time validation and type augmentation for Next.js, Vite, Bun, Nuxt, and plain Node.js.

What engineering workflows do these skills cover?β–Ό

They cover issue triage and grooming, test-driven development, bug diagnosis, changesets and releases, code modularization, and GitHub CLI automation.

Can I use these skills in Claude Code or Cursor?β–Ό

Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineering→