BeClaude

hertzflow-skills

New
22GitHub TrendingGeneralby HertzFlow

First seen 6/19/2026

Summary

Hertzflow Skills provides a collection of utility functions and integrations to streamline common development workflows in Claude Code.

  • It helps developers automate repetitive tasks, manage configurations, and enhance productivity by exposing reusable skill modules.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/hertzflow-skills.md https://raw.githubusercontent.com/HertzFlow/hertzflow-skills/main/SKILL.md
3
Invoke in Claude Code
/hertzflow-skills

Use Cases

Quickly scaffold a new project structure with predefined templates and configurations.
Automate code formatting and linting across multiple files in a project.
Generate boilerplate code for API endpoints or database models.
Manage environment variables and secrets securely within a project.
Integrate with external services like GitHub or Slack for notifications and deployments.
Run custom scripts or commands with a standardized interface.

Usage Examples

1

/hertzflow-skills scaffold project my-app --template react-ts

2

Use hertzflow-skills to lint all files in the src directory and fix errors automatically.

3

/hertzflow-skills generate model User --fields name:string email:string

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is hertzflow-skills?

Hertzflow Skills provides a collection of utility functions and integrations to streamline common development workflows in Claude Code. It helps developers automate repetitive tasks, manage configurations, and enhance productivity by exposing reusable skill modules.

How to install hertzflow-skills?

To install hertzflow-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/hertzflow-skills.md https://raw.githubusercontent.com/HertzFlow/hertzflow-skills/main/SKILL.md. Finally, /hertzflow-skills in Claude Code.

What is hertzflow-skills best for?

hertzflow-skills is a skill categorized under General. Created by HertzFlow.

What can I use hertzflow-skills for?

hertzflow-skills is useful for: Quickly scaffold a new project structure with predefined templates and configurations.; Automate code formatting and linting across multiple files in a project.; Generate boilerplate code for API endpoints or database models.; Manage environment variables and secrets securely within a project.; Integrate with external services like GitHub or Slack for notifications and deployments.; Run custom scripts or commands with a standardized interface..