use-claude-limits-efficiently
v1.0.2Budget loop for long-running or parallel Claude work under five-hour and weekly usage limits.
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 use-claude-limits-efficiently for Codex and Claude Code
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add use-claude-limits-efficiently@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 “use-claude-limits-efficiently” remain stable.
- Codex:
use-claude-limits-efficiently@agent-plugin-marketplace→use-claude-limits-efficiently@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/use-claude-limits-efficiently/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/use-claude-limits-efficiently/SKILL.md
Included Skills1
Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.
Plugin manifests2
{
"name": "use-claude-limits-efficiently",
"version": "1.0.2",
"description": "Budget loop for long-running or parallel Claude work under five-hour and weekly usage limits.",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/use-claude-limits-efficiently",
"license": "MIT",
"keywords": [
"usage-limits",
"budget",
"long-running",
"claude"
],
"skills": "./skills/",
"interface": {
"displayName": "Use Claude Limits Efficiently",
"shortDescription": "Manage long work within Claude limits.",
"longDescription": "Runs work in bounded waves, checks observed Claude usage, and pauses or resumes safely around usage windows.",
"developerName": "Patrick D'appollonio",
"category": "Productivity",
"capabilities": [
"Orchestrate",
"Monitor"
],
"defaultPrompt": [
"Finish this long-running task without exceeding my Claude usage limits."
]
}
}{
"name": "use-claude-limits-efficiently",
"description": "Budget loop for long-running or parallel agent work under Claude's 5-hour and weekly usage limits — run bounded waves, check real usage between them, pause before the cap, and resume with self-contained prompts only when the window is actually clear.",
"version": "1.0.2",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/use-claude-limits-efficiently",
"license": "MIT",
"keywords": [
"usage-limits",
"rate-limits",
"budget",
"long-running",
"overnight",
"claude-usage"
]
}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.
[use-claude-limits-efficiently on Agent Plugins Marketplace](https://pluginsmp.com/plugins/use-claude-limits-efficiently)