·api-conventions
</>

api-conventions

mx-space/core

MX Space API design conventions. Apply when writing controllers, API endpoints, or handling HTTP requests.

4Installs·1Trend·@mx-space

Installation

$npx skills add https://github.com/mx-space/core --skill api-conventions

SKILL.md

| Array | { data: [...] } | | Object | Returned directly | | undefined | 204 No Content | | @Paginator | { data: [...], pagination: {...} } | | @Bypass | Returned as-is, skips transformation |

| GET | Retrieve resource | 200 | | POST | Create resource | 201 | | PUT | Full update | 200 | | PATCH | Partial update | 200 | | DELETE | Delete resource | 204 |

MX Space API design conventions. Apply when writing controllers, API endpoints, or handling HTTP requests. Source: mx-space/core.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mx-space/core --skill api-conventions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mx-space/core --skill api-conventions
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is api-conventions?

MX Space API design conventions. Apply when writing controllers, API endpoints, or handling HTTP requests. Source: mx-space/core.

How do I install api-conventions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mx-space/core --skill api-conventions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mx-space/core

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01