Urgent.News

What's breaking now, across thousands of outlets.

Tech

8 Agent Skills y mi primer servidor MCP publicado en npm

🇺🇸 Read this post in English Llevo meses haciendo que mi agente resuelva los mismos problemas una y otra vez porque nunca me tomé el tiempo de escribirlos una sola vez, bien, y dejar que otros los reusaran. Ese es exactamente el tipo de deuda técnica que nadie pone en un roadmap. Así que publiqué alpha-skills : ocho Agent Skills instalables y mi primer servidor MCP en npm . Dónde están las…

A software developer has released eight Agent Skills and the first MCP server on npm. The skills are categorized into three groups: external for third-party APIs, local for homelab infrastructure and workflows, and general for cross-cutting utilities that are not dependent on any specific service. Each category contains skills that can be installed using the command npx skills add Alpha018/alpha-skills -s [skill-name].

The skills include NextDNS API for managing NextDNS profiles, security, parental controls, and analytics; progressive-search for code and documentation search; agent-context-generator for generating, refreshing, or auditing CLAUDE.md and AGENTS.md files based on the real repo; nestjs-iam-patterns for authentication and authorization patterns in NestJS; nestjs-advanced-patterns for advanced NestJS internals; nestjs-graphql for GraphQL code-first and schema-first in NestJS; tuning-claude-code for configuring Claude Code stack for a repo; and obsidian-second-brain for guiding knowledge management using Obsidian vault.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at dev.to →

More in Tech

Returning RFC 9457 Problem Details from Go Validation Errors

How to turn struct-tag validation failures into a standard "application/problem+json" response — the RFC 9457 format — with one method call, no hand-rolled error envelope.

  • Checker provides RFC 9457 format response for Go validation errors
  • CheckErrors.ProblemDetails() generates application/problem+json body
  • CheckStruct() method converts validation errors to properly formatted response

99.7% Rejected in 84ms: Why I Stopped Making the Generator Smarter

I wrote a puzzle generator whose acceptance rate is 0.26% . It throws away 99.7% of everything it produces, and that is the design working as intended, not failing.

  • 99.7% rejection rate means only 0.26% of puzzles accepted
  • Generator produces plausible letter combinations, verifier checks solutions
  • Verifier's exhaustive search and unique solution guarantee maintain rejection rates

More from Sunday 6 September →