Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-skills

claude-skills contains 5 collected skills from Smirnov-Labs, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
4
updated
2026-07-02
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

codex-plan-review
software-developers

Get a second opinion on your current implementation plan by sending it to Codex for independent review. Use after brainstorming, after writing a plan, or when you want to iterate on a plan before execution. Triggers on 'get a second opinion', 'review plan with codex', 'codex review', or 'iterate on plan'.

2026-07-02
detect-overengineering
software-developers

Use when reviewing an implementation plan document (docs/superpowers/plans/*.md or similar) for LLM-style overengineering before implementation. Runs a rubric-driven Claude pass plus a Codex adversarial pass, merges findings, and proposes specific edits to slim the plan. Triggers on 'check this plan for bloat', 'is this overengineered', 'detect overengineering', or invoked as /detect-overengineering.

2026-07-02
git-recon
software-developers

Use when the user wants a git-history health check of an unfamiliar or inherited repository — triggers on "git recon", "codebase health check", "analyze this repo's history", "where are the landmines", or onboarding/due-diligence framing. Do NOT use for architecture review, bug-fixing, or feature work; this skill reads history, not code. Main-thread only — subagents dispatched to execute a delegated task must NOT invoke this skill.

2026-07-02
presentation-blueprint
market-research-analysts-and-marketing-specialists-131161

Use when the user needs to create a presentation, pitch deck, slide deck, or visual summary about a project, codebase, website, or topic. Triggers on requests like 'build a deck', 'create a presentation', 'make slides about', or 'pitch deck for'.

2026-07-02
reading-bot-pr-reviews
software-quality-assurance-analysts-and-testers

Use when reading or reporting what automated PR reviewers left before merging — Codex (`chatgpt-codex-connector`) and an Architecture-Review / SAR GitHub Action (`github-actions[bot]`). Triggers on "what did the bots say", before declaring a PR done or merging, or when a Codex finding or clean verdict seems missing because `gh pr view --json comments` came back empty. Read-only (does not commit or push); for auto-fixing PR feedback use `/pr-fix` instead.

2026-07-02