Skip to main content

这个仓库中的 skills

mkusaka/ccskills - 第 2 页

SkillsMP 已收集 mkusaka/ccskills 中的 88 个 Skill。打开任一 Skill 可查看来源和详情。

mkusaka/ccskills

已展示 40 / 88 个已收集 Skill。

职业分类
未分类
描述

Example file for the Run app skill showing how to document a server or API lifecycle with background launch, readiness checks, curl verification, and shutdown

原文语言:英语

更新
职业分类
未分类
描述

Diagnoses frozen or slow Claude Code sessions

原文语言:英语

更新
职业分类
未分类
描述

Skill for modifying Claude Code configuration file (settings.json)

原文语言:英语

更新
职业分类
未分类
描述

A skill that guides Claude through a 7-step process to construct and verify hooks for Claude Code, ensuring they work correctly in the user's specific project environment

原文语言:英语

更新
职业分类
未分类
描述

Skill for opinionated verification workflow for validating code changes

原文语言:英语

更新
职业分类
未分类
描述

Trigger description for the Whiteboard skill, covering creation of a shared sketch canvas for collaborative drawing, design discussion, and planning

原文语言:英语

更新
职业分类
未分类
描述

Creates a whiteboard Artifact for architecture sketches and planning feedback using a freehand canvas

原文语言:英语

更新
职业分类
未分类
描述

Provides the Claude guide skill with an embedded live-sources reference and fallback instructions when its reference files cannot be written to disk

原文语言:英语

更新
职业分类
未分类
描述

Low-effort /code-review prompt that reads the diff once, returns up to eight hunk-visible findings, and targets at least min(files_changed, 4) genuine findings

原文语言:英语

更新
职业分类
未分类
描述

Instructions for debugging an issue that the user is encountering in the Claude Code session

原文语言:英语

更新
职业分类
未分类
描述

Analyzes session transcripts to extract frequently used read-only tool-call patterns and adds them to the project's .claude/settings.json permission allowlist to reduce permission prompts

原文语言:英语

更新
职业分类
未分类
描述

Generated SKILL.md instructing Claude to finish importing leftover foreign-agent config that `claude import` could not map automatically

原文语言:英语

更新
职业分类
未分类
描述

A comprehensive onboarding flow for setting up CLAUDE.md and related skills/hooks in the current repository, including codebase exploration, user interviews, and iterative proposal refinement

原文语言:英语

更新
职业分类
未分类
描述

First step of the setup-cowork skill that explains Cowork, asks for the user's role, calls ShowOnboardingRolePicker, or falls back to a plain-text role list

原文语言:英语

更新
职业分类
未分类
描述

Formats and displays the insights usage report results after the user runs the /insights slash command

原文语言:英语

更新
职业分类
未分类
描述

Decision tree for offering cloud-based scheduling before falling back to local session loops in the /loop command

原文语言:英语

更新
职业分类
未分类
描述

Guided interview for creating Claude plugin eval suites under evals/ with gated inputs, graders, calibration, and cost checks

原文语言:英语

更新
职业分类
其他计算机职业
描述

Trigger description for the /doctor slash command covering setup health, unused extensions, memory cleanup, hooks, updates, and permission prompts

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnostic workflow for auditing and fixing Claude Code installation health, unused context, local memory duplication, hooks, version currency, and permission prompts

原文语言:英语

更新
职业分类
其他计算机职业
描述

Explains when prototype Artifacts should use user-granted runtime capabilities and requires loading the artifact-capabilities skill before relying on live data or actions

原文语言:英语

更新
职业分类
软件开发工程师
描述

Analyzes the current session transcript into cost-weighted token usage groups, charts the results, and explains them in plain language

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review finder angle for wrapping types (caches, proxies, decorators), checking every method forwards faithfully to the wrapped object

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Template for medium and high inline code-review prompts that run eight finder angles, deduplicate without verification, and enforce a minimum findings target

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Defines the code-review skill's result shape: a JSON array of findings carrying file, line, summary, and failure_scenario

原文语言:英语

更新
职业分类
其他计算机职业
描述

Parses user input into an interval and prompt for scheduling recurring or dynamically self-paced loop executions

原文语言:英语

更新
职业分类
其他计算机职业
描述

Guided Cowork setup flow that helps the user pick a role, install matching plugins, connect tools, try a skill, configure writing voice, and wrap up

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Shared /code-review finder-angle block covering line-by-line diff scanning, removed-behavior auditing, and cross-file tracing

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Extra-high inline /code-review prompt that runs ten finder angles, deduplicates without verification, sweeps for gaps, and returns up to fifteen findings

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Trigger description for the Data Visualization skill covering charts, graphs, dashboards, palettes, stat tiles, and related visualization requests

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review dimension: flag diff lines that break a rule stated in an applicable CLAUDE.md (user, repo-root, or ancestor-directory), quoting the exact rule and offending line, and emit nothing when no CLAUDE.md governs the change

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review dimension: check whether each change is implemented at the right depth rather than as a fragile special case

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review finder angle that, for each deleted or rewritten line, names the behavior it guaranteed and confirms the new code still guarantees it

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review finder angle that follows each changed function out to its callers, checking the diff hasn't broken a call-site contract

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review finder angle that hunts for the well-known traps of the diff's language or framework

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code-review pass that surfaces wasted effort the diff adds — duplicate computation or I/O, avoidable serialization, large scopes held by closures — and points to the cheaper option

原文语言:英语

更新
职业分类
软件开发工程师
描述

Opening step of the code-review skill: assemble the unified diff to review with git diff

原文语言:英语

更新
已展示 40 / 88 个已收集 Skill。