Skip to main content

ryanportfolio/claude-starter

SkillsMP は ryanportfolio/claude-starter から 31 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
31
GitHub スター
0
GitHub フォーク
0

収集済み skill 31 件中 31 件を表示しています。

職業分類
その他コンピュータ職
説明

Add a new skill to this repo so it's available in every Claude Code web session. Use when the user says $addskill, asks to "add a skill", "install a skill", "create a skill", or wants a third-party skill (e.g. superpowers) to show up in the available-skills…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user asks to brainstorm, explore, compare approaches, or design a feature, or when a requested product, interface, workflow, architecture, or behavior change has unresolved goals, competing directions, material tradeoffs, or high-cost ambiguity.…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Research current GitHub agent skills for frontend design, UI, UX, web, accessibility, motion, and creative implementation; determine which guidance is actually relevant to the active repository; and synthesize one lean repo-local design skill. Use when a user…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Research current GitHub agent skills for frontend design, UI, UX, web, accessibility, motion, and creative implementation; determine which guidance is actually relevant to the active repository; and synthesize one lean repo-local design skill. Use when a user…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Devil's advocate on change just made — argue honest case AGAINST before it lands. "Any reason not to?" Deliberate second-thoughts pass on diff in front of you. Surfaces scope creep, blast radius, irreversibility, simpler path skipped, YAGNI, "doesn't belong…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Code-quality and performance checklist for this project's stack. Use BEFORE making non-trivial changes — new features, refactors, perf work, bug fixes — to spot common pitfalls (N+1 queries, duplicate query-cache keys, non-passive scroll listeners, missing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when a git merge/rebase/cherry-pick is in progress and has left unmerged paths or conflict markers (<<<<<<< / ======= / >>>>>>>) — especially when two parallel sessions edited the same file (the same page/component) and one side now conflicts. Reviews…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when you have a written implementation plan to execute in a separate session with review checkpoints

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Remove AI writing patterns and add human voice. Use when the user says $humanizer, $unslop, asks to "humanize", "de-AI", "de-slop", or "un-ChatGPT" text, wants a draft rewritten (blog, essay, PR, docs, memo, email), voice-matched writing, or an AI-tell review…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Critically review recent code changes (uncommitted diff, latest commit, or active PR) for bugs, schema drift, edge cases, observability gaps, and project-specific rule violations. Use when the user asks to review, audit, check, stress-test, or "look hard at"…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

One-time first-session setup for a project spawned from the claude-starter template. Use when the user says $init-project, "set up this project", "configure the starter", "initialize the template" — or proactively when you notice CLAUDE.md still contains…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Build a throwaway, self-contained HTML "lab" to prototype and live-tune a visual or feel element BEFORE writing it into real code — game juice (particles, hit-flash, screen shake, weapon/enemy feel, color, timing) or web/UI work (a component, layout, spacing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use at the end of a confirmed-successful problem-solving session where the path from problem to fix took more than one attempt and surfaced gotchas worth carrying forward. Trigger when the user invokes $learning, says "capture learnings", "what did we learn",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Turn on Auto-Merge Mode for the session — going forward, every completed task is automatically committed, pushed, opened as a PR, and merged into main (with conflict resolution), no per-merge confirmation. Use when the user says $merge, "auto-merge for the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

End-to-end safe shipping workflow — audit working tree, branch off main if needed, stage only intended files, verify, commit, push, open PR. Use when the user says $safe-ship, asks to "ship these changes", "commit and PR", "make a PR for this", "open a PR for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when executing implementation plans with independent tasks in the current session. Supports sequential execution (one task at a time, review-gated) or parallel execution (independent tasks dispatched at once, each writing a disjoint file set, reviewed and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when implementing any feature or bugfix, before writing implementation code

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Honest second look at the recommendation the model just made — why it matters, the real reasoning behind it, and (the point) what it could be missing, quick and well-rounded. ONLY use when the user explicitly types the `$why` slash command. Do NOT trigger on…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when you have a spec or requirements for a multi-step task, before touching code

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when creating new skills, editing existing skills, or verifying skills work before deployment

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when a git merge/rebase/cherry-pick is in progress and has left unmerged paths or conflict markers (<<<<<<< / ======= / >>>>>>>) — especially when two parallel sessions edited the same file (the same page/component) and one side now conflicts. Reviews…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use at the end of a confirmed-successful problem-solving session where the path from problem to fix took more than one attempt and surfaced gotchas worth carrying forward. Trigger when the user invokes /learning, says "capture learnings", "what did we learn",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when executing implementation plans with independent tasks in the current session. Supports sequential execution (one task at a time, review-gated) or parallel execution (independent tasks dispatched at once, each writing a disjoint file set, reviewed and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when implementing any feature or bugfix, before writing implementation code

原文の言語: 英語

更新
収集済み skill 31 件中 31 件を表示しています。