BeClaude

agent-skills

New
GitHub TrendingGeneralby RE-codes

Agent SKILL.md file to use with Claude Code or Codex. Experimental.

First seen 5/22/2026

Summary

md file for Claude Code or Codex, enabling agents to define, manage, and execute custom skills in an experimental agent workflow.

  • It helps developers standardize skill definitions and automate multi-step tasks within agentic environments.

Install & Usage

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

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

3
Invoke with @agent-name
@agent-skills

Use Cases

Define a custom skill for automated code review and integrate it into an agent workflow.
Create a skill that fetches data from an API and formats it into a report using Claude Code.
Manage a library of reusable skills for common development tasks like testing or deployment.
Experiment with agent-driven task execution by chaining multiple skills together.
Share skill definitions across a team to ensure consistent agent behavior in CI/CD pipelines.
Prototype a new agent capability by writing a skill file and testing it with Claude Code.

Usage Examples

1

/agent-skills create my-skill --description 'Automated unit test generator' --steps 'analyze code, generate tests, run tests'

2

/agent-skills list

3

Define a skill that summarizes pull requests and outputs a markdown file.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-skills?

The agent-skills skill provides a structured SKILL.md file for Claude Code or Codex, enabling agents to define, manage, and execute custom skills in an experimental agent workflow. It helps developers standardize skill definitions and automate multi-step tasks within agentic environments.

How to install agent-skills?

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

What is agent-skills best for?

agent-skills is a agent categorized under General. It is designed for: agent. Created by RE-codes.

What can I use agent-skills for?

agent-skills is useful for: Define a custom skill for automated code review and integrate it into an agent workflow.; Create a skill that fetches data from an API and formats it into a report using Claude Code.; Manage a library of reusable skills for common development tasks like testing or deployment.; Experiment with agent-driven task execution by chaining multiple skills together.; Share skill definitions across a team to ensure consistent agent behavior in CI/CD pipelines.; Prototype a new agent capability by writing a skill file and testing it with Claude Code..