core-utils
TypeScript utilities, testing helpers, and coding standards for Node.js
All Skills in This Repository (16)
Pure Emerald Level Indicatorswrite-tech-debt-ticket
Generate structured technical debt tickets with context, classification, and evidence.
go
Execute development tasks from plans and generate pull requests for review.
interview-feature
Guide iterative requirement interviews and automated research to produce detailed feature tickets.
write-bug-ticket
Create structured bug reports from logs and links.
write-feature-ticket
Convert informal conversation snippets into detailed Linear feature tickets.
cognito-user-analysis
Detect and analyze duplicate Cognito users by comparing backend records.
datadog-investigate
Query Datadog logs, metrics, and traces to diagnose system failures.
flaky-test-debugger
Diagnose intermittent test failures and recommend fixes from logs and code.
adversarial-review
Analyze proposals to identify logical flaws, risks, and unnecessary complexity.
commit-push-pr
Automate Git commits, pushes, and pull requests via GitHub CLI.
seed-data
Generate mock healthcare professionals, facilities, shifts, and reviews via GitHub Actions workflows.
babysit-pr
Monitor GitHub pull requests, CI status, and review comments via GraphQL API.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core