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
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 88 skills de mkusaka/ccskills. Abre una skill para revisar su origen y sus detalles.
mkusaka/ccskillsMostrando 40 de 88 skills recopiladas.
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
Idioma del texto original: inglés
Diagnoses frozen or slow Claude Code sessions
Idioma del texto original: inglés
Skill for modifying Claude Code configuration file (settings.json)
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Example workflow for verifying a CLI change, as part of the Verify skill
Idioma del texto original: inglés
Example workflow for verifying a server/API change, as part of the Verify skill
Idioma del texto original: inglés
Skill for opinionated verification workflow for validating code changes
Idioma del texto original: inglés
Trigger description for the Whiteboard skill, covering creation of a shared sketch canvas for collaborative drawing, design discussion, and planning
Idioma del texto original: inglés
Creates a whiteboard Artifact for architecture sketches and planning feedback using a freehand canvas
Idioma del texto original: inglés
Provides the Claude guide skill with an embedded live-sources reference and fallback instructions when its reference files cannot be written to disk
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Instructions for debugging an issue that the user is encountering in the Claude Code session
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Generated SKILL.md instructing Claude to finish importing leftover foreign-agent config that `claude import` could not map automatically
Idioma del texto original: inglés
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
Idioma del texto original: inglés
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
Idioma del texto original: inglés
The background-daemon troubleshooting section of the /stuck skill
Idioma del texto original: inglés
Formats and displays the insights usage report results after the user runs the /insights slash command
Idioma del texto original: inglés
Decision tree for offering cloud-based scheduling before falling back to local session loops in the /loop command
Idioma del texto original: inglés
Guided interview for creating Claude plugin eval suites under evals/ with gated inputs, graders, calibration, and cost checks
Idioma del texto original: inglés
Trigger description for the /doctor slash command covering setup health, unused extensions, memory cleanup, hooks, updates, and permission prompts
Idioma del texto original: inglés
Diagnostic workflow for auditing and fixing Claude Code installation health, unused context, local memory duplication, hooks, version currency, and permission prompts
Idioma del texto original: inglés
Explains when prototype Artifacts should use user-granted runtime capabilities and requires loading the artifact-capabilities skill before relying on live data or actions
Idioma del texto original: inglés
Analyzes the current session transcript into cost-weighted token usage groups, charts the results, and explains them in plain language
Idioma del texto original: inglés
Code-review finder angle for wrapping types (caches, proxies, decorators), checking every method forwards faithfully to the wrapped object
Idioma del texto original: inglés
Template for medium and high inline code-review prompts that run eight finder angles, deduplicate without verification, and enforce a minimum findings target
Idioma del texto original: inglés
Defines the code-review skill's result shape: a JSON array of findings carrying file, line, summary, and failure_scenario
Idioma del texto original: inglés
Parses user input into an interval and prompt for scheduling recurring or dynamically self-paced loop executions
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Where Claude Code stores settings.json across scopes
Idioma del texto original: inglés
Shared /code-review finder-angle block covering line-by-line diff scanning, removed-behavior auditing, and cross-file tracing
Idioma del texto original: inglés
Extra-high inline /code-review prompt that runs ten finder angles, deduplicates without verification, sweeps for gaps, and returns up to fifteen findings
Idioma del texto original: inglés
Trigger description for the Data Visualization skill covering charts, graphs, dashboards, palettes, stat tiles, and related visualization requests
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Code-review dimension: check whether each change is implemented at the right depth rather than as a fragile special case
Idioma del texto original: inglés
Code-review finder angle that, for each deleted or rewritten line, names the behavior it guaranteed and confirms the new code still guarantees it
Idioma del texto original: inglés
Code-review finder angle that follows each changed function out to its callers, checking the diff hasn't broken a call-site contract
Idioma del texto original: inglés
Code-review finder angle that hunts for the well-known traps of the diff's language or framework
Idioma del texto original: inglés
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
Idioma del texto original: inglés
Opening step of the code-review skill: assemble the unified diff to review with git diff
Idioma del texto original: inglés