go-api-query

Query organizational ADRs for Go API development decisions and patterns.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/standard-librarian/context-engineer --skill go-api-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-api-query
Source: https://github.com/standard-librarian/context-engineer/tree/main/examples/go-echo-app/skills/public/go-api-query
Command: npx skills add https://github.com/standard-librarian/context-engineer --skill go-api-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly find and leverage past decisions, best practices, and known issues related to Go API development, preventing the reinvention of the wheel and avoiding common pitfalls.

Core Features & Use Cases

  • Contextual Decision Support: Retrieve relevant Architectural Decision Records (ADRs) for API design, error handling, validation, and database patterns.
  • Failure Prevention: Access a knowledge base of past failures and their resolutions to avoid repeating mistakes.
  • Best Practice Discovery: Learn about established Go best practices and common patterns used within the organization.
  • Use Case: A developer is unsure about the best way to handle errors in a new Go microservice. They can use this skill to query for "golang error handling patterns" and get recommendations based on past ADRs and documented failures.

Quick Start

Query organizational knowledge for Go API development decisions by asking "how should I handle errors in go".

Frequently Asked Questions about go-api-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find past decisions for Go API error handling patterns?

To find Go API error handling patterns, you can query the organizational knowledge base to retrieve relevant Architectural Decision Records (ADRs) and documented past failures regarding golang error resolution. This provides historical context to inform your current technical choices.

What is the best way to discover established Go API best practices for database interactions?

The best way to discover established Go API best practices for database interactions is to query organizational knowledge specifically for past ADRs and documented patterns. This helps you reference historical context and known issues to optimize performance.

Can I retrieve architectural decision records for Go API validation design?

Yes, you can retrieve architectural decision records for Go API validation design by querying the knowledge base. This allows you to access contextual decision support and learn from documented patterns and past failures related to API validation.

How does querying organizational knowledge prevent repeating past failures in Go API development?

Querying organizational knowledge prevents repeating past failures in Go API development by providing direct access to a knowledge base of historical issues and their resolutions. This failure prevention mechanism helps developers avoid common pitfalls and reinventing solutions.

When do I need to query past ADRs for Go microservice development?

You need to query past ADRs for Go microservice development when you are unsure about established patterns for API design, error handling, or performance optimizations. It helps you make informed technical choices by referencing historical context instead of guessing.