Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 945 Bytes

File metadata and controls

28 lines (17 loc) · 945 Bytes

Harper Agent Skills

This repository provides specialized "skills" for AI agents (like Cursor, Windsurf, or Junie) to build better applications on Harper.

Installation

Add these skills to your local project using the skills CLI:

npx skills add harperfast/skills

Re-run this command later if you want to get the latest updates from us.

Available Skills

Comprehensive guidelines for building, extending, and deploying Harper applications. Covers:

  • Schema design and relationships.
  • Automatic REST and WebSocket APIs.
  • Custom resources and table extensions.
  • Advanced features like Vector Indexing and Caching.

How it Works

These skills are structured to be easily consumed by Large Language Models (LLMs) and AI agents. For a technical overview of how agents use these files, see AGENTS.md.