BeClaude

agent-workflow-skills

New
GitHub TrendingGeneralby valtterimelkko

Curated public collection of practical SKILL.md agent skills for AI-agent workflows

First seen 6/11/2026

Summary

md files designed to streamline AI-agent workflows.

  • It helps developers quickly integrate reusable agent patterns and automation scripts into their Claude Code projects, saving time and promoting best practices.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/agent-workflow-skills.md

3
Invoke in Claude Code
/agent-workflow-skills

Use Cases

Automate repetitive coding tasks by invoking pre-built agent skills for file manipulation or data processing.
Quickly scaffold a new agent workflow for web scraping, API integration, or report generation.
Standardize team workflows by sharing and reusing curated skill definitions across projects.
Reduce boilerplate code by leveraging community-tested agent patterns for common automation scenarios.
Enhance Claude Code's capabilities with specialized skills for debugging, testing, or deployment pipelines.

Usage Examples

1

/agent-workflow-skills list all available skills

2

Use the web-scraper skill to extract headlines from a news site and save them to a file.

3

Activate the data-merge skill to combine CSV files from the current directory into a single dataset.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-workflow-skills?

This skill provides a curated collection of practical SKILL.md files designed to streamline AI-agent workflows. It helps developers quickly integrate reusable agent patterns and automation scripts into their Claude Code projects, saving time and promoting best practices.

How to install agent-workflow-skills?

To install agent-workflow-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/agent-workflow-skills.md. Finally, /agent-workflow-skills in Claude Code.

What is agent-workflow-skills best for?

agent-workflow-skills is a community categorized under General. It is designed for: agent. Created by valtterimelkko.

What can I use agent-workflow-skills for?

agent-workflow-skills is useful for: Automate repetitive coding tasks by invoking pre-built agent skills for file manipulation or data processing.; Quickly scaffold a new agent workflow for web scraping, API integration, or report generation.; Standardize team workflows by sharing and reusing curated skill definitions across projects.; Reduce boilerplate code by leveraging community-tested agent patterns for common automation scenarios.; Enhance Claude Code's capabilities with specialized skills for debugging, testing, or deployment pipelines..