dahliadahliaCommunity·5 Agent Skills Included

logtape

Structured logging for JavaScript plus testing and release skills

Adds structured, hierarchical logging to JavaScript and TypeScript apps across Deno, Node.js, Bun, browsers, and edge functions. Removes messy console.log debugging, leaked secrets in log files, and manual changelog writing. Guides AI agents to configure sinks, redact sensitive data, write reliable tests, and cut releases correctly.
npx skills add dahlia/logtape --all -g -y
Available:

Instructs the AI agent on LogTape's coding conventions, cross-runtime testing rules, and GitHub workflows so it writes contributions that match project standards.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install LogTape skills?

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

How to add structured logging in TypeScript?

The logtape skill teaches your AI agent to use getLogger with hierarchical categories and named placeholders, producing searchable structured logs instead of plain strings.

Does LogTape work with Node.js, Deno, and Bun?

Yes. LogTape is a zero-dependency library that runs identically across Deno, Node.js, Bun, browsers, and edge functions.

How to keep passwords out of log files?

The skill shows your agent how to apply pattern-based and field-based redaction so secrets like tokens, emails, and credit card numbers never reach log output.

Can AI agents manage releases and changelogs?

Yes. The release and sacho skills guide agents through changelog fragments, version bumps, tagging, and publishing release notes without manual edits.

Related Repositories in Software Engineering

View All in Software Engineering