# Add to your Claude Code skills
git clone https://github.com/foyzulkarim/skillsLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:05:22.750Z",
"npmAuditRan": true,
"pipAuditRan": true
}skills is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by foyzulkarim. Personal Claude Code plugin marketplace. It has 24 GitHub stars.
Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/foyzulkarim/skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
A plugin marketplace for Claude Code with a structured development pipeline.
/add-marketplace foyzulkarim/skills
A complete development workflow from project planning to code review:
/plan-project → phased project plan (optional, for multi-feature work)
/start-task → sync main, create branch, gather context (opt-in, per task)
/plan-feature → feature-level plan
/generate-tasks → TDD-ready task specs
/tdd → implementation
/review → verification
| Skill | Description |
|---|---|
| /plan-project | Strategic project planning — explores problem space, maps domain, decomposes into phases |
| /start-task | Start a task — syncs main, gathers context from Jira (via acli), GitHub (via gh), or local specs, creates and pushes a branch |
| /plan-feature | Feature-level planning — uncovers requirements, edge cases, failure modes, constraints |
| /generate-tasks | Transform plans into TDD-ready task specs embedded in plan documents |
| /tdd | Collaborative or autonomous TDD — RED-GREEN-REFACTOR, one test at a time |
| /review | Triage-first code review — up to 14 checks, pipeline or general mode |
| /commit | Standalone commit assistant — stages files, drafts conventional commit message, executes after confirmation |
/install-plugin foyzulkarim/skills dev-pipeline
dev-pipeline/
├── .claude-plugin/
│ ├── plugin.json ← plugin identity
│ └── marketplace.json ← marketplace entry
├── skills/
│ ├── plan-project/
│ │ └── SKILL.md
│ ├── start-task/
│ │ └── SKILL.md
│ ├── plan-feature/
│ │ └── SKILL.md
│ ├── generate-tasks/
│ │ └── SKILL.md
│ ├── tdd/
│ │ └── SKILL.md
│ └── review/
│ └── SKILL.md
└── README.md
dev-pipeline/skills/<skill-name>/dev-pipeline/.claude-plugin/plugin.json (add an entry to the skills array)