Agent Plugins Marketplace
All plugins

dots

v0.2.172

Opinionated development workflows and reusable skills for planning, building, reviewing, documenting, and shipping software.

CodexClaude Code24 Skills

By Rishi0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
24 skill or MCP entries
Source updated
Sep 12, 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 dots for Codex and Claude Code

Installs for the current user
codex plugin marketplace add rishirsv/dots
codex plugin marketplace upgrade dots
codex plugin add dots@dots

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

Compatibility: the page URL and API slug “dots” remain stable.

  • Codex: dots@agent-plugin-marketplacedots@dots

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/rishirsv/dots

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

Plugin files

plugins/dots/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/advisor/SKILL.md
├── skills/architect/SKILL.md
├── skills/architecture-review/SKILL.md
├── skills/babysit-pr/SKILL.md
├── skills/clarify/SKILL.md
├── skills/code-quality-review/SKILL.md
├── skills/design/SKILL.md
├── skills/design-review/SKILL.md
├── skills/docs-writer/SKILL.md
├── skills/explain/SKILL.md
├── skills/handoff/SKILL.md
├── skills/how/SKILL.md
├── skills/html/SKILL.md
├── skills/index/SKILL.md
├── skills/meta-prompt/SKILL.md
├── skills/orchestrate/SKILL.md
├── skills/pr/SKILL.md
├── skills/prototype/SKILL.md
├── skills/recall/SKILL.md
├── skills/scout/SKILL.md
├── skills/self-improve/SKILL.md
├── skills/skill-standards/SKILL.md
├── skills/transcribe/SKILL.md
└── skills/why/SKILL.md

Included Skills24

advisorskills/advisor/SKILL.md

Consult a stronger reviewer who sees your full conversation transcript.

architectskills/architect/SKILL.md

Design a consequential new or changed code boundary before implementation when current requirements force decisions about ownership, lifecycle, contracts, atomicity, or state. Use for 'architect this,' new APIs or module boundaries, and changes whose types, ownership, or state model must be settled first.

architecture-reviewskills/architecture-review/SKILL.md

Audit a codebase or subsystem for structural refactors, misplaced ownership, duplicated policy, weak boundaries, and code to consolidate or delete. Use for broad architecture and cleanup reviews, not explanation-only requests or reviews limited to defects introduced by a selected change.

babysit-prskills/babysit-pr/SKILL.md

Keeps a GitHub pull request moving by watching its latest checks and review feedback, fixing problems within its original goal, and replying to handled feedback. Use when the user asks to monitor, watch, or babysit a pull request; not for a one-time status report.

clarifyskills/clarify/SKILL.md

Use only when the user selects `$clarify` to resolve underspecified requirements before implementation; not for shaping a fuzzy idea, planning the implementation, or asking questions the repository can answer.

code-quality-reviewskills/code-quality-review/SKILL.md

Review completed code changes before merging for correctness, readability, simplicity, and maintainability. Returns findings by default; repairs retained in-scope findings when invoked by an authorized implementation workflow, otherwise only when the user explicitly asks.

designskills/design/SKILL.md

Use when creating, redesigning, implementing, or polishing visible web or app UI, including screens, flows, components, responsive layouts, and design-system work. Makes product changes; for an independent read-only critique or ship-readiness assessment, use design-review.

design-reviewskills/design-review/SKILL.md

Review existing product UI, screenshots, prototypes, or flows for visual quality, accessibility, design-system conformance, motion, prototype-to-implementation fidelity, and ship readiness. Returns actionable findings without changing product source; use design to create, implement, redesign, or polish UI.

docs-writerskills/docs-writer/SKILL.md

Use when writing, revising, or reviewing durable repository documentation such as READMEs, how-tos, runbooks, design docs, ADRs, troubleshooting guides, changelogs, release notes, PRDs, and agent-readable knowledge. Not for project instructions, code comments, chat explanations, publishing, or broad implementation.

explainskills/explain/SKILL.md

Use only when the user writes `$explain`. Give a plain-language or ELI5 explanation of any subject, or the previous answer when none is named, building intuition through examples and diagrams for code-related subjects; not for rigorous code investigation, critique, review, or implementation.

handoffskills/handoff/SKILL.md

Creates a continuation brief for the current task, branch, pull request, plan, or conversation. Use when the user asks to hand work to another task, agent, or phase; use recall to reconstruct earlier work and pr to publish changes.

