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

ccskills

ccskills contains 75 collected skills from mkusaka, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
75
Stars
6
updated
2026-07-11
Forks
0
Occupation coverage
12 occupation categories · 100% classified
repository explorer

Skills in this repository

artifact-dashboard
web-developers

Instructions for creating dashboard artifacts with KPI tiles, chart specifications, and breakdown tables from the built-in template

2026-07-11
artifact-data-table
web-developers

Instructions for creating sortable and filterable data-table artifacts from the built-in template

2026-07-11
artifact-explainer
postsecondary-teachers-all-other

Instructions for creating explainer artifacts with numbered-step or section walkthrough structures from the built-in template

2026-07-11
artifact-report
web-developers

Instructions for creating long-form report artifacts with a masthead, table of contents, structured sections, and optional appendix from the built-in template

2026-07-11
auto-mode-setup
software-developers

Guided setup and customization workflow for auto mode environment context, optional rule carve-outs, and settings updates

2026-07-11
code-review-correctness-finder-angles
software-quality-assurance-analysts-and-testers

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

2026-07-11
code-review-inline-mediumhigh-template
software-quality-assurance-analysts-and-testers

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

2026-07-11
code-review-inline-xhigh-mode
software-quality-assurance-analysts-and-testers

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

2026-07-11
code-review-low-effort-expanded-findings-mode
software-quality-assurance-analysts-and-testers

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

2026-07-11
doctor-slash-command-description
computer-occupations-all-other

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

2026-07-11
doctor-slash-command
computer-occupations-all-other

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

2026-07-11
loop-self-pacing-mode
computer-occupations-all-other

Instructs Claude how to self-pace a recurring loop by arming event monitors as primary wake signals and scheduling fallback heartbeat delays between iterations

2026-07-11
morning-slash-command
project-management-specialists

Renders a concise styled morning brief from connected calendar and communication sources or configures it as a recurring weekday task

2026-07-11
pr-explainer-artifact-template-mode
software-developers

Generates a shareable pull request walkthrough artifact using the artifact-explainer template, required-questions block, and honesty note

2026-07-11
verify
software-quality-assurance-analysts-and-testers

Skill for opinionated verification workflow for validating code changes.

2026-07-09
building-llm-powered-applications-with-claude
software-developers

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

2026-07-08
plugin-eval-authoring-interview
software-developers

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

2026-07-08
claude-code-configuration-guide
computer-occupations-all-other

Skill instructions for answering Claude Code configuration questions by checking the running build, bundled references, and current documentation

2026-07-07
dynamic-pacing-loop-execution
software-developers

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

2026-07-07
pr-explainer
software-quality-assurance-analysts-and-testers

Generates a shareable pull request walkthrough artifact covering what changed, why, and where reviewers should focus

2026-07-07
artifact-design
graphic-designers

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

2026-07-03
design-sync-storybook-source-shape
web-and-digital-interface-designers

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

2026-07-03
plan-artifact
software-developers

Skill instructions for creating or customizing shareable plan artifacts from implementation plans, design docs, or RFCs

2026-07-03
setup-cowork-role-selection
computer-occupations-all-other

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

2026-07-03
setup-cowork
computer-occupations-all-other

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

2026-07-03
agent-design-patterns
software-developers

Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls

2026-07-02
code-walkthrough
software-developers

Generates an interactive explainer artifact for a file, directory, PR, or reference so newcomers can understand the code

2026-07-02
data-visualization-description
web-and-digital-interface-designers

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

2026-07-02
data-visualization
web-and-digital-interface-designers

Skill instructions for producing accessible, brand-neutral charts, graphs, dashboards, and data visualizations using a validated method

2026-07-02
model-migration-guide
software-developers

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

2026-07-01
design-sync
web-and-digital-interface-designers

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

2026-06-24
init-claudemd-and-skill-setup-new-version
computer-occupations-all-other

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.

2026-06-21
build-with-claude-api-reference-guide
software-developers

Template for presenting language-specific reference documentation with quick task navigation

2026-06-19
code-review-conventions-dimension
software-quality-assurance-analysts-and-testers

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

2026-06-16
code-review-altitude-dimension
software-quality-assurance-analysts-and-testers

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

2026-06-14
code-review-angle-b-removed-behavior-auditor
software-quality-assurance-analysts-and-testers

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

2026-06-14
code-review-angle-c-cross-file-tracer
software-quality-assurance-analysts-and-testers

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

2026-06-14
code-review-angle-d-language-pitfall-specialist
software-quality-assurance-analysts-and-testers

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

2026-06-14
code-review-angle-e-wrapperproxy-correctness
software-quality-assurance-analysts-and-testers

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

2026-06-14
code-review-efficiency-dimension
software-quality-assurance-analysts-and-testers

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

2026-06-14
Showing top 40 of 75 collected skills in this repository.