cnc-execution-engine
Installation
SKILL.md
CNC Execution Engine
Execute raw GraphQL queries against Constructive APIs using the cnc CLI. Manage multiple API contexts (endpoint + credentials) similar to kubectl contexts.
When to Apply
Use this skill when:
- Executing GraphQL queries against Constructive APIs
- Setting up API endpoint configurations
- Managing API tokens for authentication
- Switching between multiple API environments (dev, staging, prod)
- Testing GraphQL queries from the command line
Quick Start
# Create a context with an endpoint
cnc context create my-api --endpoint https://api.example.com/graphql