Install
$ agentstack add mcp-amjad1233-claude-skills ✓ 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.
About
claude-skills
> Amjad's open-source Claude Code skills — one marketplace, > each skill a complete standalone plugin. Add the marketplace once, install whichever you want.
🌐 Explainer & install guide: claude-skills.amjad1233.com
Install
/plugin marketplace add amjad1233/claude-skills
Then install any skill from the marketplace:
/plugin install agent-army@amjad1233
/plugin install claude-continuation@amjad1233
(@amjad1233 is the marketplace name, not the GitHub handle.)
Skills
| Skill | What it does | |---|---| | [agent-army](agent-army/) | Run a fleet of autonomous Claude Code agents in parallel — one per independent seam, each in its own git worktree, coordinated by a changeable master through an on-disk command centre. Opens with a Front Door interview that routes cheap work elsewhere. | | [claude-continuation](claude-continuation/) | Session handoffs for Claude Code. /end captures where you left off; /continue picks it back up; /next opens the next session in a fresh terminal. |
Each lives in its own subdirectory as a self-contained plugin (.claude-plugin/plugin.json + its skills/commands). More get added as new subdirectories + one line in [.claude-plugin/marketplace.json](.claude-plugin/marketplace.json).
Roadmap
- [ ] Agent Army for opencode & other providers
- [ ] Continuation for opencode & other providers
- [ ] Open-source the Jokerize skill here
Repo layout
claude-skills/
├── .claude-plugin/marketplace.json # the marketplace ("amjad1233"), lists every plugin
├── agent-army/ # standalone plugin
├── claude-continuation/ # standalone plugin
└── docs/ # the landing page (claude-skills.amjad1233.com)
Licence
MIT — see [LICENSE](LICENSE).
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: amjad1233
- Source: amjad1233/claude-skills
- License: MIT
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.