hertzflow-skills
NewSummary
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/hertzflow-skills.md https://raw.githubusercontent.com/HertzFlow/hertzflow-skills/main/SKILL.md/hertzflow-skillsUse Cases
Usage Examples
/hertzflow-skills scaffold project my-app --template react-ts
Use hertzflow-skills to lint all files in the src directory and fix errors automatically.
/hertzflow-skills generate model User --fields name:string email:string
Security Audits
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..