agentsclimarketplace

Claude skills kit

Skill Abed-Zahed/claude-skills-kit

7 interconnected Claude Code skills: prompt polishing, engineering workflow, web research, knowledge ingestion, advisory board, and focus group simulation

Install
npx -y skills add Abed-Zahed/claude-skills-kit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

A complete Claude Code skill kit — prompt polishing with auto-routing, 5-phase engineering workflow, web research, knowledge ingestion, advisory board simulation, and multi-agent focus group. Skills work standalone or as an integrated system.

SKILL.md

1.2 KB, 225 tokens by cl100k_base, as published. Nobody here has run it

Claude Skills Kit

Seven interconnected Claude Code skills that form a complete workflow system.

Skills in this kit

  • /polish-prompt — rewrites vague prompts, routes to the right skill, auto-executes clean outputs
  • /modern-engineer — 5-phase build workflow (brainstorm → plan → work → review → debug)
  • /web-scraping — semantic search via Exa + JS scraping via Firecrawl
  • /ingest-resource — saves any resource to structured knowledge/ or projects/ folders
  • /improve-system — 5-mode process review skill
  • /ask-the-board — advisory board simulator with advisor research and consult modes
  • /internal-focus-group — multi-agent panel from ingested people profiles

Install all skills

# macOS / Linux
cp -r skills/* ~/.claude/skills/

# Windows
Copy-Item -Recurse skills\* "$env:USERPROFILE\.claude\skills\"

See README.md for individual skill setup and the optional UserPromptSubmit hook.

What ships with it: 11 files

46.4 KB alongside SKILL.md

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.