howskills/how/SKILL.md

Explains how code, a subsystem, change, commit, branch, or pull request works, including runtime flow, ownership, placement, and layering. Use why for historical rationale, explain for a quick ELI5 answer, and architecture-review for a broad structural audit.

htmlskills/html/SKILL.md

Creates and edits self-contained browser-openable HTML pages, linked page sets, fragments, static product mocks, templates, and HTML assets for template-driven skills. Not for production UI implementation, interactive data visualizations, underlying research or planning, durable documentation, or non-HTML skill authoring.

indexskills/index/SKILL.md

Route work to the smallest applicable Dots skill, shared reference, or Feature Development workflow only when the user explicitly invokes Dots, $index, or Dots Feature Development. Ordinary implementation and bug-fix requests do not trigger this router. Focused requests use their owning skill.

meta-promptskills/meta-prompt/SKILL.md

Create, rewrite, or tighten a standalone prompt for another assistant from a task description, existing prompt, or supplied context. Use for prompt-writing requests, including coding-agent and image prompts; not for performing the task described in the prompt or explaining prompting techniques.

orchestrateskills/orchestrate/SKILL.md

Coordinate agents on substantial tasks. Use when the user requests subagents or parallel work would improve speed or breadth; not for trivial work or workflows that already define their own team.

prskills/pr/SKILL.md

Commits and pushes finished changes, then opens or updates a non-draft GitHub pull request ready for review. Use when the user asks to publish completed work as a PR. Not for merging, addressing review feedback, or monitoring checks and reviews.

prototypeskills/prototype/SKILL.md

Builds an isolated throwaway prototype to resolve a specific behavioral, technical, interaction, timing, or visual choice through observation; not for production implementation or settled static HTML work.

recallskills/recall/SKILL.md

Use only when the user selects `$recall` to reconstruct recent working context, catch up, or find where work stopped. Reads the smallest relevant Codex or Claude task history, optional computer history, shared records, and live state; not for workflow audits or durable self-improvement.

scoutskills/scout/SKILL.md

Use only when the user selects `$scout` to be interviewed, challenged, or helped settle a fuzzy plan, decision, or idea before planning or implementation; not for minimal requirements clarification.

self-improveskills/self-improve/SKILL.md

Use only when the user selects `$self-improve` to learn from agent work, diagnose workflow or harness friction, evaluate how they work with agents, or find durable improvements across Codex or Claude sessions. Not for static skill review, product fixes, or reconstructing context without improvement.

skill-standardsskills/skill-standards/SKILL.md

Creates, updates, or statically reviews agent skill source against Dots standards. Use for authoring, revising, or diagnosing a skill; not for behavioral evaluation or plugin packaging.

transcribeskills/transcribe/SKILL.md

Transcribes local media and YouTube videos into Markdown, text, JSON, SRT, or VTT, then creates task-shaped YouTube summaries when requested. Uses captions first and free local speech recognition otherwise. Use for recorded-media transcripts, subtitles, or YouTube summaries; not live capture or paid/cloud transcription.

whyskills/why/SKILL.md

Use for 'why does X work this way', design rationale, regressions, postmortems, or evidence-backed thresholds. Searches the smallest useful historical record and separates direct evidence, inference, and unknowns. Use how for runtime behavior.

Plugin manifests2

plugins/dots/.codex-plugin/plugin.json
{
  "name": "dots",
  "version": "0.2.172",
  "description": "Opinionated development workflows and reusable skills for planning, building, reviewing, documenting, and shipping software.",
  "author": {
    "name": "Rishi"
  },
  "repository": "https://github.com/rishirsv/dots",
  "keywords": [
    "development",
    "workflow",
    "skills"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Dots",
    "shortDescription": "Opinionated development workflows and reusable skills.",
    "longDescription": "Opinionated development workflows and reusable skills for planning, building, reviewing, documenting, and shipping software.",
    "developerName": "Rishi",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "Use $index to choose and run the right Dots workflow for this request.",
    "brandColor": "#FF4B0A",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}
plugins/dots/.claude-plugin/plugin.json
{
  "name": "dots",
  "version": "0.2.172",
  "description": "Opinionated development workflows and reusable skills for planning, building, reviewing, documenting, and shipping software.",
  "author": {
    "name": "Rishi"
  },
  "keywords": [
    "development",
    "workflow",
    "skills"
  ]
}

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

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