skills

A plugin marketplace collection containing five plugins for development workflows, turning code into product requirements, general utilities, and clinical lecture briefs.

In plain words
What is it for?
Use it to discover or reference the listed plugins, including PRD-to-implementation workflows and code-to-PRD generation.
Why use it?
It provides a catalog of related plugins and explains what each one is intended to support.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add wei6bin/skills
agentmods
npx agentmods add plugins/wei6bin/skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/wei6bin/skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "skills",
  "owner": {
    "name": "wei6bin"
  },
  "metadata": {
    "description": "Marketplace hosting two variants of the prd-pr dev-workflow plugin: prd-pr (Claude Code) and prd-pr-copilot (Copilot CLI). Both run the same 10-phase orchestrator-driven flow — plan-then-build with vertical-slice architecture, slice-by-slice implementation, and an end-to-end test-plan walkthrough with screenshots embedded into the PR body. Also hosts standalone skill plugins: utility-skills, code-to-prd, and clinical-lecture-brief.",
    "version": "2.14.0"
  },
  "plugins": [
    {
      "name": "prd-pr",
      "description": "Claude Code dev-workflow plugin — orchestrator skill drives the 10-phase plan-then-build flow in the main session, dispatching helper subagents (code-explorer, code-architect, plan-reviewer, impl-backend, impl-frontend, impl-simplify, code-reviewer, security-reviewer, test-plan-walker) as needed. Loop position persists in a per-slice 07-progress.md ledger so the workflow is resumable.",
      "source": "./prd-pr",
      "agents": [
        "./agents/code-architect.md",
        "./agents/code-explorer.md",
        "./agents/plan-reviewer.md",
        "./agents/impl-backend.md",
        "./agents/impl-frontend.md",
        "./agents/impl-simplify.md",
        "./agents/code-reviewer.md",
        "./agents/security-reviewer.md",
        "./agents/test-plan-walker.md"
      ],
      "skills": [
        "./skills/orchestrator",
        "./skills/vertical-slicing",
        "./skills/git-worktrees",
        "./skills/raise-pr",
        "./skills/backend-implementer",
        "./skills/frontend-implementer",
        "./skills/reuse-ladder",
        "./skills/codebase-context-builder",
        "./skills/context-updater",
        "./skills/react-best-practices",
        "./skills/frontend-styling-standard",
        "./skills/restful-api-design",
        "./skills/test-plan-walkthrough"
      ]
    },
    {
      "name": "prd-pr-copilot",
      "description

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 93 lines scan A 13d1ebb86e98

Subscribe to this mod's changes

skills is a plugin published in the GitHub repository wei6bin/skills (2 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories