read-the-docs-first
v1.0.1Docs-first discipline for external APIs, packages, providers, and fast-moving product behavior.
By Patrick D'appollonioLicense: MIT8 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 read-the-docs-first for Codex and Claude Code
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add read-the-docs-first@patrickdappollonioPaste and run these commands in a terminal with Codex. They add and refresh the patrickdappollonio catalog, then install this plugin.
Compatibility: the page URL and API slug “read-the-docs-first” remain stable.
- Codex:
read-the-docs-first@agent-plugin-marketplace→read-the-docs-first@patrickdappollonio
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/patrickdappollonio/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/read-the-docs-first/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/read-the-docs-first/SKILL.md
Included Skills1
Use when implementing, integrating, upgrading, debugging, or answering anything involving third-party APIs, libraries, frameworks, CLIs, cloud services, model/provider SDKs, fast-moving product behavior, user requests for latest/current/official behavior, unfamiliar repo docs/specs, errors that may indicate API drift, or high-stakes auth, security, billing, data, migration, deployment, compliance, or privacy behavior. Forces the agent to web-search for current official docs and read primary docs before assuming from memory.
Plugin manifests2
{
"name": "read-the-docs-first",
"version": "1.0.1",
"description": "Docs-first discipline for external APIs, packages, providers, and fast-moving product behavior.",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/read-the-docs-first",
"license": "MIT",
"keywords": [
"documentation",
"api-drift",
"research",
"official-docs"
],
"skills": "./skills/",
"interface": {
"displayName": "Read the Docs First",
"shortDescription": "Check current official docs before coding.",
"longDescription": "Grounds work involving external or fast-moving systems in current primary documentation before implementation or advice.",
"developerName": "Patrick D'appollonio",
"category": "Productivity",
"capabilities": [
"Research",
"Analyze"
],
"defaultPrompt": [
"Check the current official docs before implementing this."
]
}
}{
"name": "read-the-docs-first",
"description": "Docs-first discipline for anything involving third-party APIs, packages, providers, or fast-moving product behavior — the agent web-searches for current official docs and reads primary sources before assuming from memory, grounding answers in what the docs actually say.",
"version": "1.0.1",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/read-the-docs-first",
"license": "MIT",
"keywords": [
"documentation",
"docs-first",
"api-drift",
"web-search",
"grounding",
"official-docs"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[read-the-docs-first on Agent Plugins Marketplace](https://pluginsmp.com/plugins/read-the-docs-first)