with one click
ccskills
ccskills contains 75 collected skills from mkusaka, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Instructions for creating dashboard artifacts with KPI tiles, chart specifications, and breakdown tables from the built-in template
Instructions for creating sortable and filterable data-table artifacts from the built-in template
Instructions for creating explainer artifacts with numbered-step or section walkthrough structures from the built-in template
Instructions for creating long-form report artifacts with a masthead, table of contents, structured sections, and optional appendix from the built-in template
Guided setup and customization workflow for auto mode environment context, optional rule carve-outs, and settings updates
Shared /code-review finder-angle block covering line-by-line diff scanning, removed-behavior auditing, and cross-file tracing
Template for medium and high inline code-review prompts that run eight finder angles, deduplicate without verification, and enforce a minimum findings target
Extra-high inline /code-review prompt that runs ten finder angles, deduplicates without verification, sweeps for gaps, and returns up to fifteen findings
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
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 and checked-in memory files, hooks, version currency, and permission prompts
Instructs Claude how to self-pace a recurring loop by arming event monitors as primary wake signals and scheduling fallback heartbeat delays between iterations
Renders a concise styled morning brief from connected calendar and communication sources or configures it as a recurring weekday task
Generates a shareable pull request walkthrough artifact using the artifact-explainer template, required-questions block, and honesty note
Skill for opinionated verification workflow for validating code changes.
Guides Claude in building LLM-powered applications using the Anthropic SDK, covering language detection, API surface selection (Claude API vs Managed Agents), model defaults, thinking/effort configuration, and language-specific documentation reading
Guided interview for creating Claude plugin eval suites under evals/ with gated inputs, graders, calibration, and cost checks
Skill instructions for answering Claude Code configuration questions by checking the running build, bundled references, and current documentation
Step-by-step instructions for executing a dynamic pacing loop that runs tasks, arms persistent monitors for event-gated waits, schedules fallback heartbeat ticks, and handles task notifications
Generates a shareable pull request walkthrough artifact covering what changed, why, and where reviewers should focus
Design guidance skill for producing distinctive, polished artifacts by calibrating visual treatment, applying design fundamentals, planning color/type/layout, and avoiding templated AI-generated defaults
Design sync sub-skill instructions for using a repo's Storybook as the fidelity oracle when building, validating, matching, uploading, and re-syncing component previews
Skill instructions for creating or customizing shareable plan artifacts from implementation plans, design docs, or RFCs
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
Guided Cowork setup flow that helps the user pick a role, install a matching plugin, try a skill, connect tools, and wrap up
Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls
Generates an interactive explainer artifact for a file, directory, PR, or reference so newcomers can understand the code
Trigger description for the Data Visualization skill covering charts, graphs, dashboards, palettes, stat tiles, and related visualization requests
Skill instructions for producing accessible, brand-neutral charts, graphs, dashboards, and data visualizations using a validated method
Step-by-step instructions for migrating existing code to newer Claude models, covering breaking changes, deprecated parameters, per-SDK syntax, prompt-behavior shifts, and migration checklists
Skill for syncing a React design system to claude.ai/design by configuring the target project, running the converter, verifying previews, and uploading verified artifacts
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.
Template for presenting language-specific reference documentation with quick task navigation
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 finder angle for wrapping types (caches, proxies, decorators), checking every method forwards faithfully to the wrapped object
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