pino

0
B

Pino fast JSON logger for Node.js. Covers log levels, child loggers, transports, and redaction. Triggers on pino, logger, log.info, log.error.

CommandsAgentsMarketplace
#child loggers#JSON logger#pino#log#logger#Node.js JSON#fast JSON#log levels

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/pino
skilz install settlemint/agent-marketplace/pino --agent opencode
skilz install settlemint/agent-marketplace/pino --agent codex
skilz install settlemint/agent-marketplace/pino --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/pino ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 80/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
22/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -2

Areas to Improve

  • Missing TOC for 300-line file
  • Verbose MCP examples
  • Implicit workflow steps

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your pino skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 80/100, solid B-grade territory. This is based on Anthropic's skill best practices rubric. Your Ease of Use is the strongest area (22/25) — the metadata and trigger coverage are really well thought out. The weakest spot is Progressive Disclosure Architecture (22/30) — there's room to make the content more scannable and token-efficient.

What's Working Well

  • Metadata is chef's kiss — Your frontmatter has excellent trigger coverage for logging intents and Pino-specific patterns. The regex-based artifact triggers are solid.
  • Templates are properly extracted — Separating logger setup and request logging templates keeps the main SKILL.md from bloating, and you've got good customization points documented.
  • Practical patterns section — The good/bad code comparisons for things like child loggers, transports, and redaction actually help developers avoid mistakes.

The Big One: Missing Table of Contents

Your file is ~300 lines but has no TOC. This is hurting your PDA score and making navigation rough. Add a markdown TOC at the top:

## Contents

- [Quick Start](#quick-start)
- [Log Levels](#log-levels)
- [Child Loggers](#child-loggers)
- [Transports](#transports)
- [Redaction Patterns](#redaction-patterns)
- [Error Handling](#error-handling)
- [Anti-Patterns](#anti-patterns)

Then add matching anchor links to your section headers. This bumps you +2 points easily.

Other Things Worth Fixing

  1. Verbose MCP examples — The <mcp_first> section includes full MCP calls with mainResearchGoal, researchGoal, and reasoning parameters. Condense these or move detailed patterns to a reference file. Saves toke...

AI-Detected Topics

Extracted using NLP analysis

child loggers JSON logger pino log logger Node.js JSON fast JSON log levels loggers pino description

Report Security Issue

Found a security vulnerability in this agent skill?