code-review
Review code for quality, security, and best practices. Use when reviewing pull requests or when the user asks for a code review. Claude, Codex, GitHub Copilot compatible.
Upload Agent Skills bundles, version them like npm, and make them searchable. No gatekeeping, just signal. Works with Claude, Codex, GitHub Copilot, VS Code, and more.
Install any skill folder in one shot:
npx aiagentskills@latest install code-review
Curated signal — highlighted for quick trust.
Review code for quality, security, and best practices. Use when reviewing pull requests or when the user asks for a code review. Claude, Codex, GitHub Copilot compatible.
Generate commit messages from git diffs. Use when writing commit messages. Follows conventional commits; works with any agent that supports SKILL.md.
Extract text, tables, and metadata from PDFs. Use when working with PDF files or document extraction. Based on the open Agent Skills standard.
Most-downloaded, trusted picks.
Generate project READMEs from codebase structure and conventions. Use when user asks for documentation or README.
Detect failing tests and propose fixes. Use when CI fails or user asks to fix tests.
Automate git operations and repository interactions. Use for branching, rebasing, or release workflows.
Agent Skills are how-to guides for AI assistants. Instead of the AI needing to know everything upfront, skills let it learn new abilities on the fly — like giving someone a recipe card instead of making them memorize an entire cookbook. Skills are simple text files (SKILL.md) that teach an AI how to do specific tasks.
This keeps context lean: you can install many skills without bloating the context window. Awesome Agent Skills · DeepLearning.AI course
Skills follow an open standard (e.g. agentskills.io). Works with: Claude Code, Claude.ai, OpenAI Codex, GitHub Copilot, VS Code, Antigravity (Google), Kiro, Gemini CLI, and more.
Agents orchestrate workflows; skills package reusable expertise. Use both: Agents or skills? The answer is both.
| Capability | Generic prompts | AI Agent Skills |
|---|---|---|
| Consistent behavior | Varies by session | Versioned, repeatable |
| Team standards | Manual copy-paste | Shared skills, one install |
| Context window | Everything in prompt | Progressive disclosure (metadata → full content → resources) |
| Fine-tuning | Required for new behavior | No fine-tuning; update SKILL.md |
| Rollback | Not available | Pin versions, rollback anytime |
Specialize, reuse, and compose your AI capabilities. Manus and Spring AI use the same ideas.
Customize AI for specific domains: legal review, financial analysis, code review, docs.
Build once, use everywhere. Deploy skills across conversations, projects, and compatible platforms.
Combine multiple skills for complex, multi-step workflows — no fine-tuning required.
SKILL.md is an open standard. Enforce team best practices and consistent execution.
Ai skills and agent skills for code, docs, and automation. Agent skills Claude, openclaw agent, skills GitHub.
Get ai skills and agent skills running in minutes.
npx aiagentskills install code-review~/.claude/skills/ or .github/skills/). Follow the skill’s README for any env or config.Teams using ai skills and agent skills in production.
"Agent skills for our AI agent cut PR review time in half. Skills GitHub integration is smooth."
"Best ai skills we've found. Agent skills Claude and openclaw agent both work. One install."
"Ai skills let us encode our docs. Our AI agent actually follows them. Game changer."
Common questions about ai agent, ai skills, and agent skills.
An AI agent is an autonomous or semi-autonomous system that uses AI to perform tasks. Agent skills extend what your AI agent can do with reusable, versioned instructions (e.g. SKILL.md).
Agent skills are reusable instruction sets (typically in SKILL.md) that teach your AI how to do specific tasks—code review, commit messages, PDF processing—with consistent, versioned behavior. They use progressive disclosure: only metadata is loaded at startup; full instructions load when the task matches. No fine-tuning required.
Agent Skills = teach the AI how to do something (workflows, best practices). MCP = help the AI access things (APIs, databases, external tools). They work together: skills define the playbook; MCP provides the data pipeline.
Fine-tuning permanently changes how a model behaves (expensive, hard to update). Agent skills are just instruction files—you can update, swap, or share them anytime without touching the model. Build once, use across Claude, Codex, Copilot, and more.
Agent skills Claude are skills designed to work with Claude (Anthropic). They follow the same SKILL.md format and can be used in Claude Code, Cursor, and other Claude-integrated tools.
Many agent skills are hosted on GitHub. You can install from the registry (one command) or from a GitHub repo URL. The registry indexes and versions skills for easy discovery—skills GitHub style.
Openclaw agent refers to the OpenClaw ecosystem for AI agents. AI Agent Skills offers openclaw agent–compatible skills so you can use the same SKILL.md format across OpenClaw and other agents.
Run npx aiagentskills install <skill-name> from your project or home directory. The CLI installs the skill and any documented dependencies. You can pin a version for repeatable installs.
Create a folder with a SKILL.md file (name, description, instructions). Add metadata (version, dependencies). Test locally, then run npx aiagentskills publish and follow the prompts to submit to the registry.
A SKILL.md file has a YAML frontmatter (name, description, optional metadata) and a markdown body that describes what the skill does, when to use it, and step-by-step instructions. Natural language is enough.
Re-run install with a specific version: npx aiagentskills install <skill-name>@<version>. Your config or lockfile can also pin versions for deterministic installs.
Check the documentation in the footer, the GitHub repo for issues and discussions, and the community Discord. For skill-specific help, open an issue on the skill’s repository if available.
Browse the registry or publish your own ai skills and agent skills.