ClipboardHealthClipboardHealthOfficialยท16 Agent Skills Included

core-utils

TypeScript utilities, testing helpers, and coding standards for Node.js

Provides reusable TypeScript libraries for configuration, error handling, logging, testing, JSON:API formatting, and background jobs. Eliminates duplicated boilerplate, inconsistent coding standards, and flaky test setups across Node.js services. Enforces shared lint rules and coding conventions so teams ship consistent, reliable backend code faster.
npx skills add ClipboardHealth/core-utils --all -g -y
Available:

Directs the agent to load the right coding rule files for each task, follow test-driven development, and run all builds and tests through Nx workspace commands.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

write-tech-debt-ticket

Generate structured technical debt tickets with context, classification, and evidence.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

go

Execute development tasks from plans and generate pull requests for review.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

interview-feature

Guide iterative requirement interviews and automated research to produce detailed feature tickets.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

write-bug-ticket

Create structured bug reports from logs and links.

Official
Basic
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

write-feature-ticket

Convert informal conversation snippets into detailed Linear feature tickets.

Official
Intermediate
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

cognito-user-analysis

Detect and analyze duplicate Cognito users by comparing backend records.

Official
Intermediate
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

datadog-investigate

Query Datadog logs, metrics, and traces to diagnose system failures.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

flaky-test-debugger

Diagnose intermittent test failures and recommend fixes from logs and code.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

adversarial-review

Analyze proposals to identify logical flaws, risks, and unnecessary complexity.

Official
Advanced
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

commit-push-pr

Automate Git commits, pushes, and pull requests via GitHub CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

seed-data

Generate mock healthcare professionals, facilities, shifts, and reviews via GitHub Actions workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
ClipboardHealthClipboardHealth

babysit-pr

Monitor GitHub pull requests, CI status, and review comments via GraphQL API.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install core-utils?โ–ผ

Run `npx skills add ClipboardHealth/core-utils --all -g -y` in your terminal to install all skills in this suite globally.

What is ClipboardHealth core-utils used for?โ–ผ

It is a monorepo of shared TypeScript libraries covering configuration, error handling, logging, testing, notifications, and JSON:API utilities for Node.js services.

How do the coding rules work with AI coding agents?โ–ผ

The AGENTS.md file tells your agent which rule files to read for each task, so it follows consistent TypeScript, testing, and error-handling standards automatically.

Does core-utils work with Nx monorepos?โ–ผ

Yes. The repository is built on Nx and includes its own Nx plugin with generators for creating and managing libraries and applications.

Can I use these libraries in my own Node.js project?โ–ผ

Yes. Each package under packages/ is published separately, so you can install only the utilities you need, such as config, rules-engine, or testing-core.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’