
Ppt
- Updated August 2, 2026
- PeiyuanQi/work-like-me
ppt offers presentation style adapters and references to third-party PPT skills. It helps produce slide decks in consistent styles by adapting presentation formatting. Aimed at users who frequently build PowerPoint-style presentations.
Key points
- Presentation style adapters
- Third-party PPT skills
- Slide deck building
Ppt by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add PeiyuanQi/work-like-me/plugin install ppt@work-like-meAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 2, 2026 |
|---|---|
| Repository | PeiyuanQi/work-like-me ↗ |
What it does
Adapt presentation styles and reference third-party PPT skills to build slide decks.
README.md
work-like-me
Shared Cursor rules, Claude Code plugins, and Codex-compatible skills that encode how you work — install them into your user profile or individual projects so every AI assistant follows the same conventions.
Quick Start
Install to Claude Code Marketplace
Push this repo to GitHub (public or private)
In Claude Code, use:
/plugin marketplace add https://github.com/PeiyuanQi/work-like-me.git
Or manually install via installer:
chmod +x install.sh && ./install.sh
Install Skills to Codex
./install.sh --codex
This copies every SKILL.md folder from wlm/plugins/*/skills/ into ${CODEX_HOME:-~/.codex}/skills.
To install to a custom Codex skills directory:
./install.sh --codex-to /absolute/path/to/skills
Install into a Project
./install.sh --rules-to /path/to/project # Cursor rules
./install.sh --plugin-to /path/to/project # Claude skills
./install.sh --rules-to /path/to/project --plugin-to /path/to/project # Both
What's Included
Cursor Rules (.cursor/rules/)
| Rule | Description |
|---|---|
node-nvm-24.mdc |
Use Node 24 via nvm before npm/yarn/pnpm |
python-use-uv.mdc |
Use uv instead of raw pip/python |
flutter-use-fvm.mdc |
Use fvm flutter / fvm dart |
Claude Code Plugins And Codex Skills (wlm/plugins/)
SWE Plugin — Software Engineer workflow skills for starting, finishing, submitting, and onboarding code work, plus primitive skills for git, review, environment setup, third-party skill references, and software decision ranking
CPA Plugin — Tax intake, tax research, filing preparation, personal finance decision ranking, and future CPA workflow skills
Worker Plugin — Daily office worker skills for productivity, memory, team collaboration, office decision ranking, and presentation workflows, including PPT style selection and the Guizang PPT style wrapper
Mechanical Plugin — Hands-on mechanical, physical build, repair, regulated-device, tooling, material, and maker decision ranking
Art Design Plugin — Art direction and visual design skills for generated images, website assets, game assets, hero art, reusable visual styles, and polished creative assets
Requirements
- Bash
rsync(preferred) — falls back tocpif unavailableuvfor Python virtual environment management
Virtual Environments
cd wlm
uv sync # Install dependencies
source .venv/bin/activate # Activate environment
Help
./install.sh --help
License
This project is licensed under the GNU General Public License v3.0 or later
(GPL-3.0-or-later) to preserve copyleft/open-source terms for redistributed
versions and derivative works. See LICENSE.