agent-workflow-skills
NewCurated public collection of practical SKILL.md agent skills for AI-agent workflows
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/agent-workflow-skills.md
/agent-workflow-skillsUse Cases
Usage Examples
/agent-workflow-skills list all available skills
Use the web-scraper skill to extract headlines from a news site and save them to a file.
Activate the data-merge skill to combine CSV files from the current directory into a single dataset.
Security Audits
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..