Agent Plugins Marketplace
All plugins

patinaproject-skills

v2.35.0

patinaproject-skills is an open-source Codex and Claude Code plugin indexed from GitHub with 24 skills and 1 MCP server. Review its manifest and source before installing.

CodexClaude Code24 Skills1 MCP serverStreamable HTTP

1 GitHub starsUpdated 48 minutes ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
25 skill or MCP entries
Source updated
Sep 3, 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 patinaproject-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add patinaproject/skills
codex plugin marketplace upgrade patinaproject-skills
codex plugin add patinaproject-skills@patinaproject-skills

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

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

  • Codex: patinaproject-skills@agent-plugin-marketplacepatinaproject-skills@patinaproject-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/patinaproject/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

patinaproject-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/codex-pr-feedback-loop/SKILL.md
├── skills/design-by-contract/SKILL.md
├── skills/develop/SKILL.md
├── skills/develop-with-workflow/SKILL.md
├── skills/finish-pr/SKILL.md
├── skills/fix/SKILL.md
├── skills/grill-system-design/SKILL.md
├── skills/grill-to-spec/SKILL.md
├── skills/install-skills/SKILL.md
├── skills/merge-pr/SKILL.md
├── skills/move-branch-here/SKILL.md
├── skills/new-branch/SKILL.md
├── skills/offensive-programming/SKILL.md
├── skills/orchestrate/SKILL.md
├── skills/polish/SKILL.md
├── skills/prompting-fable/SKILL.md
├── skills/ready-pr/SKILL.md
├── skills/review-system-design/SKILL.md
├── skills/running-mobile-simulators/SKILL.md
├── skills/scaffold-repository/SKILL.md
├── skills/update-branch/SKILL.md
├── skills/using-github/SKILL.md
├── skills/working-on-issue/SKILL.md
├── skills/write-changelog/SKILL.md
└── .mcp.json

Included Skills24

codex-pr-feedback-loopskills/codex-pr-feedback-loop/SKILL.md

Keep a Codex app task working through feedback on an existing pull request. Use after the task has pushed the pull request once and should continue handling new automated review feedback.

design-by-contractskills/design-by-contract/SKILL.md

Describe an important design decision as an agreement between a caller and the code it uses. Use when another skill or the user asks for design-by-contract analysis.

developskills/develop/SKILL.md

Build one issue or instruction set through implementation, local review, and a ready-to-merge pull request.

develop-with-workflowskills/develop-with-workflow/SKILL.md

Split one issue or instruction set into independent parts, build those parts in parallel with the Claude Workflow tool, and combine them on one branch. Use only when the user asks for parallel implementation.

finish-prskills/finish-pr/SKILL.md

Deprecated name for ready-pr.

fixskills/fix/SKILL.md

Fix one reported behavior from a red reproduction through a deployed retest of the current pull request head.

grill-system-designskills/grill-system-design/SKILL.md

Question the user about important system design decisions, then prepare the decided design for a specification. Use when a design needs a focused interview before it can be specified.

grill-to-specskills/grill-to-spec/SKILL.md

Question the user until a design is decided, then prepare the specification and complete proposed ADR or glossary text for /to-spec. Use when the implementing branch does not exist or is not the current branch.

install-skillsskills/install-skills/SKILL.md

Install or refresh project-local agent skills recorded in skills-lock.json. Use when the user names a skill source to add to the repository or asks to update its locked skills.

merge-prskills/merge-pr/SKILL.md

Merge a pull request with the repository's configured auto-merge. Use when the user asks to merge a pull request or another skill needs to merge one.

move-branch-hereskills/move-branch-here/SKILL.md

Move a branch from another worktree in the same repository to the current worktree, and copy its polish review record when available. Use when Git refuses checkout because another worktree holds the branch or when the user asks to move it here.

new-branchskills/new-branch/SKILL.md

Create or switch to the issue branch supplied by the repository's tracker instructions. Use for branch setup or when working-on-issue needs the issue branch.

offensive-programmingskills/offensive-programming/SKILL.md

Offensive programming applies before writing an error handler, null check, fallback, optional chain over uncertain data, retry, assertion, guard branch, configuration skip, or workaround.

orchestrateskills/orchestrate/SKILL.md

