AI Skills

AI skills are instruction files that teach a coding agent how to call the Masko REST API and follow its generation workflows.

Install for Your Tool

Copy packages/skill/masko/SKILL.md into the instruction location supported by your agent:

ToolLocation
Claude Code.claude/skills/masko/SKILL.md
Cursor.cursor/rules/masko.mdc
VS Code / Copilot.github/copilot-instructions.md
CodexAGENTS.md or a local skill directory
Gemini CLIGEMINI.md
Windsurf.windsurfrules

API Setup

Create an API key in Developer Settings. The skill expects it in MASKO_API_KEY and calls the public API directly:

export MASKO_API_KEY=masko_YOUR_KEY

curl https://api.masko.ai/v1/credits \
  -H "Authorization: Bearer $MASKO_API_KEY"

The complete contract is available in the OpenAPI specification, and the consolidated agent documentation is available at masko.ai/llms-full.txt.