rohailaltaf/claude-skills
🤖 Claude Code skills that automate the tedious parts of development. Start with /update-docs to keep your documentation fresh.
Deep Analysis
自定义Claude技能集合,包含文档更新、范围规划和惊喜MVP生成器
Core Features
Technical Implementation
- scope-options - 产品思维强化
- slot-machine - 创意MVP生成
- update-docs - 文档自动更新
- ASCII原型 - 快速UI可视化
- 截图演示 - 完整使用流程
- 文档更新
- 功能规划
- 产品思维训练
- 快速原型
- 创意探索
- 英文文档
- 特定工作流
- slot-machine较实验性
Claude Skills
A collection of custom skills for Claude Code.
Table of Contents
- update-docs - Update documentation after completing work
- scope-options - Plan mode on steroids
- slot-machine - Surprise MVP generator
update-docs
Updates markdown documentation files after completing work. Invoke with /update-docs or by asking Claude to update the docs.
The skill will:
- Ask what to review (uncommitted, committed, both, or whole repo)
- Find existing documentation files in your repository
- Update relevant sections based on changes or audit entire docs against codebase
How it works
- Invoke the skill with
/update-docs

- Select what changes to review

- Claude searches for documentation files and reviews recent changes

- Claude proposes updates to your documentation

Installation
/plugin marketplace add rohailaltaf/claude-skills
/plugin install update-docs@rohailaltaf-skills
scope-options
Plan mode on steroids. Invoke with /scope-options before building a feature.
The skill will:
- Ask structured questions (product first, then technical)
- Push you to define: who benefits, what success looks like, what's MVP, what you're NOT building
- Deep dive into your codebase to inform options
- Present 2-5 concrete options with product AND technical tradeoffs
- Help you narrow down to a direction
Forces engineers to think with a product mindset before writing code.
How it works
- Invoke with
/scope-optionsand describe what you want to build

- Select what you want the feature to do

- Define what problem it solves

- Define how you'll know it's successful

- Explicitly define what's out of scope

- Answer technical constraint questions

- Review concrete options with product and technical tradeoffs

- Select which approach resonates

- Get ASCII UI mockups for your chosen approach

Installation
/plugin marketplace add rohailaltaf/claude-skills
/plugin install scope-options@rohailaltaf-skills
slot-machine
Surprise MVP generator. Invoke with /slot-machine and watch Claude build you something from scratch without telling you what it is until it's done.
The skill will:
- Pick an industry and identify real problems people face
- Choose one and build a polished MVP that solves it
- Keep the idea secret until the reveal at the end
- Use web technologies only (Next.js, React, Tailwind, SQLite if needed)
- Create something people would actually pay for
No input required. Just pull the lever and see what you get.
How it works
Invoke the skill with /slot-machine. That's it!
Installation
/plugin marketplace add rohailaltaf/claude-skills
/plugin install slot-machine@rohailaltaf-skills
Related Skills
wshobson/agents
wshobsonIntelligent automation and multi-agent orchestration for Claude Code
The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.
ComposioHQ/awesome-claude-skills
ComposioHQA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
The most comprehensive Claude Skills resource list; connect-apps is a killer feature.
code-yeongyu/oh-my-opencode
code-yeongyuThe Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.
Powerful multi-agent coding tool, but note OAuth limitations.
nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilderAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
Essential for designers; comprehensive UI/UX knowledge base.
thedotmack/claude-mem
thedotmackA Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
A practical solution for Claude's memory issues.
OthmanAdi/planning-with-files
OthmanAdiClaude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Context engineering best practices; an open-source implementation of Manus mode.