Keep user-visible Codex tasks moving. Resume safe idle tasks, ask them to repair current pull request conflicts or failed checks, and report tasks that need the user. Check attached delegated work before sending a message.

polishskills/polish/SKILL.md

Review a completed branch for design, repository standards, and issue requirements, then fix clear findings and repeat until the current commit passes. Use before publishing completed work.

prompting-fableskills/prompting-fable/SKILL.md

Write prompts and choose settings for Claude Fable 5. Use when the user asks about Fable prompts, reasoning effort, long-running goals, worktrees, workflows, subagents, model selection, or Fable-related CLAUDE.md instructions.

ready-prskills/ready-pr/SKILL.md

Publish completed branch work and keep fixing current pull request problems until it is ready to merge or needs a person. Use when the user asks to create, publish, finish, or ready a pull request.

review-system-designskills/review-system-design/SKILL.md

Present important design agreements from a diff or specification to a human reviewer in plain language and dependency order. Use when the user asks for a system design review.

running-mobile-simulatorsskills/running-mobile-simulators/SKILL.md

Manage Android emulators and iOS simulators on shared development hosts. Use when an agent needs a virtual mobile device for app execution, UI automation, evidence capture, recovery, cleanup, or Maestro.

scaffold-repositoryskills/scaffold-repository/SKILL.md

Set up a new repository with the Patina Project standard files, or compare and update an existing repository. Use when the user asks to scaffold a repository, audit its conventions, align it with Patina Project, or configure commitlint and Husky.

update-branchskills/update-branch/SKILL.md

Merge the current pull request's target branch into the current work branch with Git and push the result. Without a pull request, merge an explicit or default target locally. Use when the user says update branch or asks to merge the base or default branch.

using-githubskills/using-github/SKILL.md

Work with repository settings, pull requests, reviews, checks, and releases on GitHub. Use for GitHub operations other than issue tracking.

working-on-issueskills/working-on-issue/SKILL.md

Prepare an issue for development by finding it, switching to its branch, assigning it when unassigned, and marking it started. Use whenever issue-linked work begins or resumes.

write-changelogskills/write-changelog/SKILL.md

Write user-facing changelog or release note text from a milestone or published release. Use when the user asks for milestone notes, release notes, or a changelog based on tracked issues.

MCP servers1

linearStreamable HTTP
url
https://mcp.linear.app/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "patinaproject-skills",
  "version": "2.35.0",
  "skills": [
    "./skills/scaffold-repository",
    "./skills/using-github",
    "./skills/new-branch",
    "./skills/working-on-issue",
    "./skills/develop",
    "./skills/develop-with-workflow",
    "./skills/ready-pr",
    "./skills/merge-pr",
    "./skills/finish-pr",
    "./skills/codex-pr-feedback-loop",
    "./skills/polish",
    "./skills/update-branch",
    "./skills/move-branch-here",
    "./skills/install-skills",
    "./skills/grill-to-spec",
    "./skills/design-by-contract",
    "./skills/offensive-programming",
    "./skills/grill-system-design",
    "./skills/review-system-design",
    "./skills/fix",
    "./skills/running-mobile-simulators",
    "./skills/orchestrate",
    "./skills/write-changelog",
    "./skills/prompting-fable"
  ]
}
.claude-plugin/plugin.json
{
  "name": "patinaproject-skills",
  "skills": [
    "./skills/scaffold-repository",
    "./skills/using-github",
    "./skills/new-branch",
    "./skills/working-on-issue",
    "./skills/develop",
    "./skills/develop-with-workflow",
    "./skills/ready-pr",
    "./skills/merge-pr",
    "./skills/finish-pr",
    "./skills/codex-pr-feedback-loop",
    "./skills/polish",
    "./skills/update-branch",
    "./skills/move-branch-here",
    "./skills/install-skills",
    "./skills/grill-to-spec",
    "./skills/design-by-contract",
    "./skills/offensive-programming",
    "./skills/grill-system-design",
    "./skills/review-system-design",
    "./skills/fix",
    "./skills/running-mobile-simulators",
    "./skills/orchestrate",
    "./skills/write-changelog",
    "./skills/prompting-fable"
  ]
}

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

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