Skip to content
BeClaude

krazyskills

New
GitHub TrendingGeneralby krazyuniks

Agent skills for Codex, Claude Code, and other SKILL.md-aware agents

Summary

md-aware agents, enabling automated task execution and workflow orchestration.

  • It simplifies complex multi-step processes by leveraging pre-built agent capabilities, making it easier for developers to integrate intelligent automation into their projects.

Install & Usage

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

Add the configuration to .claude/agents/krazyskills.md

3
Invoke with @agent-name
@krazyskills

Use Cases

Automate code review and refactoring across multiple files using agent-driven analysis.
Orchestrate multi-step CI/CD pipelines with agent-managed task sequencing.
Generate and manage project documentation by delegating research and writing to agents.
Perform bulk file operations like renaming, moving, or transforming files based on rules.
Integrate with external APIs to fetch data and trigger actions without manual scripting.
Create custom agent workflows for repetitive development tasks like dependency updates.

Usage Examples

1

/krazyskills review all changed files in the current branch and suggest improvements

2

Use krazyskills to refactor the src/ directory by extracting reusable functions

3

Run krazyskills to update all package.json dependencies to their latest versions

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is krazyskills?

Krazyskills provides a collection of agent skills designed for Codex, Claude Code, and other SKILL.md-aware agents, enabling automated task execution and workflow orchestration. It simplifies complex multi-step processes by leveraging pre-built agent capabilities, making it easier for developers to integrate intelligent automation into their projects.

How to install krazyskills?

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

What is krazyskills best for?

krazyskills is a agent categorized under General. It is designed for: agent. Created by krazyuniks.

What can I use krazyskills for?

krazyskills is useful for: Automate code review and refactoring across multiple files using agent-driven analysis.; Orchestrate multi-step CI/CD pipelines with agent-managed task sequencing.; Generate and manage project documentation by delegating research and writing to agents.; Perform bulk file operations like renaming, moving, or transforming files based on rules.; Integrate with external APIs to fetch data and trigger actions without manual scripting.; Create custom agent workflows for repetitive development tasks like dependency updates..