https://github.com/xfiveco/skills
https://github.com/xfiveco/skills
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xfiveco/skills
- Owner: xfiveco
- Created: 2026-02-10T10:36:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T11:51:55.000Z (3 months ago)
- Last Synced: 2026-03-26T14:29:48.006Z (3 months ago)
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skills Repository
This repository contains local agent skills used to guide task workflows.
## Install With `skills` CLI
Use the [`skills` npm package](https://www.npmjs.com/package/skills) to install these skills.
```bash
# Install skills from this repository (interactive)
npx skills add xfiveco/skills
```
## Repository Layout
- `skills/plan-task/SKILL.md`
- `skills/task-complete/SKILL.md`
- `skills/xfive-figma-to-wordpress/SKILL.md`
- `skills/xfive-chisel-acf-blocks/SKILL.md`
Each skill lives in its own directory and is defined by a `SKILL.md` file.
## Included Skills
### `plan-task`
Reads `task.md`, scans the repository, captures discoveries, asks clarifying questions, and prepares a detailed implementation plan before coding.
### `task-complete`
Finalizes a completed task by preparing MR/PR title and description, handling `task.md` cleanup, and guiding the final push/open-PR step.
### `xfive-figma-to-wordpress`
Implement Figma designs. Create WordPress pages from Figma designs. Create WordPress blocks and components from Figma designs. Compliment Figma MCP server.
### `xfive-chisel-acf-blocks`
Create custom ACF block in WordPress themes based on Chisel 2.0.
## Notes
- This is a workflow/configuration repository, not an application codebase.
- Add new skills under `skills//SKILL.md`.