krazyskills
NewAgent 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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/krazyskills.md
@krazyskillsUse Cases
Usage Examples
/krazyskills review all changed files in the current branch and suggest improvements
Use krazyskills to refactor the src/ directory by extracting reusable functions
Run krazyskills to update all package.json dependencies to their latest versions
Security Audits
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..