Agent Plugins Marketplace
All plugins

okisdev

v0.0.37

Personal skills collection by okisdev. Includes 28 skills.

Claude Code28 Skills

By okisdevLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
28 skill or MCP entries
Source updated
Sep 24, 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 okisdev for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install okisdev@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/okisdev/ai-reference

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

okisdev/
├── .claude-plugin/plugin.json
├── skills/approve-pr/SKILL.md
├── skills/audit-repo/SKILL.md
├── skills/clean-memory/SKILL.md
├── skills/commit-changes/SKILL.md
├── skills/create-branch/SKILL.md
├── skills/create-pr/SKILL.md
├── skills/create-verify-skill/SKILL.md
├── skills/design-dashboard/SKILL.md
├── skills/diagnose-root/SKILL.md
├── skills/distill-session/SKILL.md
├── skills/find-icon/SKILL.md
├── skills/inspect-db/SKILL.md
├── skills/mirror-reference/SKILL.md
├── skills/normalize-agents-md/SKILL.md
├── skills/onboard-repo/SKILL.md
├── skills/optimize-repo/SKILL.md
├── skills/organize-commits/SKILL.md
├── skills/plan-charts/SKILL.md
├── skills/read-source/SKILL.md
├── skills/ship-pr/SKILL.md
├── skills/summarize-review/SKILL.md
├── skills/upgrade-deps/SKILL.md
├── skills/use-project-memory/SKILL.md
├── skills/verify-cli/SKILL.md
├── skills/verify-issue/SKILL.md
├── skills/verify-pr/SKILL.md
├── skills/verify-pr-comments/SKILL.md
└── skills/verify-ui/SKILL.md

Included Skills28

approve-prskills/approve-pr/SKILL.md

Approve a GitHub PR as a maintainer once verify-pr clears it, posting the GitHub approval or declining, with an optional hand-off to ship-pr for the merge.

audit-reposkills/audit-repo/SKILL.md

Run a multi-round parallel verification sweep over recent work or a whole repository, tracking findings in a fix ledger and looping fix and re-verify rounds until a round comes back clean.

clean-memoryskills/clean-memory/SKILL.md

Verify a repository's project memory against the live tree and GitHub, then confirm, correct, compact, promote, archive, or disprove each topic so stale, derivable, or wrong memories stop steering agents and stop costing context.

commit-changesskills/commit-changes/SKILL.md

Stage and commit only uncommitted file changes into clean, categorized commits; existing commits are left untouched.

create-branchskills/create-branch/SKILL.md

Create a new branch off the default base (not the current HEAD, so unrelated commits stay behind) and move all uncommitted changes onto it. Use when you started work on the wrong branch or on main.

create-prskills/create-pr/SKILL.md

create or open a GitHub pull request (PR) from the current branch with a title and body that follow the repo's conventions and the user's writing style

create-verify-skillskills/create-verify-skill/SKILL.md

Generate a project-local verify skill with a feature map so the repository gains a scripted, rerunnable way to prove its app's behavior, proven once end to end before handover.

design-dashboardskills/design-dashboard/SKILL.md

Design or redesign an admin, ops, or customer dashboard in the repository's own design law, from a measured diagnosis to a verified build and a contract in AGENTS.md.

diagnose-rootskills/diagnose-root/SKILL.md

Diagnose a failure to its origin with a reproduction first, fix the cause rather than the symptom, and stop at the diagnosis when only an explanation was asked.

distill-sessionskills/distill-session/SKILL.md

Mine recent session transcripts for durable lessons and turn them into proposed skill edits, rule candidates, or memory writes, applying nothing without approval.

find-iconskills/find-icon/SKILL.md

Locate a verified icon for a brand, product, or UI concept and deliver it as a lucide-react import or a vendored SVG component when asked to find or add icons.

inspect-dbskills/inspect-db/SKILL.md

Inspect a live database with real SQL before reasoning from ORM schema files, resolving the connection from the project's own configuration and staying read-only unless explicitly asked to write.

mirror-referenceskills/mirror-reference/SKILL.md

Extract the load-bearing pattern from a reference URL, repository, or sibling path and re-express it in this codebase's own idiom with a deviation report, never cloning the reference.

normalize-agents-mdskills/normalize-agents-md/SKILL.md

