A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
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:
.hyperterseroot configuration- Database adapters (PostgreSQL, MySQL, MongoDB, Redis)
- Tool definitions with CRUD operations
- TypeScript handlers and mappers
- Authentication configuration
Reference the skill in your Claude Code configuration or install via:
claude mcp add-skill hyperterse/agent-skills/skills/hyperterse-builderClone this repository and reference the skill path in your agent configuration.
See individual skill directories for documentation on each skill's structure and usage.
Apache-2.0