openclaw/agent-skills
Useful skills for agents and claws.
What it solves
It eliminates the need to manually copy and paste long instruction files (SKILL.md) across multiple repositories. By providing a centralized, canonical source for common coding agent workflows, it ensures that agents across different projects maintain consistent behavior and use the most up-to-date processes.
How it works
The project provides a library of shared "skills"—predefined workflows and helper scripts—that can be installed into an agent's skill directory (such as for Codex or Claude Code) via symlinks or direct copies. It includes a management script (install-skills) to handle the deployment of these skills to specific target directories.
Who it’s for
Developers and maintainers of AI coding agents who want to standardize operational workflows (like code reviews and validation) across multiple software projects.
Highlights
- Standardized Workflows: Includes skills for structured code review closeouts (
autoreview), remote validation (crabbox), and task delegation (handoff). - ** keluarga-friendly Installation**: Supports symlinking for immediate updates during development or copying for portable, locked-down environments.
- Behavior Validation: Features a
behavior-validatorto check user-visible behavior against a contract without needing to see the source code. - Session Management: Provides tools for redacting and publishing coding sessions (
beam) and a local HTML viewer for searching agent session logs (session-viewer).
Related
- Project
- Project
- Project
- Project
- Project