assaf-agent-skills
NewA personal collection of portable Agent Skills on the open SKILL.md standard
Summary
md standard.
- It simplifies building, sharing, and reusing agent skills across projects, making automation more modular and maintainable.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/assaf-agent-skills.md
@assaf-agent-skillsUse Cases
Usage Examples
/assaf-agent-skills list all available skills in the collection.
Use the 'code-review' agent skill from assaf-agent-skills to review the latest pull request.
Deploy the 'scaffold' skill from assaf-agent-skills to create a new React component.
Security Audits
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..