Rewrite a repository's AGENTS.md and CLAUDE.md files into short normative instruction files, routing incidents, inventories, and module internals to where they belong, within the size caps every harness reads.

onboard-reposkills/onboard-repo/SKILL.md

Build a structured understanding of a repository before any edit, producing a compact map of entry points, conventions, and prior art with every claim cited by file.

optimize-reposkills/optimize-repo/SKILL.md

Run an optimization pass over a repository or recent changes that simplifies and deletes, reuses existing primitives, conforms to repo conventions, syncs docs, verifies, and ends uncommitted.

organize-commitsskills/organize-commits/SKILL.md

Organize uncommitted changes or messy commits on the current branch into clean, categorized commits grouped by purpose. Can reset and rewrite already-committed (even pushed) history.

plan-chartsskills/plan-charts/SKILL.md

Decide what a dashboard shows and in which chart form, including forms and data it does not have yet, from what the product holds and production says, then build it in verified batches.

read-sourceskills/read-source/SKILL.md

Answer an API or behavior question about a dependency from authoritative source by reading installed code, the published npm artifact, or the upstream repository at the pinned version before ever trusting docs.

ship-prskills/ship-pr/SKILL.md

Drive a change to a merged PR end to end, building or resuming the PR, looping over CI and review threads to address feedback, and merging once every check and review has settled, skipping only a still-pending item that has gone quiet well past the 15-minute settle window.

summarize-reviewskills/summarize-review/SKILL.md

Write a maintainer-style summary review of a GitHub PR for the original author, run after review fixes are applied.

upgrade-depsskills/upgrade-deps/SKILL.md

Upgrade dependency versions and lockfiles across npm workspaces, Python uv projects, and GitHub Actions when asked to bump, upgrade, or update dependencies.

use-project-memoryskills/use-project-memory/SKILL.md

Read and write Claude project auto-memory so Claude, Grok, and Codex share one store that holds only durable facts the repository and GitHub cannot give. Use at the start of interactive repo work (not in a delegated run), when such a fact is learned, or when the user says remember / 记住 / 项目记忆.

verify-cliskills/verify-cli/SKILL.md

Drive and verify a CLI or TUI change in a scripted terminal harness with captured transcripts as evidence, when asked to verify terminal behavior, check an interactive flow, or reproduce a terminal bug.

verify-issueskills/verify-issue/SKILL.md

Fetch a GitHub issue and verify its claims against the codebase with concrete evidence.

verify-prskills/verify-pr/SKILL.md

Verify a GitHub PR against its stated goal and the surrounding codebase, judging whether it should exist at all before correctness, tests, conventions, and side effects.

verify-pr-commentsskills/verify-pr-comments/SKILL.md

Fetch review comments on a GitHub PR (bots + humans) and verify each claim against the actual code, reporting which to accept / reject / defer with concrete evidence and fix drafts.

verify-uiskills/verify-ui/SKILL.md

Render and verify a web UI change in a real browser with a managed dev server, DOM assertions, and screenshots when asked to verify UI work or act on visual feedback.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "okisdev",
  "description": "Personal skills collection by okisdev",
  "version": "0.0.37",
  "author": {
    "name": "okisdev"
  },
  "license": "MIT",
  "skills": [
    "./skills/create-branch",
    "./skills/commit-changes",
    "./skills/organize-commits",
    "./skills/create-pr",
    "./skills/summarize-review",
    "./skills/verify-issue",
    "./skills/verify-pr",
    "./skills/verify-pr-comments",
    "./skills/approve-pr",
    "./skills/ship-pr",
    "./skills/upgrade-deps",
    "./skills/find-icon",
    "./skills/verify-ui",
    "./skills/audit-repo",
    "./skills/optimize-repo",
    "./skills/read-source",
    "./skills/inspect-db",
    "./skills/onboard-repo",
    "./skills/use-project-memory",
    "./skills/diagnose-root",
    "./skills/mirror-reference",
    "./skills/distill-session",
    "./skills/verify-cli",
    "./skills/create-verify-skill",
    "./skills/normalize-agents-md",
    "./skills/clean-memory",
    "./skills/design-dashboard",
    "./skills/plan-charts"
  ]
}

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

[okisdev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/okisdev)