agent-skills
NewAgent SKILL.md file to use with Claude Code or Codex. Experimental.
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agent-skills.md
@agent-skillsUse Cases
Usage Examples
/agent-skills create my-skill --description 'Automated unit test generator' --steps 'analyze code, generate tests, run tests'
/agent-skills list
Define a skill that summarizes pull requests and outputs a markdown file.
Security Audits
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..