public-skills
Health Warn
- License — License: MIT
- No description — Repository has no description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Warn
- process.env — Environment variable access in ghost-content-manager/src/client.js
- network request — Outbound network request in ghost-content-manager/src/client.js
Permissions Pass
- Permissions — No dangerous permissions requested
This is a collection of productivity and workflow automation skills (plugins) designed for AI coding assistants like Claude Code, Codex CLI, and OpenCode. It bundles multiple utilities for tasks such as stripping image metadata, managing blog content, and integrating with note-taking apps.
Security Assessment
The tool carries a Medium overall security risk. While it does not request explicitly dangerous permissions or contain hardcoded secrets, the `ghost-content-manager` skill is flagged for making outbound network requests and accessing environment variables. This is an expected behavior for a plugin designed to sync content with an external Ghost blog, but it means the tool will transmit data over the internet. Other skills, such as `image-generator` and `readwise-assistant`, likely interact with external APIs as well. No malicious execution patterns were detected.
Quality Assessment
The project is recently maintained, with its last push occurring today. It benefits from a clear MIT license, which is excellent for open-source modification and distribution. However, the repository suffers from low community visibility (only 8 GitHub stars) and lacks a top-level description. It is worth noting that several included skills are direct ports or forks of utilities created by well-known developers in the ecosystem (such as Matt Pocock), which adds a layer of inherent credibility to the collection.
Verdict
Use with caution — the skills are relatively safe, but the collection has low community visibility and specific plugins actively transmit data externally.
Agent skills and Claude Code plugins for productivity and workflow automation. These skills follow the Agent Skills specification and are compatible with Claude Code, Codex CLI, and OpenCode.
Installation
Marketplace
/plugin marketplace add ethanolivertroy/skills
/plugin install <skill-name>@skills
npx skills
Install all skills from this repo:
npx skills add [email protected]:ethanolivertroy/skills.git
Install a single skill:
npx skills@latest add ethanolivertroy/skills/<skill-name>
Manually
Claude Code
Add skill folders to ~/.claude/plugins/ (for plugins with commands and hooks) or copy SKILL.md into an existing plugin's skills/ folder.
git clone https://github.com/ethanolivertroy/skills.git
See the Claude Code skills documentation for details.
Codex CLI
Copy skill directories into your Codex skills path (typically ~/.codex/skills/).
See the Agent Skills specification for the standard skill format.
OpenCode
Clone the repo into the OpenCode skills directory:
git clone https://github.com/ethanolivertroy/skills.git ~/.opencode/skills/ethanolivertroy-skills
OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No config changes needed — skills become available after restarting OpenCode.
Skills
| Skill | Description |
|---|---|
| exif-stripper | Strip sensitive EXIF metadata from images before publishing to the web |
| ghost-content-manager | Manage Ghost blog drafts — create posts, sync, and push changes |
| grill-me | Interview relentlessly about a plan until reaching shared understanding — via mattpocock/skills |
| image-generator | Generate and edit images using Gemini image models |
| improve-codebase-architecture | Explore codebase for shallow modules and propose deepening refactors — via mattpocock/skills |
| made-to-stick | Apply the SUCCESs framework to make ideas, copy, and content more memorable |
| mischief-managed | End-of-session summary to Obsidian — captures decisions, code changes, and follow-ups with optional Linear sync |
| obsidian-skills | Obsidian vault skills via @kepano/obsidian-skills |
| prd-to-issues | Break a PRD into vertical-slice GitHub issues — via mattpocock/skills |
| ralph-loop | Continuous self-referential AI loops for iterative development |
| readwise-assistant | Search highlights, save articles, and analyze reading data via Readwise |
| tdd | Test-driven development with red-green-refactor loop — via mattpocock/skills |
| visual-explainer | Visual explanations via @nicobailon/visual-explainer |
| write-a-prd | Create a PRD through user interview and codebase exploration — via mattpocock/skills |
Configuration
Some skills use template variables that you'll need to replace with your own paths:
{{VAULT_PATH}}— Your Obsidian vault path (e.g.,~/Documents/MyVault). Used by: mischief-managed
Third-Party Skills
Skills marked "via mattpocock/skills" are included under the MIT license (see THIRD-PARTY-NOTICES.md). You can also install them directly from the original repo:
npx skills@latest add mattpocock/skills/grill-me
npx skills@latest add mattpocock/skills/write-a-prd
npx skills@latest add mattpocock/skills/prd-to-issues
npx skills@latest add mattpocock/skills/tdd
npx skills@latest add mattpocock/skills/improve-codebase-architecture
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found