Agent Plugins Marketplace
All plugins

charley-skills

v1.20.1

Charley's Agent Skills for engineering, memory, and media.

CodexClaude Code15 Skills

By Charley Wu4 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install charley-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add akunzai/agent-skills
codex plugin marketplace upgrade akunzai-agent-skills
codex plugin add charley-skills@akunzai-agent-skills

Paste and run these commands in a terminal with Codex. They add and refresh the akunzai-agent-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “charley-skills” remain stable.

  • Codex: charley-skills@agent-plugin-marketplacecharley-skills@akunzai-agent-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/akunzai/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

charley-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agents-md/SKILL.md
├── skills/agentsview-extract/SKILL.md
├── skills/agentsview-resume/SKILL.md
├── skills/aube/SKILL.md
├── skills/backfill-unit-tests/SKILL.md
├── skills/github-epic/SKILL.md
├── skills/gitlab-epic/SKILL.md
├── skills/mise/SKILL.md
├── skills/pr-workflow/SKILL.md
├── skills/setup-agent-ready-repo/SKILL.md
├── skills/tech-lead/SKILL.md
├── skills/tidy-commits/SKILL.md
├── skills/to-memory/SKILL.md
├── skills/to-walkthrough-video/SKILL.md
└── skills/write-e2e-tests/SKILL.md

Included Skills15

agents-mdskills/agents-md/SKILL.md

AGENTS.md: create, audit, or maintain the file. Use when the user mentions AGENTS.md, project memory, instruction budget, or progressive disclosure of agent instructions.

agentsview-extractskills/agentsview-extract/SKILL.md

Persist gotchas, preferences, or a repeated workflow from recorded agent history into AGENTS.md or a new skill.

agentsview-resumeskills/agentsview-resume/SKILL.md

Take over an unfinished coding session recorded by AgentsView — from Codex, Claude Code, Cursor, Copilot, Grok, or another machine — by reconstructing a short handoff and verifying it against the current repository.

aubeskills/aube/SKILL.md

Use when managing a Node.js project's dependencies or scripts with aube (https://aube.sh/), or migrating a project from pnpm, npm, or bun to aube — including its lockfile, CI, lifecycle-script jail, and Dependabot handling.

backfill-unit-testsskills/backfill-unit-tests/SKILL.md

Use when backfilling unit test coverage on an existing, under-tested codebase — detecting the project's test framework across any language, generating tests for coverage gaps, and validating that they build, run under CI, and actually fail on broken code. For interactive feature-first development, use the tdd skill instead. Out of scope: integration, end-to-end, browser, and performance tests.

github-epicskills/github-epic/SKILL.md

Use ONLY when a git repository is hosted on GitHub to create, structure, or link GitHub epics, sub-issues, and dependency relationships.

gitlab-epicskills/gitlab-epic/SKILL.md

Use ONLY when a git repository is hosted on GitLab to create, structure, or link GitLab epics, sub-issues, and issue relations.

miseskills/mise/SKILL.md

mise: set up a project's toolchain in mise.toml, migrate Makefile or npm scripts to tasks, or wire mise into CI or containers.

pr-workflowskills/pr-workflow/SKILL.md

Use when preparing, creating, updating, or reviewing pull requests — enforcing pre-PR checks, atomic commits, dependency release links, and issue linkage (GitHub primary, non-GitHub referenced).

setup-agent-ready-reposkills/setup-agent-ready-repo/SKILL.md

Set up a repository so agents can file tickets, open pull or merge requests, and verify their own changes.

tech-leadskills/tech-lead/SKILL.md

Tech-lead: split implementation into slices, brief a subagent, isolate independent slices in git worktrees, and accept the result in the primary session. Use when delegating implementation to subagents or running parallel worktrees.

tidy-commitsskills/tidy-commits/SKILL.md

Use when cleaning up local git commit history before review or merge — squashing WIP/fixup noise, reordering, rewording, splitting mixed-concern commits, dropping noise, or fixing unsigned commits.

to-memoryskills/to-memory/SKILL.md

Explicitly record something worth remembering, deciding scope (global vs. project) and tier (short-term candidate vs. long-term durable), then writing it. Use on `/to-memory`, "remember this", or `$to-memory`. Autonomous knowledge capture after solving a problem is agents-md's Prevent Recurrence, not this skill.

to-walkthrough-videoskills/to-walkthrough-video/SKILL.md

Record a website walkthrough video with auto-zoom on clicks. Use when the user asks for a walkthrough, when a PR, MR, or issue needs a recording of a web flow, or on /to-walkthrough-video.

write-e2e-testsskills/write-e2e-tests/SKILL.md

Use when the user wants browser UI e2e as a Playwright Test spec — converting a completed webwright run, or unblocking a missing Playwright toolchain or webwright run first. Not for API-level end-to-end tests.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "charley-skills",
  "description": "Charley's Agent Skills for engineering, memory, and media.",
  "version": "1.20.1",
  "author": {
    "name": "Charley Wu"
  },
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "charley-skills",
  "description": "Charley's Agent Skills for engineering, memory, and media.",
  "version": "1.20.1",
  "author": {
    "name": "Charley Wu"
  },
  "skills": [
    "./skills/agents-md",
    "./skills/agentsview-extract",
    "./skills/agentsview-resume",
    "./skills/aube",
    "./skills/backfill-unit-tests",
    "./skills/github-epic",
    "./skills/gitlab-epic",
    "./skills/mise",
    "./skills/pr-workflow",
    "./skills/setup-agent-ready-repo",
    "./skills/tech-lead",
    "./skills/tidy-commits",
    "./skills/to-memory",
    "./skills/to-walkthrough-video",
    "./skills/write-e2e-tests"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[charley-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/charley-skills)