bknd-api-discovery

Map BKND REST endpoints to SDK methods and internal documentation.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cameronapak/melos --skill bknd-api-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bknd-api-discovery
Source: https://github.com/cameronapak/melos/tree/main/.agents/skills/bknd-api-discovery
Command: npx skills add https://github.com/cameronapak/melos --skill bknd-api-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly map BKND's REST endpoints to SDK methods and related documentation, accelerating integration and onboarding.

Core Features & Use Cases

  • Endpoint mapping: identify BKND REST routes and their corresponding SDK methods.
  • Module & route discovery: enumerate available modules, base paths, and common patterns (e.g., /api/data, /api/auth, /flow).
  • Documentation alignment: generate usage notes and a reference map to assist code reviews and API consumption.
  • Use Case: For a new BKND project, generate an up-to-date endpoint map and SDK references to guide implementation.

Quick Start

Run a discovery session against your BKND instance to generate a current API map and SDK reference, then review the produced report for integration planning.

Frequently Asked Questions about bknd-api-discovery

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

FAQPage Schema
How do I map BKND REST endpoints to SDK methods?

To map BKND REST endpoints to SDK methods, run a discovery session against your BKND instance. This generates an API map and SDK references, aligning REST routes with internal documentation for rapid integration.

What is BKND API discovery and when do I need it?

BKND API discovery is the process of enumerating available modules, base paths, and route patterns. You need it during development, debugging, or onboarding to accelerate programmatic route discovery and endpoint pattern analysis.

How do I list REST endpoints and base paths for a BKND project?

You can list REST endpoints and base paths by exploring modules and schemas within your BKND project. This process enumerates common patterns like /api/data, /api/auth, and /flow for structured usage guidance.

Can I generate API documentation from existing BKND routes?

Yes, you can generate API documentation from existing BKND routes. The discovery process produces a reference map and usage notes that assist code reviews and guide API consumption for your project.

Does this API discovery process require any external dependencies?

No external dependencies are required for this API discovery process. You only need a BKND instance to run the discovery session against, generating an up-to-date endpoint map and SDK reference.

What are the limitations of mapping BKND endpoints to SDK methods?

The mapping is limited to exploring modules, routes, and schemas within BKND-based projects. It focuses on programmatic route discovery and endpoint pattern analysis rather than modifying the underlying API structure.