Back to the catalog

wordpress-agent-skills

Agent Skills for WordPress development: Best practices, guardrails, and workflows for AI coding assistants.

Open source Open in the app JSON README (API)

About

Agent Skills for WordPress development: Best practices, guardrails, and workflows for AI coding assistants.

Details

Kind
Plugins
Topic
Social & content
Publisher
xilonz
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
6
Forks
1
Last push
2026-08-17T00:59:36Z
Repository state
ativo
Language
JavaScript
License
NOASSERTION
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
xilonz/gemini-wordpress-agent-skills

README

# WordPress Agent Skills Extension for Gemini CLI

This extension brings the [WordPress Agent Skills](https://github.com/WordPress/agent-skills) to the Gemini CLI.

## Installation

You can install this extension directly from GitHub using the Gemini CLI:

```bash
gemini extensions install https://github.com/Xilonz/gemini-wordpress-agent-skills
```

## Documentation

For full documentation on available skills and how they work, please refer to the upstream repository:

- [Why Agent Skills?](https://github.com/WordPress/agent-skills#why-agent-skills)
- [Available Skills](https://github.com/WordPress/agent-skills#available-skills)

## Contributing

This repository is a wrapper extension for the Gemini CLI. The core skills are maintained in the [WordPress/agent-skills](https://github.com/WordPress/agent-skills) repository.

- **To contribute to skills:** Please open pull requests against [WordPress/agent-skills](https://github.com/WordPress/agent-skills).
- **To report extension issues:** Please open issues in this repository.

## Development

### Local Installation

You can also install this extension locally for development:

```bash
gemini extensions install .
```

(Run this command from inside this `extensions/gemini-cli` directory)

## License

GPL-2.0-or-later


More