NorthGuild avatar

NorthGuild

Official

@northguild

0Followers
|
4Public Repos
|
28Published Skills

Engineering Collective

Skills Distribution
DomainDeveloper To...Date/Time Library .. (45%)Linting & CI Enfor.. (20%)Testing & Code Rev.. (15%)Documentation & Re.. (12%)

Agent Skills by NorthGuild

Showing 28 vetted skills indexed across 1 GitHub repositories.

northguildnorthguild
6

research

Investigates questions against primary sources and saves cited findings as Markdown files.

Official
Basic
northguildnorthguild
6

changelog

Rewrites pending changeset files with consumer-facing descriptions matching CHANGELOG style.

Official
Intermediate
northguildnorthguild
6

handoff

Summarizes the current conversation into a handoff document for a fresh agent session.

Official
Basic
northguildnorthguild
6

agent-optimizer

Audits AGENTS.md, CLAUDE.md, and context/ directories for token waste and orphaned files.

Official
Intermediate
northguildnorthguild
6

skill-optimizer

Audit agent skills for token waste, disclosure violations, and triggering problems.

Official
Intermediate
northguildnorthguild
6

code-review

Review GMT Temporal code for error handling, Date-object bans, and test coverage patterns.

Official
Intermediate
northguildnorthguild
6

prototype

Build throwaway prototypes that answer design questions about logic or UI.

Official
Intermediate
northguildnorthguild
6

update-readme

Updates README files to reflect API changes detected in branch diffs.

Official
Intermediate
northguildnorthguild
6

pr-desc

Generates a PR title and description from the git diff against main.

Official
Intermediate
northguildnorthguild
6

grill-with-docs

Interviews users about design decisions and records outcomes as documentation.

Official
Intermediate
northguildnorthguild
6

implement

Implements work items from specs or tickets with dependency tracking and test-driven workflow.

Official
Intermediate
northguildnorthguild
6

tanstack-intent

Synchronizes TanStack Intent skill files with gmt source API changes and validates them.

Official
Advanced
northguildnorthguild
6

astro

Guides building Astro sites with components, pages, adapters, and CLI commands.

Official
Basic
northguildnorthguild
6

caveman

Compresses AI responses into terse caveman-style prose while preserving technical accuracy.

Official
Intermediate
northguildnorthguild
6

tdd

Guides test-driven development through red-green cycles with seam-based test design.

Official
Intermediate
northguildnorthguild
6

commit-message

Generates a conventional git commit message from staged and unstaged changes.

Official
Basic
northguildnorthguild
6

first-time-setup

Install and configure @northguild/gmt-eslint in ESLint flat config to enforce Date API bans.

Official
Basic
northguildnorthguild
6

migration-refactor

Refactor ESLint Date-rule violations into gmt Temporal-based helper calls.

Official
Intermediate
northguildnorthguild
6

ci-enforcement

Configures CI pipeline enforcement of ESLint Date-ban rules with staged rollout options.

Official
Basic
northguildnorthguild
6

gmt-timezone

Converts, formats, and computes timezone-aware datetimes with DST disambiguation using the Temporal API.

Official
Intermediate
northguildnorthguild
6

gmt-integration

Integrates GMT date handling into application frameworks with stable cache keys and epoch bridges.

Official
Intermediate
northguildnorthguild
6

gmt-arithmetic

Performs date arithmetic, duration math, and interval algebra using the Temporal-based GMT library.

Official
Advanced
northguildnorthguild
6

gmt-basics

Parse, format, compare, and validate ISO 8601 date strings using Temporal-based functions.

Official
Intermediate
northguildnorthguild
6

new-method-implementation

Implements new gmt date-time API methods using Temporal with string-first I/O conventions.

Official
Intermediate

Frequently Asked Questions About NorthGuild

FAQPage Schema
What tasks can I accomplish with NorthGuild's skills?β–Ό

You can perform timezone-aware datetime operations, date arithmetic with ISO 8601 durations, business-calendar math, and interval algebra via the gmt library, plus enforce Date bans through ESLint setup, migration refactors, and CI pipelines. Supporting skills cover changelogs, PR descriptions, commit messages, README syncs, and TDD.

Who are NorthGuild's skills designed for?β–Ό

JavaScript/TypeScript engineers building or maintaining the gmt Temporal date/time library, and application developers integrating nanosecond timestamps, foreign epoch bridges (NTP, FILETIME, .NET ticks, Excel, PostgreSQL), or lint enforcement across ESLint, Biome, and Oxlint setups.

How do I install and start using the gmt-eslint enforcement skills?β–Ό

Run the first-time-setup skill to wire @northguild/gmt-eslint into your flat eslint.config file, verify Date-ban rules are active, and preserve existing lint behavior. Then use migration-refactor to fix violations and ci-enforcement to add staged PR and mainline pipeline checks.

Are NorthGuild's skills open source and what do they cost?β–Ό

The skills are free to use; the Astro skill explicitly carries an MIT license. The gmt library skills reference the public northguild/gmt repository README and source JSDoc, with contribution paths via issue-creation and pr-contribution skills for feature requests and fixes.

What prerequisites do the gmt skills require?β–Ό

The gmt skills expect @northguild/gmt version 1.16.0 installed, since they route to the package README and source JSDoc rather than duplicating API details. The lint skills require @northguild/gmt-eslint 1.1.0 and a flat ESLint config; optimizer skills use Read, Grep, Glob, and Bash.