bottlenote-admin-api

Inspect Bottlenote admin API documentation and compare it with dashboard code.

1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/bottle-note/admin-dashboard --skill bottlenote-admin-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bottlenote-admin-api
Source: https://github.com/bottle-note/admin-dashboard/tree/main/.agents/skills/bottlenote-admin-api
Command: npx skills add https://github.com/bottle-note/admin-dashboard --skill bottlenote-admin-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires api-client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your Bottlenote admin dashboard remains up-to-date with the latest API contracts, reducing discrepancies between code and documentation.

Core Features & Use Cases

  • API Documentation Checking: Inspect and compare Bottlenote admin API documentation against your codebase.
  • Endpoint Updates: Add or update API endpoints based on documentation changes.
  • Response Shape Validation: Ensure request and response type consistency.
  • Feature Spec Support: Facilitate feature development by analyzing API fields.
  • Use Case: Use this Skill when a new API endpoint needs to be integrated, or when discrepancies between the admin API documentation and the codebase are identified.

Quick Start

Use the bottlenote-admin-api skill to check for updates in the admin API documentation.

Frequently Asked Questions about bottlenote-admin-api

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

FAQPage Schema
How do I keep my admin dashboard API documentation in sync with my codebase?

To keep admin dashboard API documentation in sync with your codebase, inspect the API documentation and compare it against your dashboard code to identify discrepancies, then apply updates to maintain consistency.

How does API contract enforcement work for feature development?

API contract enforcement for feature development works by analyzing API field specifications and endpoint behaviors, comparing them against dashboard code, and applying updates to maintain response shape consistency.

When do I need to update API endpoints in my admin dashboard?

You need to update API endpoints when a new API endpoint requires integration or when discrepancies between the admin API documentation and the dashboard codebase are identified.

Do I need an API client to validate request and response type consistency?

Yes, you need an API client to validate request and response type consistency, as it is a required dependency for inspecting documentation and running comparison logic for contract enforcement.

What is the best way to check for updates in admin API documentation?

The best way to check for updates in admin API documentation is to inspect the documentation, compare it with your dashboard code, and apply updates to maintain consistency.

Can I add new API endpoints based on documentation changes automatically?

You can add or update API endpoints based on documentation changes by using comparison logic to inspect field specifications and apply the necessary updates to your dashboard code.