BeClaude

assaf-agent-skills

New
2GitHub TrendingGeneralby AssafTzurEl

A personal collection of portable Agent Skills on the open SKILL.md standard

First seen 6/18/2026

Summary

md standard.

  • It simplifies building, sharing, and reusing agent skills across projects, making automation more modular and maintainable.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/assaf-agent-skills.md

3
Invoke with @agent-name
@assaf-agent-skills

Use Cases

Automate repetitive code review tasks by invoking a custom agent skill that checks for common issues.
Quickly scaffold new project components using a reusable agent skill that generates boilerplate code.
Integrate a third-party API agent skill to fetch and process data without manual scripting.
Manage multiple agent skills in a monorepo by organizing them under a single portable collection.
Share agent workflows with team members by exporting skills in the open SKILL.md format.
Orchestrate multi-step agent pipelines that chain skills together for complex automation.

Usage Examples

1

/assaf-agent-skills list all available skills in the collection.

2

Use the 'code-review' agent skill from assaf-agent-skills to review the latest pull request.

3

Deploy the 'scaffold' skill from assaf-agent-skills to create a new React component.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is assaf-agent-skills?

This skill provides a portable collection of agent-based automation tools for Claude Code, enabling developers to quickly deploy and manage custom agent workflows using the open SKILL.md standard. It simplifies building, sharing, and reusing agent skills across projects, making automation more modular and maintainable.

How to install assaf-agent-skills?

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

What is assaf-agent-skills best for?

assaf-agent-skills is a agent categorized under General. It is designed for: agent. Created by AssafTzurEl.

What can I use assaf-agent-skills for?

assaf-agent-skills is useful for: Automate repetitive code review tasks by invoking a custom agent skill that checks for common issues.; Quickly scaffold new project components using a reusable agent skill that generates boilerplate code.; Integrate a third-party API agent skill to fetch and process data without manual scripting.; Manage multiple agent skills in a monorepo by organizing them under a single portable collection.; Share agent workflows with team members by exporting skills in the open SKILL.md format.; Orchestrate multi-step agent pipelines that chain skills together for complex automation..