Skip to content

hyperterse/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Available Skills

hyperterse-builder

Generate complete Hyperterse MCP server projects from natural language descriptions. Creates database adapters, MCP tools, TypeScript handlers, and authentication configuration.

Use when:

  • Building APIs or backends that AI agents can call
  • Creating MCP tool servers connected to databases
  • Setting up CRUD operations for PostgreSQL, MySQL, MongoDB, or Redis
  • Generating database-backed tools from descriptions like "build me a CRM API"

Example prompts:

  • "Build me a CRM API with contacts and companies"
  • "Create an e-commerce backend with products, orders, and inventory"
  • "I need a blog API with posts, authors, and comments"

What it generates:

  • .hyperterse root configuration
  • Database adapters (PostgreSQL, MySQL, MongoDB, Redis)
  • Tool definitions with CRUD operations
  • TypeScript handlers and mappers
  • Authentication configuration

Installation

Claude Code

Reference the skill in your Claude Code configuration or install via:

claude mcp add-skill hyperterse/agent-skills/skills/hyperterse-builder

Other Agents

Clone this repository and reference the skill path in your agent configuration.

Contributing

See individual skill directories for documentation on each skill's structure and usage.

License

Apache-2.0

About

A collection of skills for AI coding agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors