Install
$ agentstack add skill-huzaifa525-claude-code-optimizer-plan ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Create an implementation plan for: $ARGUMENTS
Steps
- Understand the requirement — break down what needs to be built
- Explore the codebase — find related code, patterns, and conventions
- Identify all changes needed:
- New files to create
- Existing files to modify
- Tests to add
- Config changes
- Map dependencies — what must be done before what
- Output structured plan:
## Implementation Plan: [feature]
### Overview
[1-2 sentence description of what will be built]
### Tasks
#### Phase 1: [Foundation]
- [ ] Task 1: [description]
- Files: [file1, file2]
- Pattern: follow [existing-file] as reference
- [ ] Task 2: [description]
- Files: [file1]
- Depends on: Task 1
#### Phase 2: [Core Logic]
- [ ] Task 3: [description]
- Files: [file1, file2, file3]
- Depends on: Task 1, Task 2
#### Phase 3: [Testing & Polish]
- [ ] Task 4: Write tests
- Files: [test files]
- Depends on: Phase 2
- [ ] Task 5: Update docs
- Files: [CLAUDE.md, README]
### Files Map
| File | Action | Purpose |
|------|--------|---------|
| [path] | Create/Modify | [what changes] |
### Reference Code
- [existing-file] → follow this pattern for [X]
- [existing-file] → follow this pattern for [Y]
### Risks
- [potential issues and mitigations]
### Estimated Scope
- [X] files to create
- [Y] files to modify
- [Z] tests to add
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: huzaifa525
- Source: huzaifa525/claude-code-optimizer
- License: MIT
- Homepage: https://www.npmjs.com/package/claude-code-optimizer
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.